Commit Graph

2118 Commits

Author SHA1 Message Date
Alan Liu
a99f8d4cdb ICU-2119 cleanup, update, enhance tests; add complex currency tests
X-SVN-Rev: 11597
2003-04-19 05:51:50 +00:00
Alan Liu
aad1eb9c98 ICU-2119 recognize en_IN as special case
X-SVN-Rev: 11596
2003-04-19 05:51:09 +00:00
Doug Felt
aa58c6eed6 ICU-2755 registration for collation
X-SVN-Rev: 11594
2003-04-19 00:01:53 +00:00
Eric Mader
877192fcb4 ICU-2253 Make nullLanguageCode be 0, misc. related clean-up.
X-SVN-Rev: 11551
2003-04-15 20:15:53 +00:00
Doug Felt
0a866746c1 ICU-1776 ensure extra semicolons do not affect rule parse in java
X-SVN-Rev: 11546
2003-04-15 14:58:17 +00:00
Eric Mader
883a9b9000 ICU-2253 Changes to generate langauge data as well as script data.
X-SVN-Rev: 11545
2003-04-15 01:23:49 +00:00
Ram Viswanadha
6a2cab18c0 ICU-2427 synchronize the data
X-SVN-Rev: 11515
2003-04-10 23:26:55 +00:00
Ram Viswanadha
de65820640 ICU-2427 fix TestPropertySet failure
X-SVN-Rev: 11514
2003-04-10 23:24:29 +00:00
Ram Viswanadha
4e5b8facd8 ICU-2427 fix TestSkippable failure
X-SVN-Rev: 11500
2003-04-10 08:02:28 +00:00
Ram Viswanadha
e24a9cb49c ICU-2427 update UnicodeSet to use getInclusions()
X-SVN-Rev: 11494
2003-04-09 23:01:03 +00:00
Ram Viswanadha
107ad5fe53 ICU-2427 remove unused import
X-SVN-Rev: 11490
2003-04-09 21:39:15 +00:00
Ram Viswanadha
588a549a0d ICU-2481 remove unused import
X-SVN-Rev: 11489
2003-04-09 21:38:57 +00:00
Ram Viswanadha
fa974e4274 ICU-2481 Unicode 4.0 update
X-SVN-Rev: 11488
2003-04-09 21:38:17 +00:00
Ram Viswanadha
0770b38566 ICU-2427 Unicode 4.0 update
X-SVN-Rev: 11487
2003-04-09 21:37:26 +00:00
Ram Viswanadha
8f54f40332 ICU-2481 Tailored Normalization and Unicode 4.0 update
X-SVN-Rev: 11486
2003-04-09 21:36:26 +00:00
Ram Viswanadha
2e25892082 ICU-2481 Tailored Normalization and Unicode 4.0 update
X-SVN-Rev: 11484
2003-04-09 20:05:50 +00:00
Alan Liu
02a713849f ICU-2154 mark compareAffix static
X-SVN-Rev: 11459
2003-04-04 20:54:16 +00:00
Alan Liu
46f243eb69 ICU-2154 remove dead code
X-SVN-Rev: 11458
2003-04-04 20:43:38 +00:00
Eric Mader
692f0c90cf Jitterbug 2427 - comment out whole try-catch block instead of just the body. This avoids some strange JVM errors.
X-SVN-Rev: 11457
2003-04-04 19:37:00 +00:00
Alan Liu
52ac97f86e ICU-2154 standardize whitespace handling by date/number format
X-SVN-Rev: 11456
2003-04-04 19:20:52 +00:00
Alan Liu
f6815a28c0 ICU-1085 fix typo
X-SVN-Rev: 11455
2003-04-04 17:15:13 +00:00
Ram Viswanadha
c8720fe054 ICU-2677 revert the changes since the bug is exactly opposite
X-SVN-Rev: 11454
2003-04-04 01:42:19 +00:00
Ram Viswanadha
2b2b9d1d62 ICU-2427 upgrade to Unicode 4.0
X-SVN-Rev: 11453
2003-04-04 01:41:06 +00:00
Ram Viswanadha
84404b850b ICU-2427 upgrade to Unicode 4.0
X-SVN-Rev: 11452
2003-04-04 00:18:37 +00:00
Ram Viswanadha
0aa66d7e49 ICU-2427 upgrade to Unicode 4.0
X-SVN-Rev: 11451
2003-04-03 22:56:15 +00:00
Vladimir Weinstein
86f44db9be ICU-2767 Fixes for Japanese - composed version of prefix should have been added - looks like it was a typo. Also, a bug in AddCCNZ - instead of composed form, decomposed form was used.
X-SVN-Rev: 11386
2003-03-22 07:35:01 +00:00
Vladimir Weinstein
3c6e0b74da ICU-2767 CollationParsedRuleBuilder.getWeightRanges didn't clean up internal structures that were reused. This fixes CollationThaiTest failures.
X-SVN-Rev: 11383
2003-03-21 22:46:58 +00:00
Vladimir Weinstein
f75162345f ICU-2350 fixed a typo in the package name
X-SVN-Rev: 11381
2003-03-21 19:00:34 +00:00
Vladimir Weinstein
6d1e406059 ICU-2676 Fixed problem in instantiating a RuleBasedCollator for a locale in the event that binary data is not present.
X-SVN-Rev: 11378
2003-03-21 18:55:11 +00:00
Alan Liu
c603bebfc2 ICU-1085 make first day of week and minimal days of first week invalidate fields; check valid range
X-SVN-Rev: 11335
2003-03-17 17:14:48 +00:00
Alan Liu
7b2f01341c ICU-2656 fix compile error; clean up whitespace handling
X-SVN-Rev: 11304
2003-03-13 23:18:30 +00:00
Alan Liu
af4ba091da ICU-2656 complete rewrite of parse() to revise handling of abutting numeric fields so that "12345" x "HHmmss" => 1:23:45
X-SVN-Rev: 11295
2003-03-13 20:28:29 +00:00
Alan Liu
cc89ce6725 ICU-2656 revise handling of abutting fields; fix test bugs
X-SVN-Rev: 11294
2003-03-13 20:27:47 +00:00
Alan Liu
8c8a6bbe08 ICU-2656 make HHmmss not parse negative numbers; clean up handling of 'u' (EXTENDED_YEAR)
X-SVN-Rev: 11255
2003-03-07 01:05:51 +00:00
Doug Felt
9e29a85b9a ICU-2733 make check not working in ICU4J - didn't fork
X-SVN-Rev: 11188
2003-02-28 17:19:50 +00:00
Syn Wee Quek
7cad3c755f ICU-2452 @see link clean up
X-SVN-Rev: 11183
2003-02-27 23:43:17 +00:00
Alan Liu
4905db9927 ICU-2736 fix failure on IBM JDK 1.4
X-SVN-Rev: 11181
2003-02-27 21:38:42 +00:00
Syn Wee Quek
a42b566a88 ICU-2726 fixed checking ignorables in compare
X-SVN-Rev: 11180
2003-02-27 20:59:29 +00:00
Alan Liu
46fb4dc7c3 ICU-2673 add duplicate test for Elul
X-SVN-Rev: 11178
2003-02-27 18:48:38 +00:00
Alan Liu
a21a546e92 ICU-2653 make [:Age=x:] a <=x comparison, not an ==x comparison
X-SVN-Rev: 11177
2003-02-27 18:35:54 +00:00
Alan Liu
d9be8ea0f0 ICU-2678 add USCRIPT_CANADIAN_ABORIGINAL
X-SVN-Rev: 11175
2003-02-27 00:59:50 +00:00
Syn Wee Quek
4293760fec ICU-2735 simple method move
X-SVN-Rev: 11174
2003-02-27 00:52:07 +00:00
Syn Wee Quek
af68ac2a60 ICU-2735 array access error fixed
X-SVN-Rev: 11173
2003-02-27 00:51:02 +00:00
Doug Felt
1f676c7fba ICU-2203 Java version of NumberFormat registration
X-SVN-Rev: 11169
2003-02-26 05:32:57 +00:00
Doug Felt
76aa91b7db ICU-2203 Java version of NumberFormat registration
X-SVN-Rev: 11162
2003-02-25 23:39:44 +00:00
Ram Viswanadha
5bc8014e68 ICU-2134 update readme with ICU4J resource building information
X-SVN-Rev: 11159
2003-02-25 23:08:07 +00:00
Syn Wee Quek
708d7e487e ICU-2720 Java port of fix
X-SVN-Rev: 11150
2003-02-25 19:10:03 +00:00
Doug Felt
493644061a ICU-2280 removed "log:" prefix for log messages
X-SVN-Rev: 11146
2003-02-24 20:05:14 +00:00
Syn Wee Quek
bce4ce451a ICU-1871 double division inaccurate, changed round() api to handle that.
X-SVN-Rev: 11135
2003-02-21 01:49:23 +00:00
Alan Liu
b3bf0e1583 ICU-2350 add test for alias and contents of Case_Sensitive; fix test bug
X-SVN-Rev: 11134
2003-02-21 01:22:29 +00:00
Alan Liu
9e3f18156c ICU-2350 update to generate Case_Sensitive data; cleanup
X-SVN-Rev: 11133
2003-02-21 01:21:57 +00:00
Alan Liu
75a542f3fd ICU-2350 implement binary prop UProperty.CASE_SENSITIVE
X-SVN-Rev: 11132
2003-02-21 01:21:33 +00:00
Alan Liu
b43faf00fd ICU-2350 remove isCaseUnique
X-SVN-Rev: 11131
2003-02-21 01:19:43 +00:00
Alan Liu
77c089a44d ICU-2350 udpate to include Case_Sensitive
X-SVN-Rev: 11130
2003-02-21 01:18:56 +00:00
Syn Wee Quek
96724d239f ICU-2186 renamed from Testnames_Russian.txt
X-SVN-Rev: 11108
2003-02-19 22:32:56 +00:00
Syn Wee Quek
d334ab8af9 ICU-2186 renamed to TestNames_Russian.txt
X-SVN-Rev: 11105
2003-02-19 21:17:42 +00:00
Syn Wee Quek
51ee586bd0 ICU-2204 Locale constructor changed to make JDK 1.3 happy
X-SVN-Rev: 11104
2003-02-19 20:51:11 +00:00
Syn Wee Quek
99d4a8f4af ICU-2344 After_I case condition implementation. Note tests needs to have a one sentence change when SpecialCasing.txt is updated
X-SVN-Rev: 11101
2003-02-19 19:13:31 +00:00
Syn Wee Quek
4461e7b122 ICU-2204 synching with icu4c collation code
X-SVN-Rev: 11100
2003-02-19 01:16:40 +00:00
Alan Liu
ef673a681e ICU-2280 make sure to unregister temporary test transiterators; fix registration code to handle variants correctly
X-SVN-Rev: 11099
2003-02-19 00:18:46 +00:00
Syn Wee Quek
f95352067f ICU-2204 synching with icu4c collation code
X-SVN-Rev: 11096
2003-02-18 22:02:46 +00:00
Alan Liu
62054c2a31 ICU-2280 fix failures
X-SVN-Rev: 11092
2003-02-18 21:11:22 +00:00
Alan Liu
9276f8f4ac ICU-2350 fix handling of ignoreWhitespace args
X-SVN-Rev: 11091
2003-02-18 20:12:17 +00:00
Alan Liu
11634f4057 ICU-2715 fix toPattern/applyPattern handling of supplementals
X-SVN-Rev: 11087
2003-02-18 00:51:31 +00:00
Ram Viswanadha
2b53653eec ICU-2712 fix getCombiningClass for \ud834
X-SVN-Rev: 11060
2003-02-15 01:20:22 +00:00
Doug Felt
61874c3596 ICU-2280 fix translit test breakage?
X-SVN-Rev: 11059
2003-02-15 00:29:04 +00:00
Alan Liu
9947790fd5 ICU-2700 javadoc fixes
X-SVN-Rev: 11056
2003-02-14 22:27:00 +00:00
Syn Wee Quek
9fbdc7f5c1 ICU-2186 changed test data to utf8
X-SVN-Rev: 11050
2003-02-14 20:21:49 +00:00
Syn Wee Quek
57be3d920d ICU-2186 classpath changes
X-SVN-Rev: 11048
2003-02-14 18:55:10 +00:00
Alan Liu
0d227832c7 ICU-2350 added test for constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
X-SVN-Rev: 11046
2003-02-14 18:26:01 +00:00
Alan Liu
217dd4e4ca ICU-2350 made closeOver API @internal; added constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
X-SVN-Rev: 11045
2003-02-14 18:23:37 +00:00
Alan Liu
a4a9e2e1a3 ICU-2350 add isCaseUnique
X-SVN-Rev: 11044
2003-02-14 18:21:32 +00:00
Alan Liu
3e3223963e ICU-2350 add test cases
X-SVN-Rev: 11038
2003-02-14 00:11:50 +00:00
Syn Wee Quek
22d336f746 ICU-2516 UCharacter optimization
X-SVN-Rev: 11033
2003-02-12 01:50:45 +00:00
Alan Liu
5e8f53a387 ICU-2350 data generation code for UnicodeSet.closeOver Java and C++
X-SVN-Rev: 11031
2003-02-12 01:01:26 +00:00
Alan Liu
eaafd233d5 ICU-2350 move data generation code into separate class in .tools pkg
X-SVN-Rev: 11030
2003-02-12 01:00:56 +00:00
Syn Wee Quek
0bca745b95 ICU-2700 Javadoc links updated
X-SVN-Rev: 11014
2003-02-11 01:19:02 +00:00
Syn Wee Quek
a3101e0cbb ICU-2516 UCharacter optimizations
X-SVN-Rev: 11012
2003-02-11 01:11:22 +00:00
Syn Wee Quek
7b743fa7e9 ICU-2516 UCharacter optimizations
X-SVN-Rev: 11011
2003-02-11 00:49:17 +00:00
Doug Felt
94412e726e ICU-2280 minor cleanup to test fmwk
X-SVN-Rev: 11003
2003-02-10 21:16:45 +00:00
Alan Liu
41983c83ee ICU-2350 simpler, faster implementation, with prebuilt equivalency classes
X-SVN-Rev: 10994
2003-02-07 21:10:51 +00:00
Alan Liu
88dba38c1a ICU-2350 add more test cases for closeOver(CASE)
X-SVN-Rev: 10993
2003-02-07 21:08:07 +00:00
Alan Liu
6449e62ccc ICU-2350 add format1ForSource
X-SVN-Rev: 10992
2003-02-07 21:07:37 +00:00
Alan Liu
f578faf4c2 ICU-2350 naive unoptimized implementation
X-SVN-Rev: 10987
2003-02-07 01:22:43 +00:00
Doug Felt
3b7dddebf9 ICU-2280 no caps in param test
X-SVN-Rev: 10972
2003-02-05 22:44:34 +00:00
Doug Felt
6e47e742b1 ICU-2280 randomize option default off
X-SVN-Rev: 10971
2003-02-05 22:30:55 +00:00
Doug Felt
96a9a61b64 ICU-2280 randomize option
X-SVN-Rev: 10968
2003-02-05 22:14:56 +00:00
Alan Liu
e72145a9bb ICU-2689 invalid compound ID crashes createInstance -- test added; no failure on Java
X-SVN-Rev: 10966
2003-02-05 20:47:48 +00:00
Doug Felt
3a8a8de9b9 ICU-2280 synch up test framework so can run nested tests
X-SVN-Rev: 10963
2003-02-05 16:50:13 +00:00
Doug Felt
933bece24a ICU-2280 synch up test framework so can run nested tests
X-SVN-Rev: 10960
2003-02-05 06:48:52 +00:00
Doug Felt
2c47a797f7 ICU-2280 synch up test framework so can run nested tests
X-SVN-Rev: 10959
2003-02-05 05:50:05 +00:00
Ram Viswanadha
274fe8f5eb ICU-2309 make TestAll the default test, add options to run modules
X-SVN-Rev: 10939
2003-02-01 00:56:57 +00:00
Alan Liu
c1eb6c1d29 ICU-2510 added --list option to list out tests
X-SVN-Rev: 10930
2003-01-29 23:39:14 +00:00
Alan Liu
dc82e2d02d ICU-2510 remove unused import
X-SVN-Rev: 10929
2003-01-29 23:09:32 +00:00
Alan Liu
764144aa6d ICU-2510 remove obsolete javadoc; sync up with C a bit
X-SVN-Rev: 10928
2003-01-29 23:08:54 +00:00
Alan Liu
61d7ae9ce8 ICU-2510 throw an exception instead of returning negative value on parse failure
X-SVN-Rev: 10927
2003-01-29 23:08:15 +00:00
Ram Viswanadha
7b40d3ad51 ICU-2309 Modularize ICU4J big bang commit
X-SVN-Rev: 10913
2003-01-28 19:27:15 +00:00
Ram Viswanadha
573dc7ae2e ICU-2309 Modularize ICU4J big bang commit
X-SVN-Rev: 10912
2003-01-28 18:55:43 +00:00
Syn Wee Quek
7df773644e ICU-2677 updated totitlecase(string) to use the title break iterator
X-SVN-Rev: 10904
2003-01-25 00:05:03 +00:00
Syn Wee Quek
a7a44cc416 ICU-2674
test changes made by the shanghai team.

