Commit Graph

617 Commits

Author SHA1 Message Date
Andy Heninger
4575efb175 ICU-2422 Regexp general cleanup
X-SVN-Rev: 11387
2003-03-24 05:23:07 +00:00
Andy Heninger
c612056f6a ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11375
2003-03-21 00:40:25 +00:00
Andy Heninger
f6d9573913 ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11366
2003-03-20 01:15:10 +00:00
GCL Shanghai
2de3bade18 ICU-2222 fix breaking changes
X-SVN-Rev: 11357
2003-03-19 13:21:51 +00:00
Alan Liu
1ac2fc0b78 ICU-2656 complete rewrite of parse() to revise handling of abutting numeric fields so that "12345" x "HHmmss" => 1:23:45
X-SVN-Rev: 11308
2003-03-14 00:49:21 +00:00
Andy Heninger
fef34e930e ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11290
2003-03-13 01:56:01 +00:00
Alan Liu
e7be1a69e2 ICU-2656 make HHmmss parsing not parse negative numbers
X-SVN-Rev: 11254
2003-03-07 01:04:43 +00:00
Andy Heninger
f5fa67bfe3 ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11250
2003-03-06 01:57:52 +00:00
Alan Liu
03c212daf4 ICU-887 add new ucal_ time zone API
X-SVN-Rev: 11249
2003-03-05 18:36:48 +00:00
George Rhoten
a3b3b77616 ICU-1839 Use const & for setSymbol
X-SVN-Rev: 11235
2003-03-04 19:15:06 +00:00
GCL Shanghai
79ee1a6a54 ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11186
2003-02-28 13:21:23 +00:00
Doug Felt
7456e00aee ICU-2203 no public hashtable, replace with const list of UnicodeString
X-SVN-Rev: 11179
2003-02-27 20:14:51 +00:00
Andy Heninger
2d3301b7f9 ICU-2422 look-behind op, plus some optimizations, work-in-progress.
X-SVN-Rev: 11168
2003-02-26 05:16:49 +00:00
Doug Felt
c31688a777 ICU-2203 C++ version of NumberFormat registration
X-SVN-Rev: 11160
2003-02-25 23:36:48 +00:00
GCL Shanghai
513a23fdae ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11137
2003-02-21 08:32:22 +00:00
Vladimir Weinstein
b2b568a6bc ICU-2412 exposed getUCollator, needed for intltest
X-SVN-Rev: 11113
2003-02-20 01:11:39 +00:00
Alan Liu
20b7287c2a ICU-2374 added UErrorCode per review
X-SVN-Rev: 11055
2003-02-14 22:16:14 +00:00
George Rhoten
6b0ec25200 ICU-2710 Remove obsolete code
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
Andy Heninger
2397658197 ICU-2422 regexp, match flag setting options added.
X-SVN-Rev: 11032
2003-02-12 01:28:01 +00:00
George Rhoten
42a01f819f ICU-2686 Fix a link
X-SVN-Rev: 10990
2003-02-07 02:16:50 +00:00
Andy Heninger
7f44eb19cf ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 10989
2003-02-07 02:04:14 +00:00
George Rhoten
84cb864c59 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10982
2003-02-06 22:57:35 +00:00
George Rhoten
548ec9a6e7 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10981
2003-02-06 22:03:58 +00:00
Andy Heninger
5522a8521c ICU-2422 regex test reorg, improved debug options
X-SVN-Rev: 10979
2003-02-06 01:55:17 +00:00
George Rhoten
bfd8a3014b ICU-2686 Document createAvailableIDs -> createEnumeration
X-SVN-Rev: 10962
2003-02-05 06:59:23 +00:00
Alan Liu
1e8ae887c7 ICU-2374 cache the default NumberFormat and the default DateFormat used when subformats[i].format == NULL; this will improve format() performance in some cases
X-SVN-Rev: 10957
2003-02-05 00:53:44 +00:00
George Rhoten
6a7d5d2535 ICU-2686 Fix a link
X-SVN-Rev: 10952
2003-02-04 18:35:57 +00:00
Andy Heninger
fc1f59a88d ICU-2422 fixed g++ compilation problem in regexcmp, got some other work in progress as well.
X-SVN-Rev: 10949
2003-02-04 00:36:30 +00:00
George Rhoten
1890772362 ICU-2686 Fix the HTML for doxygen
X-SVN-Rev: 10948
2003-02-03 22:34:59 +00:00
Andy Heninger
61b188cc37 ICU-2422 regexp, Look-ahead ops added. Bug in caching input
string in Matcher fixed.

