Commit Graph

767 Commits

Author SHA1 Message Date
Alan Liu
a44d97af9f ICU-75 comment out debugging var
X-SVN-Rev: 6450
2001-10-26 05:25:53 +00:00
Alan Liu
7e71a068a5 ICU-73 changes to support zero-length matchers at end of key
X-SVN-Rev: 6446
2001-10-25 23:22:15 +00:00
Alan Liu
394b8f2429 ICU-73 use int for index values to avoid signedness problems
X-SVN-Rev: 6445
2001-10-25 22:42:24 +00:00
Alan Liu
28396af74f ICU-73 use int for index values to avoid signedness problems
X-SVN-Rev: 6444
2001-10-25 22:33:19 +00:00
GCL Shanghai
66b1761bc6 ICU-92 Update testcase for implementation of serialization update
X-SVN-Rev: 6426
2001-10-25 06:37:15 +00:00
GCL Shanghai
9c42f290b9 ICU-92 Update some implementation of serialization according to Doug's mail
X-SVN-Rev: 6425
2001-10-25 06:25:23 +00:00
Ram Viswanadha
947b852232 ICU-19 Proposed API changes implementation
X-SVN-Rev: 6423
2001-10-25 02:24:23 +00:00
Syn Wee Quek
30b9b8a704 ICU-34
Added documentation on the appropriate location of uprops.dat and unames.dat.

X-SVN-Rev: 6421
2001-10-25 00:42:15 +00:00
Alan Liu
28218e7eec ICU-68 implement rollback for filtered incremental transliteration
X-SVN-Rev: 6419
2001-10-25 00:02:24 +00:00
Alan Liu
c034625d34 ICU-75 remove debugging line
X-SVN-Rev: 6418
2001-10-24 23:45:57 +00:00
Doug Felt
835e8ee370 ICU-98 fix lenient parse error for " fifty-7"
X-SVN-Rev: 6416
2001-10-24 20:00:08 +00:00
Alan Liu
e8d7549539 ICU-64 repair ::ID block code in reverse direction
X-SVN-Rev: 6414
2001-10-24 13:35:21 +00:00
Alan Liu
f3fd842428 ICU-48 fix handling of ::ID blocks in reverse dir
X-SVN-Rev: 6407
2001-10-24 00:08:23 +00:00
Alan Liu
b78a572b3b ICU-79 use perl-notation in compound IDs in index file -- work around; eliminate unnecessary NFC(NFD) etc.
X-SVN-Rev: 6404
2001-10-23 23:33:01 +00:00
Alan Liu
afe3fe82dd ICU-97 initial pragma support (variable range)
X-SVN-Rev: 6403
2001-10-23 23:28:13 +00:00
Syn Wee Quek
803653ae79 ICU-93
Compilation fixed by testers.

X-SVN-Rev: 6400
2001-10-23 20:56:32 +00:00
Syn Wee Quek
8f130085ff ICU-48
uprops.dat and unames.dat updated to Unicode 3.1.1.
Code and test updated accordingly.

X-SVN-Rev: 6397
2001-10-23 17:08:13 +00:00
GCL Shanghai
3efedd1281 ICU-93 fix javadoc warning: Tag @see: can't find...
X-SVN-Rev: 6393
2001-10-23 13:22:19 +00:00
GCL Shanghai
9030c89e49 ICU-45 Warnings when compiling ICU4j
X-SVN-Rev: 6392
2001-10-23 13:16:20 +00:00
Alan Liu
3bc8d8b8ac ICU-79 use anchor syntax in set pattern
X-SVN-Rev: 6381
2001-10-23 00:23:46 +00:00
Ram Viswanadha
b1952f964c ICU-75 Update Indic Rules
X-SVN-Rev: 6380
2001-10-22 23:24:11 +00:00
Syn Wee Quek
46f78fe23c ICU-93
Released commented test.
Tester fixed compilation bug.