X-SVN-Rev: 10903
2003-01-24 19:56:07 +00:00
Alan Liu
2153f35323 ICU-2557 regenerated with both General_Category and General_Category_Mask data
X-SVN-Rev: 10893
2003-01-22 19:23:23 +00:00
Alan Liu
caaade51db ICU-2557 remove ICU 2.4 gc/gcm hack; data file supports this properly as of ICU 2.6
X-SVN-Rev: 10892
2003-01-22 19:23:07 +00:00
Alan Liu
5f787b9644 ICU-2557 fix GENERAL_CATEGORY_MASK comment (was Enumerated; changed to Bitmask)
X-SVN-Rev: 10891
2003-01-22 19:22:51 +00:00
Alan Liu
d62b7b7687 ICU-2653 add tests for [:Age=x:] pattern
X-SVN-Rev: 10884
2003-01-21 21:14:10 +00:00
Alan Liu
55b6f2aef7 ICU-2653 add support for [:Age=x:] pattern
X-SVN-Rev: 10883
2003-01-21 21:13:50 +00:00
Alan Liu
4a8bf917e6 ICU-2327 rewrote add(MONTH) to be more efficient for large deltas; changed assertion failure to exception rather than println; made leap year work for (proleptic) negative years; fixed month => time computation to handle ELUL correctly
X-SVN-Rev: 10882
2003-01-21 18:42:11 +00:00
Alan Liu
24406f2df9 ICU-2327 added several test cases for the end of year 5762 and modified TestMonthMovement to correct expectations
X-SVN-Rev: 10881
2003-01-21 18:15:08 +00:00
Alan Liu
ae1549a6b4 ICU-2327 add space in output
X-SVN-Rev: 10880
2003-01-21 18:13:40 +00:00
Alan Liu
505945d783 ICU-2327 emit Julian day number in test output
X-SVN-Rev: 10879
2003-01-21 18:11:52 +00:00
Alan Liu
dbb4a89263 ICU-1325 various fixes and cleanup; add 2 variant algorithms for sunrise and sunset
X-SVN-Rev: 10877
2003-01-20 20:03:53 +00:00
Alan Liu
e5d724909c ICU-1325 add USNO reference data to check sunrise and sunset times; add basic computation test
X-SVN-Rev: 10876
2003-01-20 20:02:45 +00:00
Alan Liu
c9cd0500a9 ICU-1325 remove unused imports
X-SVN-Rev: 10875
2003-01-20 20:01:36 +00:00
Eric Mader
f6bb16e5fb ICU-2654 strip out BOM before reading file.
X-SVN-Rev: 10864
2003-01-16 20:43:20 +00:00
Eric Mader
71f476c72f ICU-2654 readLine: when reading a 0xD, check if next byte is 0xA, of so consume it, otherwise save it for next time.
X-SVN-Rev: 10862
2003-01-16 19:28:12 +00:00
Eric Mader
9e70925317 ICU-2654 readLine: don't skip the next byte after a 0xD or 0xA.
X-SVN-Rev: 10861
2003-01-16 18:00:29 +00:00
Eric Mader
3ed7677387 ICU-2649 Add highBit method, rewrite appendNumber to be recursive, remove redundant hex digit string.
X-SVN-Rev: 10855
2003-01-14 19:32:37 +00:00
Eric Mader
e46d24b5f1 ICU-2649 Initial checkin of the ICU4J version of ScriptNameBuilder.
X-SVN-Rev: 10854
2003-01-14 19:05:23 +00:00
Ram Viswanadha
9b386e9984 ICU-2187 XMLValidator to check the validity of generated XML files against DTD
X-SVN-Rev: 10844
2003-01-11 01:42:37 +00:00
Doug Felt
24ebb71255 ICU-2629 remove override of add, remove ERA code from override roll, so that subclasses of GregorianCalendar can use different ERAs.
X-SVN-Rev: 10835
2003-01-10 20:15:08 +00:00
Doug Felt
cc529f2e3c ICU-2629 calendar Era changes for add/roll
X-SVN-Rev: 10822
2003-01-08 21:41:09 +00:00
Doug Felt
a0e09cfa94 ICU-2180 API method coverage
X-SVN-Rev: 10734
2002-12-18 21:20:52 +00:00
Alan Liu
fa5567b3be ICU-2118 improve coverage; add CurrencyTest
X-SVN-Rev: 10733
2002-12-18 19:58:25 +00:00
Alan Liu
9be5d1a24e ICU-2585 mark @draft ICU 2.4 (was @stable ICU 2.0)
X-SVN-Rev: 10732
2002-12-18 19:35:07 +00:00
Alan Liu
7ef34d48c9 ICU-2585 mark @internal, @deprecated ICU 2.4 (was @stable ICU 2.0)
X-SVN-Rev: 10731
2002-12-18 19:31:44 +00:00
Alan Liu
694a886567 ICU-2585 mark @deprecated ICU 2.4
X-SVN-Rev: 10730
2002-12-18 19:24:15 +00:00
Syn Wee Quek
42584cad6f ICU-2107
copyright notice

