Commit Graph

2278 Commits

Author SHA1 Message Date
George Rhoten
83cdfe7b50 ICU-2135 Make more data const.
X-SVN-Rev: 10717
2002-12-18 01:47:06 +00:00
Vladimir Weinstein
f5c4d4b5e5 ICU-2581 don't use C++ comments
X-SVN-Rev: 10704
2002-12-17 23:41:31 +00:00
Vladimir Weinstein
e4183bba44 ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10703
2002-12-17 23:37:09 +00:00
George Rhoten
8fbfa761a0 ICU-2087 Add @internal to one of the functions
X-SVN-Rev: 10701
2002-12-17 23:20:06 +00:00
Markus Scherer
320958102b ICU-2581 add global new/delete with crashing implementations to make sure they are never called from within icu4c
X-SVN-Rev: 10698
2002-12-17 21:26:31 +00:00
Markus Scherer
6ed802dbb0 ICU-2134 document .res file format, add alias type description
X-SVN-Rev: 10690
2002-12-16 22:43:08 +00:00
Steven R. Loomis
6752e8727f ICU-2457 urename.h update - one last time
X-SVN-Rev: 10687
2002-12-16 20:11:42 +00:00
Steven R. Loomis
48cfd87d30 ICU-2529 Removing GetDynamicClassID() functions that should not be implemented
X-SVN-Rev: 10686
2002-12-16 20:08:20 +00:00
George Rhoten
904ea6decc ICU-2135 All objects must derive from UMemory at least.
X-SVN-Rev: 10680
2002-12-14 09:19:33 +00:00
George Rhoten
11eaa7dc5b ICU-2135 Use static const arrays for strings instead of pointers to strings.
X-SVN-Rev: 10679
2002-12-14 09:06:40 +00:00
George Rhoten
24022e58e0 ICU-2135 Make the memory read only
X-SVN-Rev: 10678
2002-12-14 09:05:34 +00:00
George Rhoten
a4393f8db9 ICU-2135 Don't use static variables in headers.
Make these C++ classes a part of the ICU namespace.
Use static const arrays for strings instead of pointers to strings.

X-SVN-Rev: 10677
2002-12-14 09:05:17 +00:00
George Rhoten
96d7a9c8a7 ICU-2135 Don't export these private static variable names.
It makes it difficult to find other cache locations.