X-SVN-Rev: 6376
2001-10-22 21:53:10 +00:00
Ram Viswanadha
2b61b89e4a ICU-75 Update Indic Rules
X-SVN-Rev: 6374
2001-10-22 21:04:07 +00:00
Alan Liu
56bb5949d9 ICU-97 move skipWhitespace to com.ibm.util.Utility
X-SVN-Rev: 6371
2001-10-22 05:36:25 +00:00
Alan Liu
070f5f7435 ICU-97 add/move functions for parsing
X-SVN-Rev: 6370
2001-10-22 05:35:12 +00:00
GCL Shanghai
57f2213bee ICU-93 correct compilation errors of DateFormatRegressionTestJ
X-SVN-Rev: 6366
2001-10-22 02:02:33 +00:00
Alan Liu
a88af4467b ICU-68 remove filters[] array
X-SVN-Rev: 6365
2001-10-21 23:35:41 +00:00
Mark Davis
5df1a03390 ICU-1291 Change test to be case insensitive;
later need to check that UPPER, Title and lower are preserved.
Also, put in flags so that characters that single failure cases are ignored with doubles,
that lowers the volume of errors.

X-SVN-Rev: 6364
2001-10-20 01:36:35 +00:00
Mark Davis
6cc7a15b36 ICU-1291 Fixed roundtrip errors
X-SVN-Rev: 6363
2001-10-20 01:33:44 +00:00
Eric Mader
53d570601b ICU-96 add [:Pi:] to the rules where [:Ps:] is and [:Pf:] to the rules where
[:Pe:] is.

X-SVN-Rev: 6349
2001-10-19 23:06:38 +00:00
Syn Wee Quek
5f1479c676 ICU-94
* Updated UCharacter.toUpper, UCharacter.toLower and
UCharacterTest to Unicode 3.1.1

X-SVN-Rev: 6346
2001-10-19 22:16:23 +00:00
Syn Wee Quek
c0fbeab328 ICU-95
* Shifted unames.dat, uprops.dat to resources.
* Updated UCharacter*DB.java to reflect the shift.
* Updated build.xml to reflect the shift.

X-SVN-Rev: 6345
2001-10-19 22:15:53 +00:00
Syn Wee Quek
3b2fe9f67e ICU-93
Temporary fix for the compilation errors.
Testers responsible will have to fix DateFormatRegressionTestJ.java.

X-SVN-Rev: 6341
2001-10-19 20:53:54 +00:00
GCL Shanghai
e84d583c20 ICU-92 NumberFormat test porting and bug fixing
X-SVN-Rev: 6334
2001-10-19 12:47:42 +00:00
GCL Shanghai
c83b37a16e ICU-92 NumberFormat test porting and bug fixing
X-SVN-Rev: 6333
2001-10-19 12:35:49 +00:00
GCL Shanghai
8dbcde14d0 ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6332
2001-10-19 12:24:23 +00:00
GCL Shanghai
e256b77c06 ICU-92 NumberFormat test porting and bug fixing
X-SVN-Rev: 6331
2001-10-19 12:17:39 +00:00
GCL Shanghai
0d85c6fd9a ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6330
2001-10-19 11:57:54 +00:00
GCL Shanghai
9c4ff7f40c ICU-93 DateFormat test porting and bug fixing, add revision tag
X-SVN-Rev: 6329
2001-10-19 11:51:46 +00:00
GCL Shanghai
55fce8a4a7 ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6328
2001-10-19 11:43:37 +00:00
GCL Shanghai
6dbfe82bb1 ICU-93 DateFormat test porting and bug fixing, add revision tag
X-SVN-Rev: 6327
2001-10-19 11:26:32 +00:00
GCL Shanghai
6a2f428a37 ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6326
2001-10-19 10:51:33 +00:00
GCL Shanghai
b11ff6da0b ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6325
2001-10-19 10:40:14 +00:00
GCL Shanghai
459c83c36f ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6324
2001-10-19 10:28:16 +00:00
GCL Shanghai
7e3e06673f ICU-93 DateFormat test porting and bug fixing
X-SVN-Rev: 6323
2001-10-19 10:15:16 +00:00
Alan Liu
2b89bfbb70 ICU-79 update tests for new rules
X-SVN-Rev: 6318
2001-10-19 00:35:59 +00:00
Alan Liu
47c0722dcb ICU-60 fix handling of anchors in toRule
X-SVN-Rev: 6316
2001-10-18 23:02:32 +00:00
Alan Liu
7ce9ae26ed ICU-86 restore deprecated category constructor
X-SVN-Rev: 6305
2001-10-18 04:21:05 +00:00
Andy Heninger
f03ca01bd1 ICU-1273 Break Iterator, treat PUA chars as ideographs.
X-SVN-Rev: 6296
2001-10-17 23:31:56 +00:00
Alan Liu
edb9849ffd ICU-75 add unescapeLeniently()
X-SVN-Rev: 6284
2001-10-17 20:09:44 +00:00