X-SVN-Rev: 10721
2002-12-18 03:56:41 +00:00
Syn Wee Quek
873e145d1d ICU-2107
copyright notice

X-SVN-Rev: 10715
2002-12-18 01:45:49 +00:00
Syn Wee Quek
316f914056 ICU-2118
added ///CLOVER:OFF for obsolete methods

X-SVN-Rev: 10714
2002-12-18 01:28:05 +00:00
Ram Viswanadha
2b8390a7f8 ICU-2118 100% method coverage
X-SVN-Rev: 10710
2002-12-18 00:55:39 +00:00
Alan Liu
17e69412cb ICU-2118 improve coverage; comment out dead code
X-SVN-Rev: 10707
2002-12-18 00:44:39 +00:00
Eric Mader
aeb529cc69 ICU-2118 Added testEquals to test equals() method, which brings method coverage up to 100%
X-SVN-Rev: 10706
2002-12-18 00:03:47 +00:00
Vladimir Weinstein
0cb31a0cc8 ICU-2107 added copyright notices
X-SVN-Rev: 10697
2002-12-17 07:31:26 +00:00
Syn Wee Quek
8a8f54d900 ICU-2118
code coverage test

X-SVN-Rev: 10669
2002-12-13 23:14:50 +00:00
Syn Wee Quek
21e8c68d93 ICU-2186
testers changes

