Commit Graph

2299 Commits

Author SHA1 Message Date
Markus Scherer
7daa35bdd9 ICU-2397 add UTF-16BE UCharIterator
X-SVN-Rev: 10833
2003-01-10 19:42:28 +00:00
Markus Scherer
10394346b1 ICU-2397 add UTF-8 UCharIterator
X-SVN-Rev: 10830
2003-01-10 01:51:12 +00:00
Vladimir Weinstein
a59fdd65d8 ICU-2420 Added new files to the common project
X-SVN-Rev: 10828
2003-01-09 18:29:18 +00:00
Andy Heninger
baf94c23e2 ICU-2420 regexp perf, add UVector32 class - vector of uint32_t. Allows optimizations
not possible with original (pointer sized) UVector class.

X-SVN-Rev: 10826
2003-01-08 23:40:45 +00:00
George Rhoten
eadb848359 ICU-2628 Fix for z/OS in non-USS mode.
X-SVN-Rev: 10820
2003-01-08 21:37:44 +00:00
Markus Scherer
480ec3a447 ICU-2611 organize source files into folders
X-SVN-Rev: 10806
2003-01-02 19:07:58 +00:00
George Rhoten
73f87a2b37 ICU-2134 Mention the real function to call.
X-SVN-Rev: 10772
2002-12-20 16:41:57 +00:00
George Rhoten
b579d80f42 ICU-2000 Fix some compiler warnings.
X-SVN-Rev: 10760
2002-12-19 01:06:00 +00:00
Ram Viswanadha
dbe3f4af73 ICU-2565 lifecycle tag clean up
X-SVN-Rev: 10759
2002-12-19 01:01:43 +00:00
Alan Liu
03a1aa77bc ICU-2565 fix doxygen warnings
X-SVN-Rev: 10758
2002-12-19 00:43:21 +00:00
Alan Liu
14b296fa3c ICU-2565 fix doxygen warnings
X-SVN-Rev: 10756
2002-12-19 00:25:31 +00:00
Vladimir Weinstein
4115ca506e ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10755
2002-12-19 00:23:20 +00:00
Steven R. Loomis
83954e559d ICU-2565 doxygen warnings
X-SVN-Rev: 10754
2002-12-19 00:19:08 +00:00
Vladimir Weinstein
a1aaa11bce ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10748
2002-12-18 23:41:01 +00:00
Vladimir Weinstein
f6df211be9 ICU-2039 Some assignment operators and copy constructors declared private
X-SVN-Rev: 10747
2002-12-18 23:17:12 +00:00
Ram Viswanadha
46a131d26b ICU-2565 @stable lable clean up
X-SVN-Rev: 10743
2002-12-18 22:59:35 +00:00
Markus Scherer
9d029d2f86 ICU-2504 doxygen doc for typo
X-SVN-Rev: 10728
2002-12-18 16:25:35 +00:00
Vladimir Weinstein
89628f1df9 ICU-2107 added copyright notices
X-SVN-Rev: 10722
2002-12-18 08:31:34 +00:00
Markus Scherer
3df3e7e946 ICU-2415 fix @param comments
X-SVN-Rev: 10720
2002-12-18 02:38:42 +00:00
George Rhoten
dbd2dd9d79 ICU-2565 These two are really @internal and not @stable
X-SVN-Rev: 10719
2002-12-18 02:20:50 +00:00
Markus Scherer
7da23af806 ICU-2581 remove names of unused arguments; define global new/delete only on windows
X-SVN-Rev: 10718
2002-12-18 02:17:01 +00:00
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