X-SVN-Rev: 10938
2003-01-31 02:00:52 +00:00
George Rhoten
4d7921d1b8 ICU-2686 Various documentation updates.
X-SVN-Rev: 10937
2003-01-30 22:48:58 +00:00
Alan Liu
c3499b03fc ICU-122 rename getFormatTypeList to getArgTypeList
X-SVN-Rev: 10918
2003-01-28 22:21:57 +00:00
Alan Liu
ee618ab3ec ICU-122 clean, rewrite, and correct javadoc; make getFormatTypeList private; support arbitrary count for getFormats
X-SVN-Rev: 10915
2003-01-28 22:16:10 +00:00
Alan Liu
8c64e1bb22 ICU-122 remove 10-arg and 10-subformat limits
X-SVN-Rev: 10911
2003-01-27 17:27:40 +00:00
Alan Liu
5d15bbb33f ICU-122 move syntaxError method to .cpp and make it static (was inline)
X-SVN-Rev: 10909
2003-01-27 17:26:06 +00:00
Vladimir Weinstein
bfe52dc06c ICU-2412 more work on ucol_strcollIter. Also added ucol_nextSortKeyPart. Code is still in flux and not for the faint of heart.
X-SVN-Rev: 10898
2003-01-23 01:52:34 +00:00
Vladimir Weinstein
001af0ad79 ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator *
X-SVN-Rev: 10870
2003-01-20 07:42:28 +00:00
Andy Heninger
50a1da1f2b ICU-2422 regexp, atomic paretheses added, but still buggy
X-SVN-Rev: 10865
2003-01-17 01:43:54 +00:00
Andy Heninger
01147100bd ICU-2422 regexp, {min,max} quantifiers added.
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
Andy Heninger
9c23e724ee ICU-2420 regexp perf, replace use of UVector, UnicodeString in execution engine
X-SVN-Rev: 10824
2003-01-08 23:38:23 +00:00
George Rhoten
a59ad26f6a ICU-2565 fix doxygen warnings
X-SVN-Rev: 10811
2003-01-06 17:53:06 +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
Alan Liu
dc02dd8cb9 ICU-2071 bump getGMT to @obsolete 2.6 (authorized by markus)
X-SVN-Rev: 10753
2002-12-19 00:16:57 +00:00
Vladimir Weinstein
12f00f5f10 ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10752
2002-12-19 00:11:32 +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
066548c179 ICU-2565 @stable etc lables
X-SVN-Rev: 10744
2002-12-18 23:00:25 +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
Syn Wee Quek
9a87c043b0 ICU-2087 added @stable
X-SVN-Rev: 10699
2002-12-17 22:10:06 +00:00
Steven R. Loomis
105aac3285 ICU-2529 remove GetDynamicClassID() functions that should not be present
X-SVN-Rev: 10685
2002-12-16 20:05:46 +00:00
Ram Viswanadha
f2cd70e476 ICU-2565 add @stable, etc tags
X-SVN-Rev: 10638
2002-12-12 01:39:37 +00:00
Ram Viswanadha
451e27216f ICU-2565 update documentation
X-SVN-Rev: 10636
2002-12-12 01:23:05 +00:00
Ram Viswanadha
a4fd8aaa88 ICU-2565 add @stable, etc tags
X-SVN-Rev: 10633
2002-12-12 01:01:41 +00:00
Alan Liu
e2d5a954cc ICU-2087 convert @deprecated to @obsolete as appropriate
X-SVN-Rev: 10630
2002-12-12 00:33:11 +00:00
Alan Liu
12bed0cecb ICU-2087 convert @deprecated to @obsolete as appropriate
X-SVN-Rev: 10627
2002-12-12 00:20:45 +00:00
Alan Liu
96921b5af8 ICU-2087 convert @deprecated to @obsolete as appropriate
X-SVN-Rev: 10626
2002-12-12 00:12:08 +00:00
Vladimir Weinstein
c5d23dc024 ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10625
2002-12-11 23:57:33 +00:00
Syn Wee Quek
0d21989098 ICU-2087 added @stable
X-SVN-Rev: 10607
2002-12-11 19:30:08 +00:00
Markus Scherer
616eee4bd8 ICU-2373 "David Goldsmith"->"D. Goldsmith"
X-SVN-Rev: 10593
2002-12-11 00:38:11 +00:00
Alan Liu
2f531fb108 ICU-2087 convert @deprecated to @obsolete as appropriate
X-SVN-Rev: 10559
2002-12-09 17:22:54 +00:00
Alan Liu
b00b17ebd1 ICU-2087 add "ICU 2.0" to versionless @stable tags, and add "ICU" to @stable tags that lack it
X-SVN-Rev: 10488
2002-12-05 00:30:16 +00:00
Markus Scherer
2af8b25b5a ICU-2087 change @stable to @stable ICU 2.0
X-SVN-Rev: 10483
2002-12-04 23:46:16 +00:00
Andy Heninger
ba62204560 ICU-2103 API docs, @stable, @draft, etc. added.
X-SVN-Rev: 10476
2002-12-04 18:21:09 +00:00
Vladimir Weinstein
bcd885f8c0 ICU-2087 change @draft 2.0 to @stable
X-SVN-Rev: 10459
2002-12-03 23:50:06 +00:00
Alan Liu
8d85ca3664 ICU-2087 change @draft ICU 2.0 tags to @stable
X-SVN-Rev: 10400
2002-11-27 20:07:53 +00:00
Syn Wee Quek
5cb6305432 ICU-2087 replace @draft ICU 2.0 with @stable
X-SVN-Rev: 10391
2002-11-27 01:47:01 +00:00
Alan Liu
bf44d85f9e ICU-2118 fix #ifdef unintended change in access
X-SVN-Rev: 10389
2002-11-27 00:19:55 +00:00
Doug Felt
622be9eb16 ICU-2087 draft 2.0 -> stable rbnf
X-SVN-Rev: 10380
2002-11-26 18:30:13 +00:00
Doug Felt
649376466a ICU-2398 rbnf doc cleanup
X-SVN-Rev: 10378
2002-11-26 18:23:15 +00:00
Alan Liu
8a4c069318 ICU-2370 fix parameter docs/names for format() and related fns
X-SVN-Rev: 10366
2002-11-25 18:31:23 +00:00
Alan Liu
9d30c08f22 ICU-2370 fix format() docs regarding appending to result string; also misc other doc and parameter name fixes
X-SVN-Rev: 10364
2002-11-23 01:11:50 +00:00
Alan Liu
acc6c8332e ICU-2025 improve @deprecated tags
X-SVN-Rev: 10342
2002-11-22 18:31:51 +00:00
Syn Wee Quek
4374eb9778 ICU-2118
code coverage
deprecated protected unused collator constructor