X-SVN-Rev: 10663
2002-12-13 20:20:47 +00:00
Syn Wee Quek
e74df8524c ICU-2103
javadoc updates

X-SVN-Rev: 10662
2002-12-13 20:20:01 +00:00
Doug Felt
1f97544c0d ICU-2452 doc cleanup
X-SVN-Rev: 10650
2002-12-13 00:19:49 +00:00
Ram Viswanadha
63bcd3ab6e ICU-2571 updates to localeconverter
X-SVN-Rev: 10649
2002-12-12 23:53:19 +00:00
Doug Felt
a40a17dd19 ICU-2452 doc cleanup
X-SVN-Rev: 10648
2002-12-12 23:26:57 +00:00
Doug Felt
97cc766966 ICU-1949 icuservice coverage, fix sorting of display names
X-SVN-Rev: 10642
2002-12-12 18:02:09 +00:00
Ram Viswanadha
9df1f1824c ICU-1678 updates to localeconverter
X-SVN-Rev: 10640
2002-12-12 02:08:46 +00:00
Ram Viswanadha
1954d291b2 ICU-2118 improve method coverage to 100%
X-SVN-Rev: 10623
2002-12-11 23:37:43 +00:00
Ram Viswanadha
23ba87fcca ICU-2118 improve method coverage to 100%
X-SVN-Rev: 10622
2002-12-11 23:30:38 +00:00
Alan Liu
11dcaa395b ICU-2556 add docs per review; fix some incorrect @param names
X-SVN-Rev: 10621
2002-12-11 23:30:25 +00:00
Mark Davis
df8da32bed ICU-2507 latest fixes, reordered override file.
X-SVN-Rev: 10619
2002-12-11 23:18:05 +00:00
Syn Wee Quek
54669cec97 ICU-2118
remove redundant code

X-SVN-Rev: 10614
2002-12-11 21:19:41 +00:00
Eric Mader
2d067088b9 ICU-2118 Moved standard, preflight and error tests to seperate methods, rearranged try / catch so that the tests all work again.
X-SVN-Rev: 10612
2002-12-11 20:02:16 +00:00
Syn Wee Quek
471b50f02f ICU-2118 code coverage
X-SVN-Rev: 10611
2002-12-11 19:48:36 +00:00
Alan Liu
1b6bf52490 ICU-2556 add docs
X-SVN-Rev: 10610
2002-12-11 19:48:32 +00:00
Alan Liu
3996323f6f ICU-2556 add new UProperty.GENERAL_CATEGORY_MASK enum
X-SVN-Rev: 10609
2002-12-11 19:41:03 +00:00
Mark Davis
a567f128d2 ICU-2507 Further fixes from Doug
X-SVN-Rev: 10605
2002-12-11 16:55:46 +00:00
Mark Davis
1b02e4982b ICU-2507 Further fixes from Doug
X-SVN-Rev: 10604
2002-12-11 16:43:57 +00:00
Syn Wee Quek
c2ce198d96 ICU-2118
remove redundant code

X-SVN-Rev: 10603
2002-12-11 07:13:26 +00:00
Syn Wee Quek
40daf9e152 ICU-2118
removed println statement

X-SVN-Rev: 10602
2002-12-11 06:56:27 +00:00
Mark Davis
1864b528c8 ICU-2507 rolled in overrides from Shanghai, fixes to typo'ed pinyin
X-SVN-Rev: 10601
2002-12-11 03:35:51 +00:00
Syn Wee Quek
88cca7359f ICU-2118
code coverage test

X-SVN-Rev: 10600
2002-12-11 02:09:19 +00:00
Syn Wee Quek
f8a2ade9e3 ICU-2556
port of icu4c new character mask enumeration
this is to be further updated later.

X-SVN-Rev: 10585
2002-12-10 21:47:31 +00:00
Eric Mader
07d132f8fd ICU-2118 Changed error tests to use a different shape() method, to increase API coverage.
X-SVN-Rev: 10583
2002-12-10 19:09:52 +00:00
Eric Mader
4c381d1607 ICU-2118 Change pre-flight test to just do a pre-flight, which makes the test more accurate, and increases the API coverage.
X-SVN-Rev: 10582
2002-12-10 18:53:47 +00:00
Eric Mader
0f62c62958 ICU-2118 don't report coverage for hashCode() and toString().
X-SVN-Rev: 10581
2002-12-10 18:52:39 +00:00
Mark Davis
89d0d9b089 ICU-0 test of case iteration
X-SVN-Rev: 10568
2002-12-09 23:23:46 +00:00
Vladimir Weinstein
78a9b0d37e ICU-2184 data file update. Normalization monkey test needs it.
X-SVN-Rev: 10565
2002-12-09 22:51:22 +00:00
Vladimir Weinstein
a5db864018 ICU-2184 normalization monkey test for ICU4J
X-SVN-Rev: 10564
2002-12-09 22:50:40 +00:00
Alan Liu
015b52208a ICU-2550 make round-trip test 80% faster
X-SVN-Rev: 10558
2002-12-09 17:12:26 +00:00
Alan Liu
82d82c5e69 ICU-2550 move internal UnicodeSetIterator API to test class
X-SVN-Rev: 10557
2002-12-09 16:40:00 +00:00
Syn Wee Quek
34187848c6 ICU-2186 committed collation performance data
X-SVN-Rev: 10541
2002-12-06 20:27:04 +00:00
Syn Wee Quek
6db69a6833 ICU-2186 committed collation performance data
X-SVN-Rev: 10539
2002-12-06 20:20:39 +00:00
Syn Wee Quek
648e15db05 ICU-2186 committed collation performance data
X-SVN-Rev: 10537
2002-12-06 20:04:10 +00:00
Syn Wee Quek
0fa3be7096 ICU-2186 committed collation performance data
X-SVN-Rev: 10536
2002-12-06 19:50:09 +00:00
Syn Wee Quek
4151f153ef ICU-2134 icu4j 2.4 updates
X-SVN-Rev: 10516
2002-12-05 23:53:56 +00:00
Syn Wee Quek
8c46318dc1 ICU-2294 test subclassability of collator and stringsearch
X-SVN-Rev: 10511
2002-12-05 22:27:45 +00:00
Doug Felt
4d9ad56b96 ICU-2103 remove normalizer tool from package names to document
X-SVN-Rev: 10509
2002-12-05 21:34:12 +00:00
Syn Wee Quek
884be15759 ICU-2134 removed to synch with icu4c
X-SVN-Rev: 10508
2002-12-05 20:29:56 +00:00
Syn Wee Quek
4e67f9f703 ICU-2134 updated for release 2.4
X-SVN-Rev: 10507
2002-12-05 20:29:27 +00:00
Syn Wee Quek
724d957cde ICU-2134 icu4j 2.4 updates
X-SVN-Rev: 10495
2002-12-05 06:06:25 +00:00
Syn Wee Quek
234c6c9b75 ICU-2103
@stable changed to @stable 2.0

