Commit Graph

627 Commits

Author SHA1 Message Date
Syn Wee Quek
b9879ce2fe Tests added for new Unicode 3.1 non characters
X-SVN-Rev: 5103
2001-06-26 22:44:11 +00:00
Syn Wee Quek
744dff7002 ticket:#34:
Updated UCharacter's javadoc comments accordingly.
One difference, control code points are not tailored with respect to
java.lang.Character's type, they follow ICU4C's type.
This is because ICU4C's character data is being used in UCharacter.

X-SVN-Rev: 5072
2001-06-25 21:15:39 +00:00
Syn Wee Quek
a9fbec2b9c Unicode 3.1 data file.
X-SVN-Rev: 5058
2001-06-21 23:23:21 +00:00
Syn Wee Quek
9cafac5309 Added case folding functionality
X-SVN-Rev: 5057
2001-06-21 23:20:53 +00:00
Syn Wee Quek
edb71c80ca Added hex(int)
X-SVN-Rev: 5056
2001-06-21 23:18:08 +00:00
Syn Wee Quek
fdf1834132 Added case folding test. Not complete yet.
X-SVN-Rev: 5055
2001-06-21 23:17:38 +00:00
Alan Liu
b273169b5c ICU-33 add test for NormalizationTransliterator
X-SVN-Rev: 4982
2001-06-12 23:02:13 +00:00
Alan Liu
f74ea7b1e8 ICU-33 add NormalizationTransliterator
X-SVN-Rev: 4981
2001-06-12 23:01:55 +00:00
Alan Liu
adaff31a71 ICU-33 add registerFactory() method
X-SVN-Rev: 4980
2001-06-12 23:00:35 +00:00
Alan Liu
7c860ec8fd ICU-31 add test for TitleCase transliterator
X-SVN-Rev: 4777
2001-05-23 21:06:55 +00:00
Alan Liu
00ec181de5 ICU-31 add TitleCaseTransliterator
X-SVN-Rev: 4776
2001-05-23 21:06:36 +00:00
Alan Liu
7310579f02 ICU-31 test Upper-Lower and Lower-Upper; also test Remove transliterator
X-SVN-Rev: 4773
2001-05-23 19:44:12 +00:00
Alan Liu
bfbe68d585 ICU-31 implement Upper-Lower and Lower-Upper as subclasses of new TransformTransliterator
X-SVN-Rev: 4772
2001-05-23 19:43:26 +00:00
Alan Liu
a45e0cffb6 ICU-31 make getFilter() final, make inverse of Remove NOT be Remove, add Upper-Lower and Lower-Upper
X-SVN-Rev: 4771
2001-05-23 19:42:56 +00:00
Alan Liu
9e1fd4cfb6 ICU-29 Spanish currency format wrong
X-SVN-Rev: 4754
2001-05-22 20:13:55 +00:00
Alan Liu
3d0768bfd5 ICU-28 fixed handling of exponential format BigDecimals
X-SVN-Rev: 4741
2001-05-21 23:33:47 +00:00
Alan Liu
ffedc97351 ICU-28 added test
X-SVN-Rev: 4740
2001-05-21 23:31:54 +00:00
Syn Wee Quek
9790cdfbb4 Added comments to file generation.
X-SVN-Rev: 4715
2001-05-18 20:45:10 +00:00
Alan Liu
04173b48ed ICU-26 DateFormat factory method parameters swapped
X-SVN-Rev: 4712
2001-05-18 17:56:38 +00:00
Alan Liu
16db9ffbcc ICU-26 DateFormat factory method parameters swapped
X-SVN-Rev: 4711
2001-05-18 17:42:39 +00:00
Alan Liu
f17aec074a ICU-24 implement UnicodeSet.indexOf, .charAt
X-SVN-Rev: 4446
2001-04-04 22:45:23 +00:00
Alan Liu
9f8d255013 Add "Remove" transliterator
X-SVN-Rev: 4442
2001-04-04 18:07:08 +00:00
Alan Liu
972d35b5ce Extend test of filter IDs to check inverses
X-SVN-Rev: 4432
2001-04-03 18:21:57 +00:00
Alan Liu
64f077e625 Fix Verisign bug in Normalizer
X-SVN-Rev: 4425
2001-04-02 19:21:21 +00:00
Alan Liu
5e742aa635 ICU-23 fix IDs with inline filters
X-SVN-Rev: 4423
2001-03-31 01:31:13 +00:00
Alan Liu
2d092264a8 ICU-22 regression test for ID of inverse of alias
X-SVN-Rev: 4417
2001-03-30 23:39:18 +00:00
Alan Liu
b63956af35 ICU-20 ID of inverse of CompoundTransliterator is wrong
X-SVN-Rev: 4416
2001-03-30 23:33:20 +00:00
Alan Liu
df949741f4 ICU-21 inverse of Null should be Null
X-SVN-Rev: 4415
2001-03-30 23:24:30 +00:00
Alan Liu
1f79842e78 ICU-23 enable filter syntax in IDs, e.g. "Foo-Bar[a-z]"
X-SVN-Rev: 4413
2001-03-30 22:56:47 +00:00
Alan Liu
a012227895 ICU-23 enable filter syntax in IDs, e.g. "Foo-Bar[a-z]"
X-SVN-Rev: 4412
2001-03-30 22:50:08 +00:00
Syn Wee Quek
0b8f770650 Added new file CharTrie
X-SVN-Rev: 4362
2001-03-28 00:01:52 +00:00
Syn Wee Quek
c23796f9c9 Format of FCD values changed.
Instead of a byte, values are expanded to a char
(firstchar combining class | lastchar combining class)