X-SVN-Rev: 10323
2002-11-21 22:52:46 +00:00
Syn Wee Quek
8ec395e863 ICU-2118
removed unnecessary and uncalled private methods

X-SVN-Rev: 10311
2002-11-21 01:11:57 +00:00
Alan Liu
f8be29dfa1 ICU-2347 make review fixes (comments only)
X-SVN-Rev: 10307
2002-11-21 00:19:55 +00:00
Andy Heninger
24bf088281 ICU-105 Regular Expressions, changes from code review
X-SVN-Rev: 10294
2002-11-19 19:31:03 +00:00
Andy Heninger
fa1b944f9f ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10258
2002-11-14 18:27:00 +00:00
Markus Scherer
be1562a9bd ICU-2085 properly deprecate TZ::inDaylightTime() in both the base and implementation classes
X-SVN-Rev: 10253
2002-11-14 02:04:10 +00:00
George Rhoten
8c4673aa29 ICU-2085 #ifdef out deprecated code
X-SVN-Rev: 10239
2002-11-13 22:36:43 +00:00
Andy Heninger
f54596b532 ICU-105 Regular Expressions, API docs updated
X-SVN-Rev: 10231
2002-11-13 02:28:04 +00:00
Alan Liu
66a285bef3 ICU-2347 add new timezone enumeration API and deprecate old one
X-SVN-Rev: 10230
2002-11-12 23:52:27 +00:00
Andy Heninger
fa16d0f578 ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10220
2002-11-11 18:49:49 +00:00
Andy Heninger
2d39fda4e3 ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10180
2002-11-07 02:34:46 +00:00
Andy Heninger
ccd8fc3536 ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10132
2002-10-31 01:58:01 +00:00
Andy Heninger
425ac49187 ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10063
2002-10-24 22:16:07 +00:00
Andy Heninger
b5a133cc7d ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10053
2002-10-23 16:38:10 +00:00
Andy Heninger
6bd8583607 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10051
2002-10-23 01:14:17 +00:00
Andy Heninger
11891ab0d8 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10050
2002-10-22 00:09:32 +00:00
Markus Scherer
93018c58f9 ICU-2296 optimize use of UnicodeString, copy string objects less often
X-SVN-Rev: 10030
2002-10-15 00:36:11 +00:00
Markus Scherer
d8cd28cf02 ICU-2296 optimize use of UnicodeString, copy string objects less often
X-SVN-Rev: 10029
2002-10-12 01:09:00 +00:00
Markus Scherer
704b6a284c ICU-2244 interface/mixin classes (like all classes with virtual functions) must have a virtual destructor
X-SVN-Rev: 9973
2002-10-04 20:45:31 +00:00
Markus Scherer
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
Vladimir Weinstein
aebe160111 ICU-2209 moved canonical iterator from i18n to common per Markus's request
X-SVN-Rev: 9899
2002-09-20 00:00:44 +00:00
Vladimir Weinstein
9c38010fef ICU-2209 make canonical iterator public - documentation/API reference
X-SVN-Rev: 9869
2002-09-17 19:11:52 +00:00
Vladimir Weinstein
150ad44972 ICU-1433 getTailoredSet C/C++ return all the canonically equivalent sequences. Also added tests
X-SVN-Rev: 9867
2002-09-17 06:27:51 +00:00
Vladimir Weinstein
0fb205837f ICU-2209 make canonical iterator public
X-SVN-Rev: 9866
2002-09-17 05:06:04 +00:00
Syn Wee Quek
821c8a97b5 ICU-2294
added "This class is not subclassable" note