X-SVN-Rev: 10494
2002-12-05 02:38:55 +00:00
Syn Wee Quek
b1b60940e1 ICU-2103
very very old @deprecated tags that were meant to be obsolete is changed to obsolete

X-SVN-Rev: 10493
2002-12-05 02:37:28 +00:00
Alan Liu
3aae1fb522 ICU-2087 add "ICU 2.0" to versionless @stable tags
X-SVN-Rev: 10490
2002-12-05 01:25:51 +00:00
Andy Heninger
15a6f10188 ICU-2103 API docs, @stable, @draft, etc. added.
X-SVN-Rev: 10489
2002-12-05 01:14:32 +00:00
Syn Wee Quek
a238652e4a ICU-2103 @draft 2.0 changed to @stable 2.4
X-SVN-Rev: 10480
2002-12-04 23:02:26 +00:00
Doug Felt
685aa28a20 ICU-2103 tag cleanup
X-SVN-Rev: 10477
2002-12-04 18:32:01 +00:00
Doug Felt
3b6e1e463e ICU-2103 tag cleanup
X-SVN-Rev: 10474
2002-12-04 16:38:53 +00:00
Andy Heninger
dc677a4338 Jitterbug 2103: API docs, @stable, @draft, etc. added.
X-SVN-Rev: 10471
2002-12-04 01:45:52 +00:00
Eric Mader
2e6224f5ea ICU-2103 add @internal to the class documentation for UScriptRun.
X-SVN-Rev: 10470
2002-12-04 01:37:42 +00:00
Doug Felt
5ddc0755aa ICU-2103 tag cleanup
X-SVN-Rev: 10469
2002-12-04 01:03:39 +00:00
Alan Liu
b10a91f9e3 ICU-2087 more UnicodeSet "relation" API to com.ibm.icu.impl.SortedSetRelation
X-SVN-Rev: 10466
2002-12-04 00:25:52 +00:00
Syn Wee Quek
e6098088ba ICU-2103
@draft addition

X-SVN-Rev: 10465
2002-12-04 00:12:54 +00:00
Alan Liu
eec768c3fd ICU-2087 fix @ tags
X-SVN-Rev: 10464
2002-12-04 00:11:17 +00:00
Alan Liu
46f31987ec ICU-2087 fix @ tags
X-SVN-Rev: 10463
2002-12-04 00:04:15 +00:00
Alan Liu
50279c7b54 ICU-2087 make package-private
X-SVN-Rev: 10462
2002-12-04 00:03:40 +00:00
Alan Liu
b6455400d0 ICU-2087 fix Factory @ tags
X-SVN-Rev: 10461
2002-12-04 00:03:28 +00:00
Alan Liu
f170886489 ICU-2538 update for year 2002 changes (Pakistan)
X-SVN-Rev: 10458
2002-12-03 23:15:05 +00:00
Alan Liu
cf11d430dc ICU-2538 update from 2002d data
X-SVN-Rev: 10457
2002-12-03 23:14:51 +00:00
Doug Felt
1ef6c14d6d ICU-2103 whoops, need to process interfaces like classes
X-SVN-Rev: 10452
2002-12-03 22:37:51 +00:00
Ram Viswanadha
fc0a2adad9 ICU-2103 clean up @draft, @deprecated tags
X-SVN-Rev: 10450
2002-12-03 22:04:17 +00:00
Alan Liu
9085040ab0 ICU-2087 fix @ tags
X-SVN-Rev: 10449
2002-12-03 21:48:03 +00:00
Alan Liu
cea5a1b1de ICU-2087 comment out tests for UnicodeSet "relations" API, which is package private
X-SVN-Rev: 10448
2002-12-03 21:42:18 +00:00
Alan Liu
44003baf41 ICU-2087 fix @ tags; make "relations" API package-private
X-SVN-Rev: 10447
2002-12-03 21:41:50 +00:00
Alan Liu
f4275e2a52 ICU-2087 fix @ tags
X-SVN-Rev: 10444
2002-12-03 21:07:57 +00:00
Alan Liu
5ec690e030 ICU-2087 fix @ tags, remove deprecated method
X-SVN-Rev: 10443
2002-12-03 21:01:34 +00:00
Syn Wee Quek
a366ad3223 ICU-2103 javadoc updates
X-SVN-Rev: 10442
2002-12-03 20:46:09 +00:00
Syn Wee Quek
99804e29de ICU-2103 javadoc updates and removal of redundant import statements and variables
X-SVN-Rev: 10441
2002-12-03 20:45:20 +00:00
Doug Felt
cbd4e3ff5b ICU-2103 tag cleanup of icu.text
X-SVN-Rev: 10439
2002-12-03 19:45:38 +00:00
Doug Felt
e60468fe3e ICU-2103 tried to handle synthetic ctors, but seems broken in 1.4.1
X-SVN-Rev: 10438
2002-12-03 19:44:20 +00:00
Alan Liu
03600c82ca ICU-2087 fix @ tags
X-SVN-Rev: 10437
2002-12-03 18:57:36 +00:00
Doug Felt
0438cf28e8 ICU-2103 handle @serial tag
X-SVN-Rev: 10436
2002-12-03 18:46:33 +00:00
Doug Felt
b91b2724ec ICU-2103 add position info to missing tag error
X-SVN-Rev: 10435
2002-12-03 18:44:47 +00:00
Doug Felt
3fe033ae7e ICU-2103 whoops, didn't recognize @throws anymore
X-SVN-Rev: 10434
2002-12-03 06:53:07 +00:00
Doug Felt
f11121eedc ICU-2103 added Taglet support to format ICU4J tags, clean up build.xml to verify JDK1.4 before compiling tool/docs
X-SVN-Rev: 10433
2002-12-03 06:27:55 +00:00
Syn Wee Quek
15c455d93b ICU-2103
wrong checkin