X-SVN-Rev: 4361
2001-03-28 00:01:13 +00:00
Syn Wee Quek
208344a38d Updated html links.
X-SVN-Rev: 4332
2001-03-26 20:34:36 +00:00
Syn Wee Quek
40d47141dc Updated html links.
X-SVN-Rev: 4330
2001-03-26 20:15:25 +00:00
Syn Wee Quek
79a8eff09f Removed J11 testing.
X-SVN-Rev: 4315
2001-03-23 20:28:21 +00:00
Syn Wee Quek
96237cf120 Updated copyright notice.
X-SVN-Rev: 4314
2001-03-23 19:52:48 +00:00
Syn Wee Quek
73321bca01 Updated TestPrint.
X-SVN-Rev: 4161
2001-03-17 01:37:17 +00:00
Syn Wee Quek
9fec1baba2 Updated isPrintable to synch with ICU.
X-SVN-Rev: 4159
2001-03-17 01:36:32 +00:00
Alan Liu
eea14c234c Move UInfo from com.ibm.text to com.ibm.icu.internal
X-SVN-Rev: 4117
2001-03-15 23:36:02 +00:00
Alan Liu
8b19e56f70 Add round trip test case
X-SVN-Rev: 4103
2001-03-15 19:47:55 +00:00
Syn Wee Quek
5930c0b8c9 Removed jni files
X-SVN-Rev: 4027
2001-03-12 20:49:07 +00:00
Ram Viswanadha
bfbfc53bd9 no message
X-SVN-Rev: 4026
2001-03-12 20:30:44 +00:00
Syn Wee Quek
92a37cb35a Removed jni files
X-SVN-Rev: 4025
2001-03-12 20:22:16 +00:00
Syn Wee Quek
0537b4d99b updated collation.
X-SVN-Rev: 4009
2001-03-09 23:42:30 +00:00
Syn Wee Quek
df62517cd7 updated test suite
X-SVN-Rev: 4008
2001-03-09 23:41:46 +00:00
Syn Wee Quek
833d147a50 test suite
X-SVN-Rev: 4007
2001-03-09 23:41:08 +00:00
Syn Wee Quek
3e66143b2c updated error codes
.

X-SVN-Rev: 4006
2001-03-09 23:40:35 +00:00
Syn Wee Quek
538bdf3472 New collation jni test cases
X-SVN-Rev: 3986
2001-03-09 00:42:46 +00:00
Syn Wee Quek
554d5b5ade New collation files
X-SVN-Rev: 3984
2001-03-09 00:34:42 +00:00
Syn Wee Quek
0b17b3ca71 New ErrorCode common file
X-SVN-Rev: 3983
2001-03-09 00:33:59 +00:00
Syn Wee Quek
7758819a05 Updated method calls to *CP to *CodePoint.
X-SVN-Rev: 3964
2001-03-08 03:05:47 +00:00
Syn Wee Quek
1c79e5725e New 3-level Trie generation and manipulation codes.
X-SVN-Rev: 3963
2001-03-08 03:04:02 +00:00
Syn Wee Quek
0381e7eff1 changed package to com.ibm.icu.test.text
X-SVN-Rev: 3962
2001-03-08 02:17:23 +00:00
Syn Wee Quek
c3af4776fa minor modifications
add {} to loops

