Commit Graph

1881 Commits

Author SHA1 Message Date
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