X-SVN-Rev: 10431
2002-12-03 02:17:06 +00:00
Syn Wee Quek
61c9cb045e ICU-2103 javadoc updates, @stable and @drafts addition
X-SVN-Rev: 10430
2002-12-03 02:14:21 +00:00
Ram Viswanadha
2b4c3933a7 ICU-2087 Remove unused tool
X-SVN-Rev: 10428
2002-12-03 01:40:24 +00:00
Ram Viswanadha
c99e7c11b7 ICU-2087 Remove unused class
X-SVN-Rev: 10427
2002-12-03 01:29:33 +00:00
Syn Wee Quek
ec11580925 ICU-2103 javadoc updates, @stable and @drafts addition
X-SVN-Rev: 10426
2002-12-03 00:47:53 +00:00
Doug Felt
9018b06f87 ICU-2103 cleanup math package doc tags
X-SVN-Rev: 10425
2002-12-02 23:32:13 +00:00
Doug Felt
7e6a0d5c59 ICU-2103 make checktags more lenient about deprecation
X-SVN-Rev: 10424
2002-12-02 23:31:31 +00:00
Doug Felt
68a4d3173e ICU-2103 draft etc. cleanup again
X-SVN-Rev: 10420
2002-12-02 22:10:04 +00:00
Doug Felt
6adf54af75 ICU-2103 draft etc. cleanup again
X-SVN-Rev: 10417
2002-12-02 20:06:32 +00:00
Syn Wee Quek
a4e768cfd1 ICU-2186 updated gc to synch with perftest.
X-SVN-Rev: 10416
2002-12-02 19:34:25 +00:00
Doug Felt
e551f4a89b ICU-1776 expand thai cases
X-SVN-Rev: 10414
2002-12-02 17:09:58 +00:00
Doug Felt
9650e843ad ICU-2103 draft etc. cleanup
X-SVN-Rev: 10413
2002-12-02 17:04:21 +00:00
Doug Felt
28e3d404d5 ICU-2103 draft etc. cleanup
X-SVN-Rev: 10412
2002-12-02 05:45:46 +00:00
Alan Liu
c8515c5cb4 ICU-2118 more coverage
X-SVN-Rev: 10404
2002-11-28 00:53:05 +00:00
Doug Felt
2efc6ae97f ICU-2103 draft etc. cleanup
X-SVN-Rev: 10398
2002-11-27 17:43:21 +00:00
Doug Felt
71296c1511 ICU-2103 draft etc. cleanup
X-SVN-Rev: 10396
2002-11-27 15:17:43 +00:00
Ram Viswanadha
2ae5599a2c ICU-2530 Workaround for JIT problem
X-SVN-Rev: 10387
2002-11-26 23:47:06 +00:00
Ram Viswanadha
92a36d9c3b ICU-2068 Add test for cloning of CharacterIterator by Normalizer
X-SVN-Rev: 10383
2002-11-26 23:16:58 +00:00
Alan Liu
f75feb9068 ICU-2118 add missing API tests for UnicodeSet/UnicodeSetIterator
X-SVN-Rev: 10381
2002-11-26 18:31:56 +00:00
Syn Wee Quek
5fabe13133 ICU-2361
set default timezone to pst for a more consistent test environment.

X-SVN-Rev: 10367
2002-11-25 22:11:47 +00:00
Alan Liu
1a30ec126c ICU-2015 add @draft 2.4 to new methods
X-SVN-Rev: 10351
2002-11-22 22:53:13 +00:00
Alan Liu
ad2044da57 ICU-2015 add "2.1" to old @draft tags
X-SVN-Rev: 10350
2002-11-22 22:51:56 +00:00
Syn Wee Quek
0c0c1c0416 ICU-2524
javadocs updates
removing unused import statements and variables

X-SVN-Rev: 10349
2002-11-22 22:45:19 +00:00
Alan Liu
43148de5a5 ICU-2513 fix circular static init dependency on Sun JDK 1.4.0_01 or later
X-SVN-Rev: 10348
2002-11-22 22:23:00 +00:00
Syn Wee Quek
2d69fa1579 ICU-2522
removed duplicated data files

X-SVN-Rev: 10343
2002-11-22 18:53:27 +00:00
Alan Liu
acc6c8332e ICU-2025 improve @deprecated tags
X-SVN-Rev: 10342
2002-11-22 18:31:51 +00:00
Alan Liu
77c31ed750 ICU-1837 remove test cases for behavior to be addressed in or after 2.6
X-SVN-Rev: 10337
2002-11-22 17:48:00 +00:00
Vladimir Weinstein
46a13197c7 ICU-1855 changes according to code review
X-SVN-Rev: 10335
2002-11-22 01:32:57 +00:00
Syn Wee Quek
9ecb4fc445 ICU-1854
Use UCharacter instead of Character

X-SVN-Rev: 10334
2002-11-22 00:57:14 +00:00
Ram Viswanadha
94b7a75f64 ICU-2520 remove Latin-1 characters
X-SVN-Rev: 10333
2002-11-22 00:44:06 +00:00
Syn Wee Quek
a18df1e5b4 ICU-2519
deprecated StringCharacterIterator

X-SVN-Rev: 10331
2002-11-22 00:37:00 +00:00
Syn Wee Quek
c9a2c5ff63 ICU-2519
StringCharacterIterator deprecated

X-SVN-Rev: 10330
2002-11-22 00:29:01 +00:00
Vladimir Weinstein
4d475023e2 ICU-1854 changes according to code review
X-SVN-Rev: 10329
2002-11-22 00:08:32 +00:00
Vladimir Weinstein
919988fa89 ICU-1855 changes according to code review
X-SVN-Rev: 10327
2002-11-21 23:48:37 +00:00
Vladimir Weinstein
7b55ad9eb9 ICU-1433 changes according to code review
X-SVN-Rev: 10326
2002-11-21 23:47:42 +00:00
Ram Viswanadha
1d25ec1a47 ICU-2185 comment out references to sun.text
X-SVN-Rev: 10325
2002-11-21 23:24:52 +00:00
Vladimir Weinstein
4f0d4b28df ICU-1433 changes according to code review
X-SVN-Rev: 10324
2002-11-21 23:14:52 +00:00
Vladimir Weinstein
a4eb3c3caa ICU-1854 changes according to code review
X-SVN-Rev: 10322
2002-11-21 22:19:52 +00:00
Ram Viswanadha
d2a41f067d ICU-2185 more updates from GCL
X-SVN-Rev: 10315
2002-11-21 18:27:40 +00:00
Ram Viswanadha
868751170a ICU-1785 fix typo
X-SVN-Rev: 10314
2002-11-21 18:19:48 +00:00
Ram Viswanadha
a7cb8d8fe0 ICU-1785 fix compilation problem with JDK 1.3 on Solaris 5.7
X-SVN-Rev: 10312
2002-11-21 01:39:07 +00:00
Alan Liu
a8bb25533a ICU-1837 add U+FFFF test cases, fix test Replaceable to handle it; fix test Replaceable impl bugs
X-SVN-Rev: 10305
2002-11-20 22:41:13 +00:00
Alan Liu
f1438bfc00 ICU-1837 use right style context as well
X-SVN-Rev: 10304
2002-11-20 22:40:38 +00:00
Doug Felt
7ffe5958b7 ICU-1964 doc cleanup and review changes
X-SVN-Rev: 10301
2002-11-20 19:48:10 +00:00
Ram Viswanadha
37300aaae4 ICU-2511 update tests
X-SVN-Rev: 10300
2002-11-20 19:14:36 +00:00
Ram Viswanadha
c0e8b474d5 ICU-2511 data update
X-SVN-Rev: 10299
2002-11-20 19:14:09 +00:00
Alan Liu
9f2f9e147f ICU-2038 sync up to C uoptions/uperf
X-SVN-Rev: 10296
2002-11-20 00:39:47 +00:00
Alan Liu
ac730d4b39 ICU-2038 initial checkin
X-SVN-Rev: 10287
2002-11-18 17:49:36 +00:00
Doug Felt
2b019c550c ICU-2203 cleanup api (remove things not public yet)
X-SVN-Rev: 10286
2002-11-17 01:42:15 +00:00
Doug Felt
7ef58c8c63 ICU-2203 cleanup api (remove things not public yet)
X-SVN-Rev: 10285
2002-11-16 03:46:35 +00:00
Syn Wee Quek
5f166748ed ICU-2499
documentation update

X-SVN-Rev: 10284
2002-11-16 01:49:26 +00:00
Ram Viswanadha
7a6217bb29 ICU-2185 more updates to normalizer performance
X-SVN-Rev: 10279
2002-11-16 01:03:46 +00:00
Doug Felt
698a840ef8 ICU-2203 cleanup api (remove things not public yet)
X-SVN-Rev: 10278
2002-11-16 01:01:05 +00:00
Doug Felt
3f203b10f5 ICU-2203 cleanup api after code review
X-SVN-Rev: 10276
2002-11-15 23:44:10 +00:00
Doug Felt
dcc3d2715e ICU-2180 fix icu4j javadoc instructions in build.xml to work on ant 1.5
X-SVN-Rev: 10274
2002-11-15 22:40:16 +00:00
Ram Viswanadha
88cd15726b ICU-1785 add isNFSkippable, addPropertySets internal APIs
X-SVN-Rev: 10272
2002-11-15 21:04:20 +00:00
Ram Viswanadha
b38014de46 ICU-2185 Normalizer performance test
X-SVN-Rev: 10271
2002-11-15 21:01:22 +00:00
Syn Wee Quek
ac22feda0d ICU-2499
documentation update

