Syn Wee Quek
266d2e2281
ICU-2301
...
fixed normalization conformance test failure in ibm jdk 1.3.0
X-SVN-Rev: 9856
2002-09-10 22:32:25 +00:00
Syn Wee Quek
a4d9ee5305
ICU-2279
...
optimized collation builder
X-SVN-Rev: 9855
2002-09-10 22:19:31 +00:00
Alan Liu
8ecbc017d3
ICU-1130 use perl \N{name} notation in Any-Name and Name-Any
...
X-SVN-Rev: 9854
2002-09-09 16:33:43 +00:00
Alan Liu
8fa56d23e0
ICU-1130 use perl \N{name} notation in Any-Name and Name-Any
...
X-SVN-Rev: 9853
2002-09-09 16:11:07 +00:00
Alan Liu
f42f38058a
ICU-1130 added parsePattern for use by Name-Any
...
X-SVN-Rev: 9852
2002-09-09 16:05:09 +00:00
Doug Felt
fdf6867d3a
ICU-2203 registry updates for Currency
...
X-SVN-Rev: 9851
2002-09-07 00:15:35 +00:00
Alan Liu
d96f819545
ICU-1130 added parsePattern for use by Name-Any
...
X-SVN-Rev: 9850
2002-09-06 23:37:16 +00:00
Alan Liu
85d23479b6
ICU-1130 use perl \N{name} notation in Any-Name and Name-Any
...
X-SVN-Rev: 9849
2002-09-06 23:30:29 +00:00
Vladimir Weinstein
c8f160bcab
ICU-2269 close sets after using
...
X-SVN-Rev: 9848
2002-09-06 23:23:49 +00:00
Ram Viswanadha
bb3c25cdde
ICU-1881 dont use T_FileStream_size and assert the return value, use T_FileStream_read's return value
...
X-SVN-Rev: 9847
2002-09-06 22:15:37 +00:00
Ram Viswanadha
07884ea2ed
ICU-1699 genrb now gives an error for \uXXX \UXXXXXX truncated escape sequences
...
X-SVN-Rev: 9846
2002-09-06 22:13:15 +00:00
Syn Wee Quek
b853ae4146
ICU-2279
...
optimized test and trie equals
X-SVN-Rev: 9845
2002-09-06 19:04:07 +00:00
Vladimir Weinstein
978cef13a4
ICU-2293 fixed the length returned from u_unescape - it was counting the terminating zero, but it is supposed to return strlen of resulting string
...
X-SVN-Rev: 9844
2002-09-06 04:31:03 +00:00
Syn Wee Quek
c523fd5f31
ICU-2279
...
Added collation builder tests to compare icu4c provided resources and the rbc builder.
X-SVN-Rev: 9843
2002-09-06 01:53:19 +00:00
Syn Wee Quek
79eda19652
ICU-2103
...
Removed deprecated trie builders and related code
X-SVN-Rev: 9842
2002-09-06 01:50:43 +00:00
George Rhoten
c7c90c528b
ICU-2086 A small improvement for the binary search of algorithmic converters.
...
X-SVN-Rev: 9841
2002-09-06 00:48:35 +00:00
Andy Heninger
c258ec6fda
ICU-2283 add missing NULL tests in RBBI operator ==
...
X-SVN-Rev: 9839
2002-09-05 18:51:50 +00:00
Vladimir Weinstein
8f14f1acab
ICU-1433 Added a missing line at the end of file
...
X-SVN-Rev: 9838
2002-09-04 15:15:15 +00:00
Vladimir Weinstein
8238930139
ICU-1433 getTailoredSet C/C++ take 1
...
X-SVN-Rev: 9837
2002-09-04 06:08:04 +00:00
Vladimir Weinstein
7f9ecabbfd
ICU-1854 special strcoll version for latin-1 locales
...
X-SVN-Rev: 9836
2002-09-04 06:02:13 +00:00
Syn Wee Quek
13382315c0
ICU-2065
...
added code to remember the last < comparison in rule, so that transitive
tests will work.
e.g. when testing &a < b = c, original code has a bug that expects c = a
when the collator is returning the correct result of a < c. this bug in the test
is fixed.
X-SVN-Rev: 9835
2002-09-04 01:37:26 +00:00
Markus Scherer
3ad71d6de5
ICU-2284 point more prominently to the User Guide Strings chapter, improve UNICODE_STRING_SIMPLE slightly
...
X-SVN-Rev: 9834
2002-09-04 00:57:54 +00:00
George Rhoten
9188a817d3
ICU-2086 Improve the binary search of aliases and the algorithmic converter name lookup
...
X-SVN-Rev: 9833
2002-09-04 00:36:40 +00:00
Vladimir Weinstein
827db2e60a
ICU-2267 Change the Japanese collation default strength to tertiary
...
X-SVN-Rev: 9832
2002-09-03 19:43:11 +00:00
Markus Scherer
dce332b77d
ICU-2153 test internal APIs for max name length and used-character sets
...
X-SVN-Rev: 9829
2002-09-02 21:50:35 +00:00
Markus Scherer
1403e3f82b
ICU-2153 add internal APIs for name/ISO comment max lengths and used-character sets - enum through all names & comments to get separate sets
...
X-SVN-Rev: 9828
2002-09-02 21:48:41 +00:00
Markus Scherer
3141ae0281
ICU-2153 add internal APIs for name/ISO comment max lengths and used-character sets
...
X-SVN-Rev: 9827
2002-09-02 21:45:24 +00:00
Doug Felt
d96ccb8777
ICU-2083 enable tests driven by module
...
X-SVN-Rev: 9826
2002-08-31 04:55:10 +00:00
Syn Wee Quek
43e19956a5
ICU-2278
...
zapped the supplementary compression bug.
tests are included in jitterbug 2279.
X-SVN-Rev: 9825
2002-08-30 23:19:12 +00:00
Andy Heninger
423eb52850
ICU-2190 RBBI rule builder, fixed incorrect handling of some \escaped chars in rules,
...
and failure to allow white space before a * or ?
X-SVN-Rev: 9824
2002-08-30 23:04:10 +00:00
Andy Heninger
3144b2665e
ICU-2231 RBBI Sentence Break Rules and test updated to match draft of TR 29
...
X-SVN-Rev: 9823
2002-08-30 21:37:59 +00:00
George Rhoten
bbc62da408
ICU-2157 Add a test for UTF8_COUNT_TRAIL_BYTES.
...
X-SVN-Rev: 9822
2002-08-30 01:22:26 +00:00
Vladimir Weinstein
be34f0f08f
ICU-2268 test for bug 2268
...
X-SVN-Rev: 9821
2002-08-29 23:23:45 +00:00
Vladimir Weinstein
54e87296d9
ICU-2269 test for bug 2269
...
X-SVN-Rev: 9820
2002-08-29 23:16:45 +00:00
Alan Liu
6a1ee4f141
ICU-2153 C implementation and test for uprv_getCharNameCharacters()
...
X-SVN-Rev: 9819
2002-08-29 23:11:50 +00:00
Alan Liu
541ae0e468
ICU-2153 C implementation and test for uprv_getCharNameCharacters()
...
X-SVN-Rev: 9818
2002-08-29 23:05:23 +00:00
Vladimir Weinstein
cc4c361654
ICU-2269 don't use aliasing ctor in uset_addString
...
X-SVN-Rev: 9817
2002-08-29 22:20:59 +00:00
Vladimir Weinstein
f346c4d8f2
ICU-2268 fixed UTokenAssigner bug in UVector
...
X-SVN-Rev: 9816
2002-08-29 22:12:49 +00:00
Alan Liu
ae8bbc8773
ICU-2189 eliminate duplicates in add(string)
...
X-SVN-Rev: 9815
2002-08-29 04:58:00 +00:00
George Rhoten
3325f6a02b
ICU-2134 Various readme updates.
...
X-SVN-Rev: 9814
2002-08-29 00:30:09 +00:00
Andy Heninger
5780aed3d3
ICU-2190 fix crashing bug in RBBI rule builder
...
X-SVN-Rev: 9813
2002-08-29 00:28:11 +00:00
Andy Heninger
d2e6ab9355
ICU-2123 Replace awkward RBBI builder data structure. Linked list of
...
uset nodes replaced by a vector; overloaded use of right child field of node eliminated.
X-SVN-Rev: 9812
2002-08-28 22:24:17 +00:00
Andy Heninger
956c28b0ac
ICU-2129 Intltest, fix memory leak in revised rbbitest.
...
X-SVN-Rev: 9811
2002-08-28 22:10:32 +00:00
Alan Liu
681c0468a4
ICU-1767 support [:ascii:] and \N{name} in UnicodeSet
...
X-SVN-Rev: 9810
2002-08-28 20:23:00 +00:00
Alan Liu
9ba92b30ff
ICU-2025 deprecate UnicodeFilterLogic
...
X-SVN-Rev: 9809
2002-08-28 17:17:04 +00:00
Alan Liu
a087750ac3
ICU-2025 deprecate UnicodeFilterLogic
...
X-SVN-Rev: 9808
2002-08-28 16:45:19 +00:00
Syn Wee Quek
5a24e9df06
ICU-2134
...
removed doxygen warnings
X-SVN-Rev: 9807
2002-08-28 16:43:42 +00:00
Alan Liu
5a76714348
ICU-2025 deprecate UnicodeFilterLogic
...
X-SVN-Rev: 9806
2002-08-28 16:29:26 +00:00
George Rhoten
4b56870c43
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9805
2002-08-28 16:04:23 +00:00
George Rhoten
990db21101
ICU-2000 Fixed some compiler warnings.
...
X-SVN-Rev: 9804
2002-08-28 15:55:37 +00:00