X-SVN-Rev: 9858
2002-09-11 00:27:41 +00:00
Vladimir Weinstein
8238930139 ICU-1433 getTailoredSet C/C++ take 1
X-SVN-Rev: 9837
2002-09-04 06:08:04 +00:00
Alan Liu
9ba92b30ff ICU-2025 deprecate UnicodeFilterLogic
X-SVN-Rev: 9809
2002-08-28 17:17:04 +00:00
Syn Wee Quek
5a24e9df06 ICU-2134
removed doxygen warnings

X-SVN-Rev: 9807
2002-08-28 16:43:42 +00:00
George Rhoten
30b0e1a54d ICU-2134 Doxygen update
X-SVN-Rev: 9785
2002-08-23 18:33:55 +00:00
George Rhoten
d9e40fee14 ICU-2137 Remove the underscore from some structs and enums
X-SVN-Rev: 9779
2002-08-23 15:49:09 +00:00
George Rhoten
2e358bd9bf ICU-2085 #ifdef out deprecated code
X-SVN-Rev: 9778
2002-08-23 15:22:49 +00:00
George Rhoten
0aaeec4a70 ICU-2134 Fixed some doxygen warnings
X-SVN-Rev: 9774
2002-08-22 22:00:23 +00:00
George Rhoten
858bac8a72 ICU-2134 Various doxygen updates.
X-SVN-Rev: 9769
2002-08-22 17:59:47 +00:00
George Rhoten
d7e0797b2c ICU-2085 #ifdef out deprecated code
X-SVN-Rev: 9756
2002-08-21 19:12:24 +00:00
Alan Liu
abe4adf5c3 ICU-2060 add isEquivalentTo() method
X-SVN-Rev: 9749
2002-08-21 18:33:08 +00:00
Alan Liu
739001a8fd ICU-2060 rewrite API docs, which were way off
X-SVN-Rev: 9748
2002-08-21 18:32:19 +00:00
Steven R. Loomis
7f44d38bd4 ICU-1950 Javadoc contains Javaisms
X-SVN-Rev: 9739
2002-08-20 15:59:07 +00:00
Syn Wee Quek
528917ff8a ICU-2023
removed doxygen warnings