X-SVN-Rev: 10270
2002-11-15 20:39:26 +00:00
Alan Liu
1f3d8b8ae9 ICU-2038 use new GC procedure
X-SVN-Rev: 10269
2002-11-15 19:55:44 +00:00
Alan Liu
e0beb5b008 ICU-1125 move formal syntax table to end of class javadoc
X-SVN-Rev: 10266
2002-11-15 01:58:29 +00:00
Alan Liu
de131d145e ICU-2038 update docs per Markus feedback
X-SVN-Rev: 10264
2002-11-14 22:26:41 +00:00
Vladimir Weinstein
c5dc2e0432 ICU-2079 relax data checking for UCA version
X-SVN-Rev: 10262
2002-11-14 20:53:06 +00:00
Alan Liu
e7c6985408 ICU-2410 update javadoc
X-SVN-Rev: 10260
2002-11-14 19:30:45 +00:00
Syn Wee Quek
15467108ce ICU-2186 updated gc to synch with new testframework
X-SVN-Rev: 10252
2002-11-14 02:00:39 +00:00
Alan Liu
b75e9a92f8 ICU-1837 prefer createFromRules over RBT ct
X-SVN-Rev: 10248
2002-11-14 01:43:43 +00:00
Alan Liu
e1a8b68095 ICU-1837 use style context during replace
X-SVN-Rev: 10243
2002-11-14 00:06:24 +00:00
Alan Liu
00f5813d6a ICU-1837 add javadoc re: U+FFFF and style info
X-SVN-Rev: 10242
2002-11-14 00:06:03 +00:00
Alan Liu
a1f545af4f ICU-1837 enable post-2.1 test
X-SVN-Rev: 10241
2002-11-14 00:05:40 +00:00
Syn Wee Quek
c734ff8e70 ICU-2186 initial checkin of collation performance test.
X-SVN-Rev: 10236
2002-11-13 20:44:53 +00:00
Alan Liu
f21bcd8e05 ICU-2410 make max(bogus)=-1, script(bogus)=0, min(script)=0
X-SVN-Rev: 10235
2002-11-13 20:19:43 +00:00
Alan Liu
a56fec6fa0 ICU-2015 add test cases for [:all:] and double [:nv=...:]
X-SVN-Rev: 10201
2002-11-08 01:20:24 +00:00
Alan Liu
d2602a7cdf ICU-2015 reimplement UnicodePropertySet using property alias<->enum API; then move it into UnicodeSet
X-SVN-Rev: 10200
2002-11-08 01:19:58 +00:00
Alan Liu
6f11131da6 ICU-2015 update tests to expect UCD 3.2 script names
X-SVN-Rev: 10195
2002-11-08 00:00:43 +00:00
Alan Liu
0ef5a8038f ICU-2015 use property alias<=>enum API for scripts
X-SVN-Rev: 10194
2002-11-07 23:59:56 +00:00
Alan Liu
f4a970a9ed ICU-2015 make comparePropertyNames() public and rename it compare()
X-SVN-Rev: 10191
2002-11-07 23:15:34 +00:00
Alan Liu
8a550ed2dd ICU-2015 add deleteRuleWhiteSpace
X-SVN-Rev: 10190
2002-11-07 23:14:46 +00:00
Alan Liu
9401304a6a ICU-2015 initial checkin of test for property name<->enum
X-SVN-Rev: 10169
2002-11-06 19:50:40 +00:00
Alan Liu
12764fba1a ICU-2015 initial checkin of public API for property name<->enum
X-SVN-Rev: 10168
2002-11-06 19:50:21 +00:00
Alan Liu
66d9c6076b ICU-2015 initial checkin of DataInputStream supporting seeking
X-SVN-Rev: 10167
2002-11-06 19:49:57 +00:00
Alan Liu
a4ef082eb4 ICU-2015 initial checkin of property name<->enum core implementation
X-SVN-Rev: 10166
2002-11-06 19:49:40 +00:00
Alan Liu
ed2d6d66d3 ICU-2015 add double and string property enums; add NameChoice enums
X-SVN-Rev: 10165
2002-11-06 19:48:58 +00:00
Alan Liu
e665a57aa2 ICU-2015 snapshot as of ICU4C 2.4
X-SVN-Rev: 10164
2002-11-06 19:48:31 +00:00
Alan Liu
5ecedb1e81 ICU-2015 don't indent on successive calls to log()
X-SVN-Rev: 10159
2002-11-06 19:07:02 +00:00
Alan Liu
c243f84ebc ICU-2325 make unescape recognize \e \cX
X-SVN-Rev: 10139
2002-11-01 14:45:10 +00:00
Ram Viswanadha
e882b8d7c5 ICU-2459 move UCharacterIterator and UForwardCharacterIterator to com.ibm.icu.text package
X-SVN-Rev: 10134
2002-10-31 22:37:31 +00:00
Ram Viswanadha
0ad551db67 ICU-2068 clone the character iterator
X-SVN-Rev: 10131
2002-10-31 01:12:38 +00:00
Syn Wee Quek
aef65ce527 ICU-2279
remove unused import statements

X-SVN-Rev: 10130
2002-10-31 01:10:19 +00:00
Syn Wee Quek
70e6c6c6cf ICU-1897
remove commented code

X-SVN-Rev: 10129
2002-10-31 01:09:18 +00:00
Syn Wee Quek
15a335f325 ICU-2178
simple doc update

X-SVN-Rev: 10128
2002-10-31 01:06:49 +00:00
Ram Viswanadha
b4d9827c01 ICU-2068 clone the character iterator
X-SVN-Rev: 10127
2002-10-31 01:02:42 +00:00
Ram Viswanadha
c3163234f6 ICU-1999 tool to verify the relationship between Indic tranlisterations
X-SVN-Rev: 10112
2002-10-30 20:41:34 +00:00
Syn Wee Quek
7b26cc5e05 ICU-2275
Min and max characters looping

X-SVN-Rev: 10095
2002-10-30 17:58:26 +00:00
Vladimir Weinstein
b87db9ac1b ICU-1855 Tests for suppressing contractions and UCA copying
X-SVN-Rev: 10090
2002-10-30 05:44:54 +00:00
Vladimir Weinstein
d66615d32b ICU-1855 Use ints instead of chars for UCA copying (supplementary support)
X-SVN-Rev: 10089
2002-10-30 05:43:33 +00:00
Syn Wee Quek
1b1c6cfdaa ICU-2275
Initial commit of character properties performance test

X-SVN-Rev: 10088
2002-10-30 01:32:45 +00:00
Vladimir Weinstein
afbc278d1e ICU-1855 ported "optimize" and "suppressContractions" to Java. This covers also j1856 and j2288.
X-SVN-Rev: 10086
2002-10-29 22:55:41 +00:00
Syn Wee Quek
9d2d251ac2 ICU-2191 , :
String boundary checks and normalizer test updated with new StringComparator

X-SVN-Rev: 10084
2002-10-29 18:59:05 +00:00
George Rhoten
78ff09223c ICU-2134 Fix the ICU4J link
X-SVN-Rev: 10071
2002-10-29 01:11:33 +00:00
Syn Wee Quek
4061f20208 ICU-2191 , :
Added
* Case insensitive comparison
* StringTokenizer