X-SVN-Rev: 3961
2001-03-08 02:06:48 +00:00
Syn Wee Quek
d691cd6983 modified package names for new test.
X-SVN-Rev: 3959
2001-03-08 01:48:36 +00:00
Syn Wee Quek
20a557174b new test codes to be located in com.ibm.icu.test.
X-SVN-Rev: 3958
2001-03-08 01:48:02 +00:00
Doug Felt
58b7d69735 Update TestAll to run ArabicShapingRegTest
X-SVN-Rev: 3955
2001-03-08 00:57:44 +00:00
Syn Wee Quek
71d1d249d7 Made code review changes
X-SVN-Rev: 3936
2001-03-07 02:52:05 +00:00
Doug Felt
89f9f691f8 remove shape_except_tashkeel option from public api
X-SVN-Rev: 3925
2001-03-06 22:18:24 +00:00
Syn Wee Quek
3ad68a0aa2 shifted com.ibm.icu.test.text to com.ibm.test.text
X-SVN-Rev: 3900
2001-03-05 18:51:32 +00:00
Syn Wee Quek
615fb8dc64 Add a method to generate an array of the first codepoint to have a !NF*_YES value
X-SVN-Rev: 3894
2001-03-03 04:13:37 +00:00
Alan Liu
5fe53bbe8f Update to use new index mechanism and add inter-Indic support
X-SVN-Rev: 3888
2001-03-03 00:55:23 +00:00
Alan Liu
4b2afbbe65 Fix typo
X-SVN-Rev: 3887
2001-03-03 00:54:47 +00:00
Alan Liu
0c58e6355d Edit comments
X-SVN-Rev: 3864
2001-03-01 22:56:12 +00:00
Alan Liu
fa31c1bbcd Rewrite transliterator index mechanism
X-SVN-Rev: 3863
2001-03-01 22:55:08 +00:00
Alan Liu
6985b50858 Move transliterator index from LocalElements to its own file
X-SVN-Rev: 3862
2001-03-01 22:46:33 +00:00
Alan Liu
92aa82e68c Add default encoding API
X-SVN-Rev: 3861
2001-03-01 22:46:14 +00:00
Alan Liu
217bd84b9a Add a round-trip test
X-SVN-Rev: 3847
2001-02-28 22:38:27 +00:00
Alan Liu
9ca0144fed Use UCharacter rather than UInfo
X-SVN-Rev: 3841
2001-02-28 21:49:06 +00:00
Alan Liu
f1beecbfb4 com.ibm.icu.text -> com.ibm.text
X-SVN-Rev: 3837
2001-02-28 21:00:27 +00:00
Alan Liu
d16531a667 Add UTF16Test
X-SVN-Rev: 3836
2001-02-28 20:54:50 +00:00
Syn Wee Quek
3d1c656184 Builders for quickcheck and fcd.
X-SVN-Rev: 3835
2001-02-28 20:53:29 +00:00
Alan Liu
2ba16ddd1a Fix typo
X-SVN-Rev: 3834
2001-02-28 20:37:24 +00:00
Alan Liu
b67aa423d7 Add JamoTest
X-SVN-Rev: 3833
2001-02-28 20:35:07 +00:00
Alan Liu
2fd87cb3b3 Fix typo
X-SVN-Rev: 3832
2001-02-28 20:22:47 +00:00
Alan Liu
c02a3cb24f Modify to take UTF8 files rather than .java source
X-SVN-Rev: 3831
2001-02-28 20:21:35 +00:00
Doug Felt
19afd882ed update ArabicShaping and add regression test
X-SVN-Rev: 3807
2001-02-27 21:41:50 +00:00
Syn Wee Quek
147907be82 Updated comments
X-SVN-Rev: 3806
2001-02-27 21:30:12 +00:00
Syn Wee Quek
a31b8e3994 Modified constant definitions.
X-SVN-Rev: 3802
2001-02-27 17:33:46 +00:00
Syn Wee Quek
0b37173291 New UTF16 test cases
X-SVN-Rev: 3793
2001-02-26 23:52:29 +00:00
Syn Wee Quek
b3f5ed41cb Updated UCharacter tests
X-SVN-Rev: 3792
2001-02-26 23:51:59 +00:00
Syn Wee Quek
0336e74deb New property file with combining class information
X-SVN-Rev: 3791
2001-02-26 23:51:16 +00:00
Syn Wee Quek
277c28777f Removed *Enum files
X-SVN-Rev: 3790
2001-02-26 23:49:43 +00:00
Syn Wee Quek
9137e3d13d Renamed *Enum files
X-SVN-Rev: 3789
2001-02-26 23:49:20 +00:00
Syn Wee Quek
779e705fa2 Cleaned up codes
Added combining class information retrieval