X-SVN-Rev: 10676
2002-12-14 09:03:22 +00:00
Alan Liu
fcaea48b4b ICU-2135 fix DigitList::operator= to avoid reading unassigned memory
X-SVN-Rev: 10661
2002-12-13 19:46:06 +00:00
Ram Viswanadha
e562766f2e ICU-2565 add @stable, etc tags
X-SVN-Rev: 10641
2002-12-12 02:21:38 +00:00
Steven R. Loomis
fa393874ff ICU-2529 DBBI had wrong classID!
X-SVN-Rev: 10639
2002-12-12 01:45:20 +00:00
George Rhoten
91413b76be ICU-2565 add @stable labels etc.
X-SVN-Rev: 10637
2002-12-12 01:25:55 +00:00
Ram Viswanadha
4a5e1a6071 ICU-2565 update documentation
X-SVN-Rev: 10635
2002-12-12 01:22:09 +00:00
Ram Viswanadha
a4fd8aaa88 ICU-2565 add @stable, etc tags
X-SVN-Rev: 10633
2002-12-12 01:01:41 +00:00
George Rhoten
388475ac32 ICU-2565 add @stable labels etc.
X-SVN-Rev: 10629
2002-12-12 00:27:50 +00:00
Alan Liu
6280a790ee ICU-2556 add docs per review; add quotes around 'which' for clarity
X-SVN-Rev: 10620
2002-12-11 23:28:44 +00:00
Markus Scherer
0ef875e461 ICU-2565 add @stable labels etc.
X-SVN-Rev: 10618
2002-12-11 22:49:18 +00:00
Vladimir Weinstein
387f59a820 ICU-2558 more fixes to status handling
X-SVN-Rev: 10617
2002-12-11 22:35:01 +00:00
Alan Liu
ef270eaf82 ICU-2504 add comments for transliterator and format errorcodes; fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
X-SVN-Rev: 10616
2002-12-11 22:29:17 +00:00
Alan Liu
3c23b5eaf7 ICU-2504 fix typo in spelling, U_MULTIPLE_DECIMAL_SEPERATORS => U_MULTIPLE_DECIMAL_SEPARATORS (old spelling still defined for compatibility)
X-SVN-Rev: 10615
2002-12-11 22:28:34 +00:00
Alan Liu
6e90a34749 ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
X-SVN-Rev: 10608
2002-12-11 19:36:51 +00:00
Andy Heninger
11960914d0 ICU-2562 better error in breakiterator for missing ICU data.
X-SVN-Rev: 10606
2002-12-11 18:26:35 +00:00
Vladimir Weinstein
42a9879b66 ICU-2558 fixed resb code overwriting warning statuses
X-SVN-Rev: 10599
2002-12-11 01:39:59 +00:00
Alan Liu
d669d4e484 ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
X-SVN-Rev: 10597
2002-12-11 01:16:51 +00:00
Alan Liu
53406ecc37 ICU-2556 implement UCHAR_GENERAL_CATEGORY_MASK in name api; refine min/max behavior
X-SVN-Rev: 10596
2002-12-11 01:09:02 +00:00
Markus Scherer
605aa7f4b7 ICU-1994 add note about "Storage Layout Engines"
X-SVN-Rev: 10592
2002-12-11 00:31:55 +00:00
Steven R. Loomis
97eeea4679 ICU-2457 urename update
X-SVN-Rev: 10591
2002-12-11 00:21:13 +00:00
George Rhoten
fdd9159abc ICU-2087 Add @internal tags and documentation.
X-SVN-Rev: 10589
2002-12-10 23:15:21 +00:00
George Rhoten
7f43e924bd ICU-2087 Add @internal tags and documentation.
X-SVN-Rev: 10588
2002-12-10 22:46:57 +00:00
Markus Scherer
fa40be5ab6 ICU-2244 UObject must inherit UMemory!
X-SVN-Rev: 10586
2002-12-10 21:57:37 +00:00
Andy Heninger
902b371b01 ICU-2103 API docs, @stable, @draft, etc. added.
X-SVN-Rev: 10579
2002-12-10 17:58:32 +00:00
Steven R. Loomis
e2c19fb93a ICU-2039 removing uncalled functions
X-SVN-Rev: 10574
2002-12-10 02:14:30 +00:00
Markus Scherer
3b3abb2441 ICU-2039 improve code coverage
X-SVN-Rev: 10571
2002-12-10 01:06:07 +00:00
Markus Scherer
1ac328c13c ICU-2556 add UCHAR_GENERAL_CATEGORY_MASK
X-SVN-Rev: 10570
2002-12-10 00:33:45 +00:00
Vladimir Weinstein
ec227bbac8 ICU-2504 Comments added to errorcodes
X-SVN-Rev: 10569
2002-12-09 23:52:39 +00:00
Andy Heninger
4ad4a67b9a ICU-2504 Comments added to errorcodes for RBBI
X-SVN-Rev: 10567
2002-12-09 23:06:45 +00:00
George Rhoten
53153b09b4 ICU-2000 Fix some compiler warnings
X-SVN-Rev: 10556
2002-12-08 09:40:06 +00:00
George Rhoten
e7b85bac9a ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 10552
2002-12-06 23:07:48 +00:00
Eric Mader
02f00e1d05 ICU-2087 Updated @draft tags to reflect recent changes.
X-SVN-Rev: 10548
2002-12-06 22:09:57 +00:00
George Rhoten
f3b26eabbe ICU-2118 ICUServiceTest shouldn't be a part of icu namespace.
This change makes it easier to see which ICU clases aren't being tested.

X-SVN-Rev: 10535
2002-12-06 18:29:32 +00:00
Vladimir Weinstein
012f463115 ICU-2107 added copyright notices
X-SVN-Rev: 10522
2002-12-06 01:40:42 +00:00
Vladimir Weinstein
760d3f2d73 ICU-2135 method didn't return a value
X-SVN-Rev: 10521
2002-12-06 00:33:55 +00:00
Markus Scherer
2ea302afc3 ICU-2087 change @deprecated to @obsolete
X-SVN-Rev: 10520
2002-12-06 00:33:30 +00:00
Vladimir Weinstein
ba679fb764 ICU-2135 Doug's changes to the service registration memory handling
X-SVN-Rev: 10519
2002-12-06 00:22:10 +00:00
Markus Scherer
982f05ae4a ICU-2087 change @deprecated to @obsolete
X-SVN-Rev: 10518
2002-12-06 00:19:24 +00:00