X-SVN-Rev: 10070
2002-10-28 21:59:23 +00:00
Syn Wee Quek
65d107bf3d ICU-2191
Added
* hasMoreCodePointsThan
* StringComparator with code unit/point comparison
* Still has to implement case insensitive comparison

X-SVN-Rev: 10068
2002-10-26 05:50:40 +00:00
Vladimir Weinstein
c746cf3527 ICU-1854 Latin-1 optimization (Java port)
X-SVN-Rev: 10066
2002-10-25 22:05:19 +00:00
Doug Felt
459bc28233 jitterbug: 1325: added test that replicates user's problem, no fix though
X-SVN-Rev: 10060
2002-10-24 19:31:46 +00:00
Ram Viswanadha
e4918cb63d ICU-2371 donot use deprecate UnicodeCharacterIterator
X-SVN-Rev: 10026
2002-10-12 00:10:57 +00:00
Ram Viswanadha
d9a3afd440 ICU-1999 update the wrappers with Mark's comments
X-SVN-Rev: 10025
2002-10-11 23:43:20 +00:00
Alan Liu
4765328a53 ICU-2299 toString() should return escaped pattern
X-SVN-Rev: 10016
2002-10-10 21:07:53 +00:00
Alan Liu
6d97113ded ICU-2038 check in commented-out unrolled binary search
X-SVN-Rev: 10015
2002-10-10 20:08:29 +00:00
Syn Wee Quek
5caf7bfe1d ICU-2079 testing icubinary new data version leniency authentication
X-SVN-Rev: 10012
2002-10-10 05:16:14 +00:00
Syn Wee Quek
5d018f863c ICU-2079 shifting authentication to a inner class
X-SVN-Rev: 10011
2002-10-10 03:48:04 +00:00
Syn Wee Quek
78a68e8bbd ICU-2079 relax the version checking for binaries
X-SVN-Rev: 10006
2002-10-09 23:53:24 +00:00
Doug Felt
59ac5307fc ICU-2203 collation service
X-SVN-Rev: 9999
2002-10-09 18:56:58 +00:00
Syn Wee Quek
112cfaa37f ICU-2082
root test removed

X-SVN-Rev: 9993
2002-10-08 21:52:23 +00:00
Alan Liu
28bc7dbd08 ICU-2038 enable all tests
X-SVN-Rev: 9992
2002-10-08 20:46:03 +00:00
Alan Liu
86cd61d425 ICU-2323 add test for all script names and abbrevs
X-SVN-Rev: 9991
2002-10-08 18:29:16 +00:00
Ram Viswanadha
f8b05c5c2d ICU-2323 fix for ID 7 and linient compare of ID names ignoring _,- etc
X-SVN-Rev: 9988
2002-10-08 17:37:50 +00:00
Alan Liu
2f175abc5f ICU-2038 initial checkin
X-SVN-Rev: 9985
2002-10-07 21:24:15 +00:00
Alan Liu
3245441e76 ICU-2038 incorporate changes from review
X-SVN-Rev: 9984
2002-10-07 21:23:43 +00:00
Doug Felt
d29ea5e179 ICU-2203 service coverage
X-SVN-Rev: 9981
2002-10-05 01:07:02 +00:00
Alan Liu
c180089bfa ICU-2038 initial checkin of performance testing framework
X-SVN-Rev: 9977
2002-10-04 23:38:57 +00:00
Alan Liu
0eaaa2a088 ICU-2038 move into com.ibm.icu.dev.test.perf
X-SVN-Rev: 9976
2002-10-04 23:18:11 +00:00
Alan Liu
03abaf1e28 ICU-2038 move performance test out into com.ibm.icu.dev.test.perf
X-SVN-Rev: 9975
2002-10-04 23:17:28 +00:00
Doug Felt
7e8cea4c33 ICU-2203 registration for calendar, breakiterator, update service APIs
X-SVN-Rev: 9972
2002-10-04 19:49:10 +00:00
Doug Felt
5dcdf3046e ICU-2203 registration for calendar, breakiterator, update service APIs
X-SVN-Rev: 9971
2002-10-04 19:41:03 +00:00
Syn Wee Quek
409a9247ba ICU-2178
Adding new APIs for
* Unicode blocks
* Non-binary properties
* Cell widths
* New numeric implementation
* ISO comment

X-SVN-Rev: 9959
2002-10-03 23:42:02 +00:00
Ram Viswanadha
3df08f140d ICU-2323 add missing name for LAO
X-SVN-Rev: 9957
2002-10-03 22:54:06 +00:00
Ram Viswanadha
42ed47e383 ICU-2323 Add test for creating Transliterators from data returned by UScript
X-SVN-Rev: 9956
2002-10-03 22:52:53 +00:00
Syn Wee Quek
8ff4d79976 ICU-2285
made getGroupName internal public for UCharacter use

X-SVN-Rev: 9953
2002-10-03 19:38:44 +00:00
Doug Felt
b0ca09c1c5 ICU-2203 registration for calendar, breakiterator
X-SVN-Rev: 9949
2002-10-02 20:41:34 +00:00
Doug Felt
a90995824f ICU-2203 registration for calendar, breakiterator
X-SVN-Rev: 9948
2002-10-02 20:20:26 +00:00
Ram Viswanadha
15f0ef46a7 ICU-2324 Fix for crash in normalizer due to incorrect data
X-SVN-Rev: 9925
2002-09-26 23:39:08 +00:00
Ram Viswanadha
95923ead6e ICU-2324 Test for crash in normalizer due to incorrect data
X-SVN-Rev: 9924
2002-09-26 23:01:57 +00:00
Alan Liu
b8b5a100e6 ICU-2153 change FAKE API calls to real ones
X-SVN-Rev: 9898
2002-09-19 23:17:02 +00:00
Alan Liu
5b72045c90 ICU-2038 add performance test class
X-SVN-Rev: 9897
2002-09-19 23:00:52 +00:00
Alan Liu
a2e4f5dde0 ICU-2038 test UnicodeSet performance
X-SVN-Rev: 9896
2002-09-19 23:00:18 +00:00
Alan Liu
3e0eb63b61 ICU-2038 minor fixes to command-line arg handling
X-SVN-Rev: 9895
2002-09-19 22:45:45 +00:00
Alan Liu
63c9eace9a ICU-2038 improve UnicodeSet performance
X-SVN-Rev: 9894
2002-09-19 22:37:09 +00:00
Syn Wee Quek
fe64e9591c ICU-2285
* clean up code
* added tests for iso comments
* added tests for get max names length
* added tests for get names set
* new unames data

X-SVN-Rev: 9893
2002-09-19 21:24:30 +00:00
Syn Wee Quek
5163258339 ICU-2285
* clean up code
* added iso comments
* added get max names length
* added get names set
* shifted UCharacterName and related code to impl

X-SVN-Rev: 9892
2002-09-19 21:19:04 +00:00
Ram Viswanadha
45040ba165 ICU-2155 FC_NFKC Api
X-SVN-Rev: 9890
2002-09-19 18:12:31 +00:00
Ram Viswanadha
58096f537a ICU-2117 Fix Indic handling of rarely used characters
X-SVN-Rev: 9889
2002-09-19 18:11:23 +00:00
Vladimir Weinstein
2588b77121 ICU-1433 getTailoredSet, Java port
X-SVN-Rev: 9873
2002-09-17 21:31:58 +00:00
Vladimir Weinstein
5641297bf3 ICU-2209 add TestCanonicalIterator to tests
X-SVN-Rev: 9870
2002-09-17 19:12:42 +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