X-SVN-Rev: 3788
2001-02-26 23:45:37 +00:00
Alan Liu
8a9bbc9cf1 Fix j17
X-SVN-Rev: 3787
2001-02-26 22:21:15 +00:00
Alan Liu
738e21828f Use hyphens rather than apostrophes for disambiguation
X-SVN-Rev: 3757
2001-02-23 22:39:28 +00:00
Alan Liu
8e6e2ff021 Add (r in final position > l) mapping
X-SVN-Rev: 3756
2001-02-23 20:35:16 +00:00
Alan Liu
8e5554e9bc Add real text test
X-SVN-Rev: 3711
2001-02-21 22:38:53 +00:00
Alan Liu
f6583c8e74 Creation
X-SVN-Rev: 3710
2001-02-21 22:38:36 +00:00
Alan Liu
f510c64921 Creation
X-SVN-Rev: 3707
2001-02-21 18:36:36 +00:00
Alan Liu
dcae084333 Update to new rule syntax
X-SVN-Rev: 3694
2001-02-20 22:50:12 +00:00
Alan Liu
512805a619 Fix typo
X-SVN-Rev: 3693
2001-02-20 22:48:19 +00:00
Alan Liu
ace18e9730 Rewrite Latin-Jamo and add test cases
X-SVN-Rev: 3690
2001-02-20 20:25:42 +00:00
Alan Liu
bbb041fbd9 Remove backslash-u from log
X-SVN-Rev: 3689
2001-02-20 17:59:40 +00:00
Doug Felt
4f1c21c090 ArabicShaping
X-SVN-Rev: 3666
2001-02-17 01:57:11 +00:00
Alan Liu
361aa26987 Fix finishTransliteration() and correct Position.contextStart docs
X-SVN-Rev: 3659
2001-02-16 22:34:30 +00:00
Alan Liu
6aba89e5bc Handle \u escapes
X-SVN-Rev: 3639
2001-02-16 18:53:55 +00:00
Alan Liu
f8c8c90dc4 Add regression test for Jitterbug 11
X-SVN-Rev: 3595
2001-02-08 19:37:07 +00:00
Alan Liu
d60a8e853c Refine getID() and getAvailableIDs() behavior of composed transliterators; add docs
X-SVN-Rev: 3594
2001-02-08 19:29:48 +00:00
Alan Liu
f242e9d33d Test InterIndic getID() integrity -- want same ID back
X-SVN-Rev: 3593
2001-02-08 18:53:01 +00:00
Alan Liu
6d89126f3b Update RBBI parser to use $foo for variable refs/defs
X-SVN-Rev: 3578
2001-02-06 22:37:58 +00:00
Alan Liu
7e9a24e6ba Fix typo
X-SVN-Rev: 3565
2001-02-05 22:31:57 +00:00
Alan Liu
189ab5836c Load RuleBasedTransliterator files from UTF8 files instead of ResourceBundles
X-SVN-Rev: 3550
2001-02-03 00:48:41 +00:00
Alan Liu
7176442ac0 (icu4c jitterbug 776): Add ISO 3166 country code index to time zone data and new API to TimeZone
X-SVN-Rev: 3535
2001-02-02 19:30:16 +00:00
Syn Wee Quek
8078d286c5 Modified testCatDir.
Prints an error with hints to set the system variable when a file not found.

X-SVN-Rev: 3438
2001-01-18 21:58:05 +00:00
Syn Wee Quek
d25be78a9d Modified the file path of UnicodeData-3.0.0.0.txt to
either
1) the system property of UnicodeData, if the value is not null
or
2) the default path to the common data file data/unicode/UnicodeData.txt