X-SVN-Rev: 9686
2002-08-12 23:06:22 +00:00
Syn Wee Quek
4534752929 ICU-2023
adding @stable

X-SVN-Rev: 9671
2002-08-12 16:20:26 +00:00
Steven R. Loomis
9b59b2964b ICU-2031 @draft tags
X-SVN-Rev: 9668
2002-08-12 15:20:40 +00:00
Syn Wee Quek
6435f0da90 ICU-2023 docs update, remove docs warnings
X-SVN-Rev: 9660
2002-08-09 22:37:04 +00:00
Steven R. Loomis
b75d0a6f3a ICU-2031 @draft to @stable
X-SVN-Rev: 9654
2002-08-09 20:51:28 +00:00
Steven R. Loomis
e0694f32c3 ICU-2031 change unmarked @draft tags
X-SVN-Rev: 9653
2002-08-09 20:45:22 +00:00
Steven R. Loomis
c24ba9b959 ICU-2031 change unmarked @draft tags
X-SVN-Rev: 9650
2002-08-09 19:31:13 +00:00
Alan Liu
c701df490b ICU-2031 add version to @draft tag
X-SVN-Rev: 9638
2002-08-09 00:07:16 +00:00
Alan Liu
d2c9f0cbc9 ICU-2071 @since => @draft
X-SVN-Rev: 9636
2002-08-08 23:57:40 +00:00
Markus Scherer
97501d0948 ICU-2031 change @draft 1.7 to @stable
X-SVN-Rev: 9631
2002-08-08 23:31:03 +00:00
Alan Liu
d9112c29ec ICU-2071 fix GMT @deprecate tag, and add @since tag to getGMT()
X-SVN-Rev: 9630
2002-08-08 23:13:54 +00:00
Alan Liu
de1e4f603d ICU-1922 update handleTransliterate() docs
X-SVN-Rev: 9445
2002-07-30 22:13:23 +00:00
Syn Wee Quek
37cd0cf84d ICU-2031
@draft changed to @stable for APIs prior and inclusive of 1.8.1