X-SVN-Rev: 3409
2001-01-12 00:53:34 +00:00
Alan Liu
517b9c14db Add time zone equivalency group support to getZoneIndex
X-SVN-Rev: 3398
2001-01-09 22:48:51 +00:00
Alan Liu
5d56456e29 Fix bug in getEquivalentID
X-SVN-Rev: 3397
2001-01-09 22:48:25 +00:00
Alan Liu
e21faef9ed Update docs
X-SVN-Rev: 3396
2001-01-09 22:47:51 +00:00
Alan Liu
5d34d57211 Add tests for TimeZone equivalency group support
X-SVN-Rev: 3395
2001-01-09 22:47:02 +00:00
Alan Liu
388a5e0291 Update tests for 2000h data
X-SVN-Rev: 3393
2001-01-09 20:07:35 +00:00
Alan Liu
bdac57ff0d Fix typo
X-SVN-Rev: 3392
2001-01-09 20:07:16 +00:00
Alan Liu
abfb472b0d Upgrade time zone system to include equivalency groups, sync with icu, update data to 2000h
X-SVN-Rev: 3391
2001-01-09 20:06:43 +00:00
Syn Wee Quek
8b0794d439 Added test programs for com.ibm.icu.text.UCharacter.
X-SVN-Rev: 3328
2000-12-26 22:44:20 +00:00
Syn Wee Quek
7b3e531527 Updated readme.html information and links.
X-SVN-Rev: 3326
2000-12-26 22:41:10 +00:00
Syn Wee Quek
8ec7c129ae ICU data files for Unicode 3.0 character properties and names.
X-SVN-Rev: 3325
2000-12-26 20:08:38 +00:00
Syn Wee Quek
bc654bbe86 Unicode 3.0 character property system code check in
X-SVN-Rev: 3324
2000-12-26 20:01:08 +00:00
Alan Liu
ce06834312 Fix to work with hi_IN locale in IBM JDKs
X-SVN-Rev: 3143
2000-12-06 00:01:27 +00:00
Alan Liu
fffd5ca388 Add padding test
X-SVN-Rev: 3113
2000-12-04 19:53:07 +00:00
Alan Liu
2153b7d1eb Pin millis to supported range
X-SVN-Rev: 3075
2000-11-30 21:54:34 +00:00
Alan Liu
a4f2e99b16 Add fast path for current era years
X-SVN-Rev: 3074
2000-11-30 21:29:49 +00:00
Alan Liu
5b61acef15 Added roll() test
X-SVN-Rev: 3052
2000-11-29 21:58:01 +00:00
Alan Liu
438ad9e2e4 Fixes to add() and roll()
X-SVN-Rev: 3051
2000-11-29 21:57:48 +00:00
Alan Liu
d2d0985406 Update docs
X-SVN-Rev: 3047
2000-11-29 19:12:32 +00:00
Alan Liu
b28aa69841 Implement add()
X-SVN-Rev: 3032
2000-11-28 22:17:49 +00:00
Alan Liu
f4fa07bd00 Further fix divergence bug
X-SVN-Rev: 3031
2000-11-28 22:17:06 +00:00
Alan Liu
7b13e7f580 Fix typo
X-SVN-Rev: 3030
2000-11-28 22:16:31 +00:00
Alan Liu
71695baf01 Add test of add()
X-SVN-Rev: 3029
2000-11-28 22:15:02 +00:00
Alan Liu
3c515b00d5 Fix typos
X-SVN-Rev: 3028
2000-11-28 22:14:51 +00:00
Alan Liu
e01f705666 Update test
X-SVN-Rev: 3014
2000-11-28 16:41:38 +00:00
Alan Liu
6d2942f4b1 Use framework method for field resolution
X-SVN-Rev: 3013
2000-11-28 16:41:23 +00:00
Alan Liu
cd69d9323f Add framework method for field resolution
X-SVN-Rev: 3012
2000-11-28 16:40:59 +00:00
Alan Liu
f6d6505740 Update doc
X-SVN-Rev: 3009
2000-11-28 01:10:06 +00:00
Alan Liu
d7a5f635cb Tune API to fix ChineseCalendar bug
X-SVN-Rev: 3008
2000-11-28 00:51:41 +00:00
Alan Liu
4539e2f1f1 Update docs
X-SVN-Rev: 3002
2000-11-22 21:26:55 +00:00
Alan Liu
ca5ae2edd9 Update docs
X-SVN-Rev: 3001
2000-11-22 19:37:22 +00:00
Alan Liu
528f396e61 Use correct DateFormat factory API
X-SVN-Rev: 2981
2000-11-21 20:20:44 +00:00
Alan Liu
cf133ea96c Initial implementation
X-SVN-Rev: 2980
2000-11-21 20:19:08 +00:00
Alan Liu
be6bf66d7e Cleanup internal (private) get() method
X-SVN-Rev: 2979
2000-11-21 20:18:40 +00:00
Alan Liu
51c3371f58 Update documentation
X-SVN-Rev: 2978
2000-11-21 20:17:39 +00:00
Alan Liu
4c09473098 Initial ChineseDateFormat implementation
X-SVN-Rev: 2968
2000-11-21 06:58:06 +00:00
Alan Liu
4445507640 Check in temporary placeholder class
X-SVN-Rev: 2963
2000-11-21 00:15:35 +00:00
Alan Liu
906c86b1bc Calendar Redesign including addition of Chinese Calendar
X-SVN-Rev: 2947
2000-11-18 01:07:18 +00:00
Alan Liu
a3e0229297 Implement workaround in timeToAngle to locate the new moon correctly
X-SVN-Rev: 2946
2000-11-18 00:33:16 +00:00
Alan Liu
870d7fb093 Fix hash function
X-SVN-Rev: 2945
2000-11-18 00:31:43 +00:00
Alan Liu
de33014a47 Fix package name
X-SVN-Rev: 2944
2000-11-18 00:30:54 +00:00
Alan Liu
0458a59216 Fix package name
X-SVN-Rev: 2943
2000-11-18 00:18:12 +00:00
Alan Liu
1a3d3875f3 Calendar Redesign including addition of Chinese Calendar
X-SVN-Rev: 2942
2000-11-18 00:17:58 +00:00
Alan Liu
06d579d8b1 Add new API for new calendar architecture; fix Kenya's security bug
X-SVN-Rev: 2929
2000-11-17 04:17:34 +00:00
Alan Liu
88693a446c Remove isSet[] field from Calendar
X-SVN-Rev: 2821
2000-10-27 22:25:52 +00:00
Alan Liu
ab5c42e298 Fix prevMonthLength
X-SVN-Rev: 2820
2000-10-27 20:55:52 +00:00
Alan Liu
91a6c7c3fa Improve error reporting
X-SVN-Rev: 2800
2000-10-26 18:56:14 +00:00
Alan Liu
9086f460de Calendar reorg: move format methods into DateFormat and DFS
X-SVN-Rev: 2727
2000-10-19 00:27:16 +00:00
Alan Liu
62cf98cb82 Calendar reorg: move format methods into DateFormat and DFS
X-SVN-Rev: 2718
2000-10-17 21:07:14 +00:00
Alan Liu
39566ddeb3 Calendar reorg: move format methods into DateFormat and DFS
X-SVN-Rev: 2717
2000-10-17 20:55:09 +00:00
Alan Liu
2766ee5291 Calendar reorg: merge IBMCalendar into com.ibm.util.Calendar
X-SVN-Rev: 2716
2000-10-17 18:36:15 +00:00
Alan Liu
27cec81867 Calendar reorg: merge IBMCalendar into com.ibm.util.Calendar
X-SVN-Rev: 2714
2000-10-17 18:26:45 +00:00
Madhu K
854aef8268 Fixed the bug in test case. IllegalArgumentException was mis-spelt as IlegalArgumentException
X-SVN-Rev: 2688
2000-10-16 16:58:29 +00:00
Madhu K
e86dd0280d Removed warnings(jikes compiler)
X-SVN-Rev: 2605
2000-10-09 16:32:07 +00:00
Alan Liu
26fda5bab3 Convert non-ASCII characters to Unicode escapes
X-SVN-Rev: 2602
2000-10-06 23:16:40 +00:00
Alan Liu
0842019826 InterIndic transliterator support
X-SVN-Rev: 2601
2000-10-06 23:08:08 +00:00
Madhu K
344330dfa2 Added tests for transliteration
X-SVN-Rev: 2600
2000-10-06 21:42:38 +00:00
Madhu K
7f0bab0a86 .equals() correction
X-SVN-Rev: 2571
2000-10-04 23:12:33 +00:00
Madhu K
7ffcdd1311 Added tests for RBBI and UnicodeFilterLogic
X-SVN-Rev: 2568
2000-10-04 21:58:59 +00:00
Madhu K
f4df91ee89 Tests for UnicodeFilterLogic initial checkin
X-SVN-Rev: 2567
2000-10-04 21:58:12 +00:00
Madhu K
3eeda4d03a Tests for Rule based break iterator initial checkin
X-SVN-Rev: 2566
2000-10-04 21:57:45 +00:00
Eric Mader
6bdb5d6430 Fixed a small bug in the rule for a syllable with at least one consonant.
X-SVN-Rev: 2518
2000-09-26 22:46:50 +00:00
Eric Mader
7bea47df66 Update character break rules to match Devanagari syllables.
X-SVN-Rev: 2517
2000-09-26 21:47:31 +00:00
Eric Mader
4b03f9d53d Initial checkin of demo of Devanagari break rules.
X-SVN-Rev: 2516
2000-09-26 21:46:54 +00:00
Eric Mader
1d2d2b83a0 Filter out null characters in printWordList.
X-SVN-Rev: 2510
2000-09-25 21:33:43 +00:00
Eric Mader
33c8d5c668 Removed null characters so it can be checked in as text.
X-SVN-Rev: 2509
2000-09-25 21:31:46 +00:00
Eric Mader
ea758baa19 New version minus null characters so it can be checked in as a text file.
X-SVN-Rev: 2508
2000-09-25 21:06:47 +00:00
Alan Liu
229efe01a9 Move hex and other static methods from UInfo to Utility
X-SVN-Rev: 2492
2000-09-22 20:06:12 +00:00
Eric Mader
b84bfcbdb7 Initial checkin of the break dictionary builder in this package.
X-SVN-Rev: 2487
2000-09-22 18:58:26 +00:00
Eric Mader
f7f539f40f Initial checkin of the tool to write .brk data files for ICU
X-SVN-Rev: 2486
2000-09-22 18:57:44 +00:00
Eric Mader
c723eaeb35 Get english.dict from com/ibm/data/misc
X-SVN-Rev: 2485
2000-09-22 18:52:47 +00:00
Eric Mader
00d33b6476 printWordList: stop flag is 0xFFFF not -1
X-SVN-Rev: 2484
2000-09-22 18:51:16 +00:00
Eric Mader
65a8417978 Checkin in new central location. (Don't know why everything thinks this file
is binary...)