X-SVN-Rev: 9406
2002-07-29 22:37:56 +00:00
Vladimir Weinstein
57e3962141 ICU-1930 removed UCOL_ON_WITHOUT_HANGUL normalization option. It wasn't used while functioning and it's not used in normalization any more. The only reference was in the attribute setter.
X-SVN-Rev: 9373
2002-07-26 19:09:41 +00:00
Vladimir Weinstein
633e99e104 ICU-1902 Reviewed ucol.h API docs. Fixed bug for ucol_open locale argument
X-SVN-Rev: 9372
2002-07-26 18:46:43 +00:00
George Rhoten
4236f298d1 ICU-2023 Minor documentation fixes
X-SVN-Rev: 9369
2002-07-26 17:19:16 +00:00
George Rhoten
a588120c7e ICU-2023 Fix some doxygen documentation problems.
X-SVN-Rev: 9359
2002-07-25 23:08:28 +00:00
George Rhoten
eeb30be8b5 ICU-900 Fixed a doxygen warning
X-SVN-Rev: 9321
2002-07-24 22:07:18 +00:00
Markus Scherer
f1ba8a9d4f ICU-1962 use uprv_malloc/free instead of new/delete for non-class types
X-SVN-Rev: 9204
2002-07-16 17:50:42 +00:00
George Rhoten
86b7c21c50 ICU-1988 Regenerate urename.h and hide/rename the non-API functions
X-SVN-Rev: 9193
2002-07-16 01:46:42 +00:00
Ram Viswanadha
e4011b086e ICU-1986 remove deprecated API
X-SVN-Rev: 9178
2002-07-16 00:15:23 +00:00
Doug Felt
608e614f95 ICU-1981 synch up ICU4J and ICU4C test of swedish collation
X-SVN-Rev: 9118
2002-07-12 20:37:14 +00:00
Syn Wee Quek
27da46cea7 ICU-1897
synching up icu4j with icu4j
* updated docs for string search
* ignored java modifier !
* allows rules to start without strength or &

X-SVN-Rev: 9117
2002-07-12 20:33:01 +00:00
George Rhoten
5950faa36e ICU-1766 Properly use #ifdef U_INT64_T_UNAVAILABLE
X-SVN-Rev: 9079
2002-07-10 16:30:06 +00:00
Alan Liu
8a1a716ac7 ICU-1097 change ISO code from char* to UChar*
X-SVN-Rev: 9050
2002-07-08 18:00:29 +00:00
Alan Liu
29f886f412 ICU-1097 move currency.* to ucurr.* and change ISO code parameters from char* to UChar*
X-SVN-Rev: 9049
2002-07-08 17:57:10 +00:00
Alan Liu
62039179f9 ICU-1097 rename currency.* to ucurr.*
X-SVN-Rev: 9048
2002-07-08 17:47:01 +00:00
Markus Scherer
156e2f983f ICU-1962 call UObject constructor at least in derived-class copy constructor to avoid compiler warnings
X-SVN-Rev: 9019
2002-07-02 23:58:34 +00:00
GCL Shanghai
d160acc6e2 ICU-1953 API docs have complete set of @param, @return...
X-SVN-Rev: 8983
2002-07-01 11:04:45 +00:00
GCL Shanghai
8898311b26 ICU-1953 Public C API have U_CAPI return-type U_EXPORT2
X-SVN-Rev: 8982
2002-06-29 09:33:05 +00:00
Markus Scherer
11948b52df ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
Alan Liu
d1773b2571 ICU-1434 initial implementation of source/target set API
X-SVN-Rev: 8971
2002-06-28 21:13:54 +00:00
Markus Scherer
5a81709c73 ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8953
2002-06-27 01:19:20 +00:00
Andy Heninger
70621f8923 ICU-45 new builder for RBBI rules, remove obsolete RBBI files
X-SVN-Rev: 8941
2002-06-25 18:53:10 +00:00
Alan Liu
f7058c64a3 ICU-1532 use non-mutexed availableXxx methods
X-SVN-Rev: 8848
2002-06-11 22:52:32 +00:00
Alan Liu
0c224a31ef ICU-1532 add internal non-mutexed _registerInstance
X-SVN-Rev: 8844
2002-06-11 22:34:20 +00:00
Alan Liu
584503b5fc ICU-1532 initial implementation
X-SVN-Rev: 8815
2002-06-07 20:24:40 +00:00
Syn Wee Quek
bf893316a4 ICU-1897
Removing redundant normalization data member

X-SVN-Rev: 8804
2002-06-06 22:03:58 +00:00
Alan Liu
237c0e67c3 ICU-1115 move UnicodeSet from i18n to common; also move affiliated classes; update USet to wrap UnicodeSet
X-SVN-Rev: 8721
2002-05-29 18:36:09 +00:00
George Rhoten
bca746dcf9 ICU-1913 Change the U_COL_SAFECLONE_BUFFERSIZE to a better size on os/400
X-SVN-Rev: 8678
2002-05-23 00:15:11 +00:00