X-SVN-Rev: 2482
2000-09-22 18:48:05 +00:00
Eric Mader
f2a1c6bdb7 Checkin in new central location.
X-SVN-Rev: 2481
2000-09-22 18:47:34 +00:00
Eric Mader
4d40f33f9d Initial checkin of the word list for the Thai word break dictionary
X-SVN-Rev: 2480
2000-09-22 18:45:51 +00:00
Alan Liu
5175e1933f Move hex and other static methods from UInfo to Utility
X-SVN-Rev: 2475
2000-09-21 22:37:55 +00:00
Alan Liu
20ed04f412 Convert non-ASCII characters to Unicode
X-SVN-Rev: 2463
2000-09-20 22:51:23 +00:00
Alan Liu
1b306ad4fe Convert non-ASCII characters to Unicode
X-SVN-Rev: 2461
2000-09-20 22:39:12 +00:00
Alan Liu
8789277d67 Add missing newline to end of file (to make diff et al happy)
X-SVN-Rev: 2453
2000-09-19 19:26:47 +00:00
Alan Liu
d39ed7b0eb Convert non-ASCII characters to Unicode
X-SVN-Rev: 2452
2000-09-19 19:24:47 +00:00
Alan Liu
663e3b071d Add missing newline to end of file (to make diff et al happy)
X-SVN-Rev: 2451
2000-09-19 18:37:36 +00:00
Alan Liu
fcd4c3780e ICU-564 reduce C++ code memory leaks
X-SVN-Rev: 2447
2000-09-19 17:04:47 +00:00
Eric Mader
308e4ef84b In writeTablesToFile we need to look at the littleEndian flag
when writing the endianness flag

X-SVN-Rev: 2435
2000-09-15 16:07:52 +00:00
Ram Viswanadha
68b726a228 no message
X-SVN-Rev: 2429
2000-09-11 15:27:48 +00:00
Alan Liu
58c0f1bf5b Implement anchors.
X-SVN-Rev: 2408
2000-08-31 17:11:42 +00:00
Alan Liu
5cc3a06755 Implement anchors.
X-SVN-Rev: 2400
2000-08-30 20:40:30 +00:00
Alan Liu
2ccf765e0a Add test for anchors
X-SVN-Rev: 2305
2000-08-17 15:31:40 +00:00
Alan Liu
2209a45f2d ICU-89 change int8_t to uint8_t per compiler warnings
X-SVN-Rev: 2193
2000-08-11 17:31:41 +00:00
Alan Liu
f8afd6398e Add tests of CharacterIterator API
X-SVN-Rev: 2044
2000-07-26 16:21:30 +00:00
Alan Liu
1c254cf440 Conformance test suite fixes
X-SVN-Rev: 2043
2000-07-26 16:20:40 +00:00
Alan Liu
019802e4df Minor cleanup
X-SVN-Rev: 2042
2000-07-26 16:20:16 +00:00
Eric Mader
b2df4167b0 Updated some comments in ParseRule()
X-SVN-Rev: 2035
2000-07-25 21:11:59 +00:00
Alan Liu
10691bf5c2 For normalizer conformance testing
X-SVN-Rev: 2013
2000-07-21 21:27:56 +00:00
Alan Liu
4407b8c40e Change typeMask to typeBit#, go from 32 different classes to 64, keep all combining chars, handle canonical singletons
X-SVN-Rev: 2012
2000-07-21 21:26:34 +00:00
Alan Liu
f59bd17017 Regenerate
X-SVN-Rev: 2011
2000-07-21 21:26:12 +00:00
Alan Liu
b52b7de68d Add normalizer conformance test
X-SVN-Rev: 2010
2000-07-21 21:21:03 +00:00
Eric Mader
f0e480d865 Converted and cleaned up rules.
X-SVN-Rev: 1979
2000-07-20 17:15:06 +00:00
Eric Mader
c737bdcf44 When processing "*" and "+" need to add any new states created
by looping back to decision point list. Also did some minor cleanup.

X-SVN-Rev: 1978
2000-07-20 17:03:33 +00:00
Eric Mader
88c7f47c12 Fixed check for what categories are in $dictionary.
X-SVN-Rev: 1977
2000-07-20 17:02:08 +00:00
Eric Mader
01717271e9 Need to close output file when dumping word list.
X-SVN-Rev: 1976
2000-07-20 17:01:36 +00:00
Eric Mader
fbfe74d4c3 New syntax, copied most recent default rules.
X-SVN-Rev: 1952
2000-07-19 21:17:18 +00:00
Alan Liu
00fc8e0218 Improve performance re: non-composing combining chars
X-SVN-Rev: 1943
2000-07-19 15:43:07 +00:00
Alan Liu
940852abe7 Improve performance re: non-composing combining chars
X-SVN-Rev: 1942
2000-07-19 15:16:34 +00:00
Alan Liu
01972b503a New version with more compact typeMask
X-SVN-Rev: 1934
2000-07-18 19:20:16 +00:00
Alan Liu
52248fabaa Add doc
X-SVN-Rev: 1931
2000-07-18 18:41:22 +00:00
Alan Liu
3e9165477e Add test for zero-index combining char problem
X-SVN-Rev: 1930
2000-07-18 18:21:27 +00:00
Alan Liu
93bfa0ebb3 Eliminate zero-index combining chars to fix bug; EXPERIMENTAL
X-SVN-Rev: 1929
2000-07-18 18:20:28 +00:00
Alan Liu
c99e2d2805 Eliminate zero-index combining chars to fix bug; add javadoc; EXPERIMENTAL
X-SVN-Rev: 1928
2000-07-18 18:19:28 +00:00
Alan Liu
df9c62a61e Improve performance by placing debug code under if(false)
X-SVN-Rev: 1927
2000-07-18 18:18:18 +00:00
Alan Liu
cba6a1eae2 Add isVerbose()
X-SVN-Rev: 1865
2000-07-13 21:34:32 +00:00
Alan Liu
250e41fdff Add composition exclusions test
X-SVN-Rev: 1864
2000-07-13 21:33:57 +00:00
Alan Liu
f3ccdbfdd2 Minor changes
X-SVN-Rev: 1863
2000-07-13 21:26:01 +00:00
Alan Liu
12b1d15ed7 HACK fix index out of range crash; this needs to be cleaned up later
X-SVN-Rev: 1862
2000-07-13 21:25:08 +00:00
Alan Liu
11dee6497e Update for new composition exclusions fix
X-SVN-Rev: 1860
2000-07-13 21:24:27 +00:00
Alan Liu
ff9a1ce78f Clean up
X-SVN-Rev: 1819
2000-07-12 16:49:22 +00:00
Alan Liu
98964c6724 Add composed rules map
X-SVN-Rev: 1818
2000-07-12 16:44:13 +00:00
Alan Liu
1fb9f0685a Remove hard-coded UInfo path
X-SVN-Rev: 1817
2000-07-12 16:43:38 +00:00
Alan Liu
94b93602d7 Make BLOCKSHIFT public for NormalizerBuilder
X-SVN-Rev: 1816
2000-07-12 16:42:44 +00:00
Alan Liu
ca69d1a771 Update to use platform line separator
X-SVN-Rev: 1815
2000-07-12 16:42:16 +00:00
Alan Liu
b5e7994c13 Update to actually work with ICU
X-SVN-Rev: 1814
2000-07-12 16:41:26 +00:00
Alan Liu
cc796a7c86 Sync with ICU - rename EXPLODING_BASE to NON_COMPOSING_COMBINING
X-SVN-Rev: 1813
2000-07-12 16:40:58 +00:00
Alan Liu
a513270a1f Update to current Unicode 3.0 data
X-SVN-Rev: 1812
2000-07-12 16:40:31 +00:00
Alan Liu
16609a1761 Add support for composed system transliterators
X-SVN-Rev: 1811
2000-07-12 16:32:17 +00:00
Alan Liu
2a0fd0d01f Simplify loop limit logic
X-SVN-Rev: 1810
2000-07-12 16:31:36 +00:00
Alan Liu
820a963b3b Add Hiragana-Katakana transliterator
X-SVN-Rev: 1715
2000-06-30 00:00:30 +00:00
Alan Liu
895ada9b84 Test handling of Transliterator.Position fields
X-SVN-Rev: 1712
2000-06-29 21:59:36 +00:00
Alan Liu
5ad646673b Fix handling of Transliterator.Position fields
X-SVN-Rev: 1711
2000-06-29 21:59:23 +00:00
Alan Liu
0067d14bf0 Fix handling of Positions fields
X-SVN-Rev: 1673
2000-06-28 20:49:54 +00:00
Alan Liu
451cdc7bf9 Clean up Transliterator::Position - rename temporary names
X-SVN-Rev: 1672
2000-06-28 20:36:59 +00:00
Alan Liu
c515e74056 Clean up Transliterator::Position and rename fields (related to jitterbug 450)
X-SVN-Rev: 1671
2000-06-28 20:31:43 +00:00
Alan Liu
55856a786a Test fieldDifference (j438)
X-SVN-Rev: 1621
2000-06-14 17:00:33 +00:00
Alan Liu
c5d118a49f Implement fieldDifference (j438)
X-SVN-Rev: 1620
2000-06-14 17:00:20 +00:00
Alan Liu
7f9b062b7a Code and docs cleanup for secondary grouping.
X-SVN-Rev: 1541
2000-06-01 23:52:17 +00:00
Alan Liu
1e16594c42 Add tests for secondary grouping size (e.g. #,##,###)
X-SVN-Rev: 1530
2000-06-01 01:21:52 +00:00
Alan Liu
95817bf928 Add support for secondary grouping size (e.g. #,##,###)
X-SVN-Rev: 1529
2000-06-01 01:21:34 +00:00
Alan Liu
31019a86c8 Make compatible with both JDK 1.2.2 and JDK 1.3
X-SVN-Rev: 1510
2000-05-26 22:31:43 +00:00
Alan Liu
930bbfbb36 Change references to java.text.NumberFormat and .DecimalFormat to use com.ibm.text classes.
X-SVN-Rev: 1509
2000-05-26 21:38:55 +00:00
Alan Liu
c410ddc159 Rename UnicodeSet.xor to complement.
X-SVN-Rev: 1508
2000-05-26 20:57:44 +00:00
Alan Liu
d591465d46 Rename xor to complement.
X-SVN-Rev: 1507
2000-05-26 20:57:24 +00:00
Alan Liu
cfa0ac9637 Additional cleanup during ICU sync
X-SVN-Rev: 1495
2000-05-25 19:31:37 +00:00
Alan Liu
ba7ce0141d Streamline add()
X-SVN-Rev: 1486
2000-05-24 22:53:34 +00:00
Alan Liu
944cac0227 Cleanup and add docs.
X-SVN-Rev: 1483
2000-05-24 22:29:51 +00:00
Alan Liu
a7805be9fb Compact UnicodeSets
X-SVN-Rev: 1482
2000-05-24 22:21:00 +00:00
Alan Liu
4268c80ff5 Make compact method release internal buffers
X-SVN-Rev: 1481
2000-05-24 22:20:45 +00:00