Commit Graph

4287 Commits

Author SHA1 Message Date
Andrew J Macheret
a4a300fd9f ICU-5843 Fixed a multithreading issue
X-SVN-Rev: 22387
2007-08-15 18:14:38 +00:00
Yoshito Umaoka
000977219d ICU-5551 Changed clone() implementation not to call its constructor
X-SVN-Rev: 22386
2007-08-15 17:27:56 +00:00
George Rhoten
a23be3710f ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 22384
2007-08-14 20:50:53 +00:00
George Rhoten
e3bfd984cf ICU-5410 Improve code coverage by removing dead code.
X-SVN-Rev: 22381
2007-08-14 20:06:10 +00:00
Yoshito Umaoka
6e071a5cc9 ICU-5466 Fix ChineseCalendar#toString() crash problem
X-SVN-Rev: 22377
2007-08-14 17:38:23 +00:00
Andrew J Macheret
e0701bc89e ICU-5844 Updated to work for icu4j 3.8 (and for those that compare versions, to compare 3.8 to 3.6)
X-SVN-Rev: 22375
2007-08-13 23:20:09 +00:00
Andrew J Macheret
b7c47a899f ICU-5738 Renamed the converter performance test to be more like the other perf tests
X-SVN-Rev: 22374
2007-08-13 23:12:40 +00:00
Andrew J Macheret
1d44db6fb8 ICU-5843 Performance test for DecimalFormat
X-SVN-Rev: 22373
2007-08-13 23:11:25 +00:00
Andrew J Macheret
5f3f7eeea8 ICU-5842 Performance test for SimpleDateFormat
X-SVN-Rev: 22372
2007-08-13 23:10:47 +00:00
Yoshito Umaoka
b2b7e4e1b9 ICU-3704 Fix some calendar limit issues in various calendars. Also added a new commont test case for testing theoretical limits and included limit test cases for all calendars (some are timebombed for now).
X-SVN-Rev: 22370
2007-08-13 21:49:13 +00:00
Yoshito Umaoka
a514749bb2 ICU-4408 Change EXTENDED_YEAR used by BuddhistCalendar to use Gregorian year, like other GregorianCalendar subclasses, so it can handle leap years properly.
X-SVN-Rev: 22368
2007-08-13 21:20:52 +00:00
Steven R. Loomis
cd4313d171 ICU-4567 updated test data
X-SVN-Rev: 22367
2007-08-13 20:54:48 +00:00
Steven R. Loomis
8c862fa548 ICU-4567 data driven fmt test for J
X-SVN-Rev: 22365
2007-08-13 19:21:16 +00:00
Doug Felt
e1e81dcdd6 ICU-5838 fix typos in docs
X-SVN-Rev: 22364
2007-08-13 18:33:07 +00:00
Yoshito Umaoka
0bcad795c8 ICU-4567 Fix a compile error
X-SVN-Rev: 22362
2007-08-13 15:16:32 +00:00
Steven R. Loomis
7849815922 ICU-4567 DataDrivenCalendarTest for J
X-SVN-Rev: 22348
2007-08-10 22:08:56 +00:00
John Emmons
8f9581565f ICU-4321 Fix German number spellout rules
X-SVN-Rev: 22346
2007-08-10 19:27:36 +00:00
John Emmons
fd17626413 ICU-5104 Fix Portuguese number spellout rules
X-SVN-Rev: 22343
2007-08-10 16:53:39 +00:00
John Emmons
3a66e3ebd8 ICU-4930 Fix number spellout for Italian
X-SVN-Rev: 22330
2007-08-09 20:30:02 +00:00
Eric Mader
e24fdaf785 ICU-4758 Use tava.text.MessageFormat instead of com.ibm.icu.text.MessageFormat so the tool doesn't depend on all of ICU4J.
X-SVN-Rev: 22326
2007-08-09 00:58:32 +00:00
Yoshito Umaoka
35a19cf658 ICU-5454 Fixed getID problem in VTimeZone and updated the test case.
X-SVN-Rev: 22310
2007-08-08 00:45:02 +00:00
Steven R. Loomis
c7013ddaf0 ICU-3487 duration fix for serialization test
X-SVN-Rev: 22309
2007-08-07 23:23:27 +00:00
John Emmons
6ef9660bab ICU-5828 Remove provisional data from ICU
X-SVN-Rev: 22308
2007-08-07 23:21:30 +00:00
Yoshito Umaoka
8b02d73006 ICU-3487 Support Java 1.3/1.4. Replaced StringBuilder with StringBuffer and Character#isWhitespace with UCharacter#isWhitespace.
X-SVN-Rev: 22302
2007-08-07 13:58:28 +00:00
Steven R. Loomis
327998254e ICU-3487 Duration implementation checkin
X-SVN-Rev: 22293
2007-08-06 23:22:53 +00:00
Yoshito Umaoka
45119f09a5 ICU-5820 Update Jamo-Latin transliterator test cases to match the latest CLDR data
X-SVN-Rev: 22291
2007-08-06 22:19:53 +00:00
John Emmons
95bfb2c80d ICU-5761 Latest CLDR data updates
X-SVN-Rev: 22289
2007-08-06 21:32:28 +00:00
Yoshito Umaoka
11f52a5816 ICU-5801 Updated ICU4J readme.html for 3.8d01.
X-SVN-Rev: 22272
2007-08-04 02:07:57 +00:00
Yoshito Umaoka
232177b1b5 ICU-5801 Fix JavaDoc errors.
X-SVN-Rev: 22271
2007-08-04 01:25:39 +00:00
Yoshito Umaoka
1a470232af ICU-5820 Temporarily disable the test case for ch for 3.8d01. This test case must be re-enabled after Latin-Jamo transliterator data is updated
X-SVN-Rev: 22267
2007-08-04 00:09:52 +00:00
Mark Davis
c68a28f9ee ICU-5469 made stable
X-SVN-Rev: 22259
2007-08-03 18:38:50 +00:00
Mark Davis
a9fcf0b0c4 ICU-5649 fixing @internal etc
X-SVN-Rev: 22258
2007-08-03 18:34:13 +00:00
Mark Davis
e3ead301ec ICU-5649 fixing @internal etc
X-SVN-Rev: 22257
2007-08-03 18:32:19 +00:00
Mark Davis
519fd16d06 ICU-5820 added tests for correct jamo behavior. 'ch' won't work right until the new file is added
X-SVN-Rev: 22256
2007-08-03 18:12:08 +00:00
Mark Davis
572828f37e ICU-5817 fixed names, etc
X-SVN-Rev: 22255
2007-08-03 16:30:46 +00:00
George Rhoten
c697044e6a ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22250
2007-08-02 06:55:01 +00:00
George Rhoten
7f87a590f5 ICU-5445 Undo last change.
X-SVN-Rev: 22249
2007-08-02 06:52:34 +00:00
George Rhoten
f127e1892e ICU-5445 Fix some compiler warnings, and remove unused code.
X-SVN-Rev: 22247
2007-08-01 23:46:24 +00:00
George Rhoten
8f7969713c ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22246
2007-08-01 23:29:02 +00:00
Yoshito Umaoka
77a1d21421 ICU-5801 Replaced TABs with SPs in java source codes
X-SVN-Rev: 22245
2007-08-01 23:07:09 +00:00
Yoshito Umaoka
b16d6d79c7 ICU-5818 Revert the build script changes made for #4674 and let javac to collect dependencies in ICU4J module build targets
X-SVN-Rev: 22242
2007-08-01 20:59:19 +00:00
Mark Davis
a774b353b0 ICU-5789 fixed dangling set of Transliterator.DEBUG
X-SVN-Rev: 22241
2007-08-01 20:50:03 +00:00
Michael Ow
f6389fcfa1 ICU-5410 Reenable code for exhaustive test.
X-SVN-Rev: 22240
2007-08-01 17:58:25 +00:00
Mark Davis
4ccfac9741 ICU-5817 fix quoting
X-SVN-Rev: 22239
2007-08-01 17:08:07 +00:00
Mark Davis
3f7da20026 ICU-5817 fix quoting
X-SVN-Rev: 22238
2007-08-01 17:06:09 +00:00
Mark Davis
3f7c287d29 ICU-5816 Add StringTransform
X-SVN-Rev: 22237
2007-08-01 16:57:09 +00:00
Mark Davis
ab28bbfdb4 ICU-5816 Add StringTransform
X-SVN-Rev: 22236
2007-08-01 16:54:24 +00:00
Mark Davis
1a46d7e04d ICU-5789 fixed problem with cursor
X-SVN-Rev: 22235
2007-08-01 16:45:45 +00:00
Mark Davis
73dec01862 ICU-5789 fixed problem with cursor
X-SVN-Rev: 22234
2007-08-01 16:45:03 +00:00
Mark Davis
d167d28521 ICU-5789 fixed problem with cursor
X-SVN-Rev: 22232
2007-08-01 16:44:12 +00:00
Yoshito Umaoka
d28cb2edce ICU-5761 Made Jamo transliterator test cases work with CLDR1.5 data.
X-SVN-Rev: 22225
2007-07-31 23:15:08 +00:00
George Rhoten
59c9ddc5f2 ICU-5682 Synchronize ICU4J and ICU4C error handling in IDNA
X-SVN-Rev: 22221
2007-07-31 21:11:14 +00:00
Markus Scherer
f432dcfdda ICU-4935 add toTitleCase(with options), and options TITLECASE_NO_LOWERCASE and TITLECASE_NO_BREAK_ADJUSTMENT
X-SVN-Rev: 22220
2007-07-31 20:56:05 +00:00
Michael Ow
59c60af09a ICU-5410 Reenable code that was commented out for exhuastive test.
X-SVN-Rev: 22219
2007-07-31 20:10:46 +00:00
Yoshito Umaoka
20ad690df9 ICU-5801 Update icudata.jar to synchronize the data with ICU4C. This change will trigger some Jamo-Latin transliteration issue which need to be fixed soon. Also, updating RoundTripTest to resolve Tamil roundtrip conversion problem.
X-SVN-Rev: 22213
2007-07-31 01:47:04 +00:00
Michael Ow
a65ebd233e ICU-5444 Fix exhaustive test bug for ISCII Charset.
X-SVN-Rev: 22211
2007-07-31 00:42:46 +00:00
Andrew J Macheret
d5071eada2 ICU-5739 fixed bad behavior inside smBufDecode and smBufEncode
X-SVN-Rev: 22210
2007-07-30 21:19:52 +00:00
Andrew J Macheret
2d83469620 ICU-5739 fixed bad behavior inside smBufDecode and smBufEncode
X-SVN-Rev: 22209
2007-07-30 21:07:59 +00:00
Yoshito Umaoka
a575dd2f2c ICU-5801 Fix JDK1.3/eclipse build problems
X-SVN-Rev: 22208
2007-07-30 15:08:58 +00:00
Matitiahu Allouche
d5e7008d00 ICU-5489 add a few paragraphs of Javadoc
X-SVN-Rev: 22206
2007-07-29 20:29:44 +00:00
George Rhoten
01bd6c17ac ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22203
2007-07-28 17:50:07 +00:00
George Rhoten
264ecea62d ICU-5410 Remove superfluous clover:off comments, and fix a compiler warning. ICU4J depends on these Utility functions. If the core library depends on a function, it should be tested too. Unit testing is a part of good testing design. If only the tests need them, then it should be moved out of the core library. If a function isn't used, comment it out.
clover:off should only be used when code can only be executed under hard to reproduce configurations or error conditions.

X-SVN-Rev: 22202
2007-07-28 17:32:14 +00:00
Yoshito Umaoka
8b18161b15 ICU-5801 Update and clean up Java doc comments in some files.
X-SVN-Rev: 22200
2007-07-28 06:15:40 +00:00
Yoshito Umaoka
e4abfeb29e ICU-5801 Update ICU4J version number to 3.8. Merge the CLDR 1.5 data as icudt38b. Also changed some time bombs to pass the test cases.
X-SVN-Rev: 22199
2007-07-28 05:52:41 +00:00
Steven R. Loomis
7a61d7b283 ICU-3487 initial checkin of duration API
X-SVN-Rev: 22198
2007-07-28 05:26:02 +00:00
Steven R. Loomis
c182964c09 ICU-5761 improve the test, more verbosity, better bundle name as a test
X-SVN-Rev: 22192
2007-07-27 23:11:25 +00:00
Steven R. Loomis
4968a7b1a1 ICU-5761 fix icudata.jar checkin (without bad locale data)
X-SVN-Rev: 22190
2007-07-27 23:06:40 +00:00
Steven R. Loomis
521c524a07 ICU-5761 correct icudata.jar
X-SVN-Rev: 22189
2007-07-27 22:43:27 +00:00
Yoshito Umaoka
7325d6b0c3 ICU-5801 Remove LRUMapTest, which no longer exists
X-SVN-Rev: 22187
2007-07-27 22:32:49 +00:00
Steven R. Loomis
67f6c30a69 ICU-5761 update icu4j ( for cldrbug 1480 zh_Hant )
X-SVN-Rev: 22186
2007-07-27 22:17:44 +00:00
Eric Mader
358e8beee3 ICU-5805 Clean up edit of conflict.
X-SVN-Rev: 22183
2007-07-27 20:01:11 +00:00
John Emmons
b043e6e69e ICU-5761 CLDR 1.5 data integration
X-SVN-Rev: 22181
2007-07-27 19:31:21 +00:00
Eric Mader
cb2850fd39 ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22179
2007-07-27 17:58:47 +00:00
Eric Mader
c91d5ad3d8 ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22178
2007-07-27 17:51:45 +00:00
Eric Mader
9b1aba803b ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22177
2007-07-27 17:50:14 +00:00
Eric Mader
eb022ed871 ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22176
2007-07-27 17:43:30 +00:00
Yoshito Umaoka
66719e8eec ICU-5801 Remove LinkedHashMap/LRUMap/SoftCache, which are no longer used. I forgot to mark them to delete in the previous code submission.
X-SVN-Rev: 22175
2007-07-27 15:22:09 +00:00
Matitiahu Allouche
0d01b56c52 ICU-5489 added some tests
X-SVN-Rev: 22174
2007-07-27 15:20:03 +00:00
Yoshito Umaoka
198f767c63 ICU-5801 Remove LinkedHashMap/LRUMap/SoftCache, which are no longer used. They were replaced with ICUCache/SimpleCache.
X-SVN-Rev: 22173
2007-07-27 15:18:01 +00:00
Matitiahu Allouche
ca953c724c ICU-5489 change reorderingOptions to short, remove some unused code
X-SVN-Rev: 22172
2007-07-27 15:08:56 +00:00
Yoshito Umaoka
5e54571c3f ICU-5801 Update module build contents
X-SVN-Rev: 22171
2007-07-27 14:54:10 +00:00
Yoshito Umaoka
a08f0b787c ICU-5801 Promote many draft APIs to stable. Added an option to write out status comment version in the doc tool gatherAPI. Checked in 3.6 api file.
X-SVN-Rev: 22163
2007-07-26 23:28:59 +00:00
Steven R. Loomis
b742b8f47e ICU-5761 cldr 1.5d1 data update from icu4c r22158
X-SVN-Rev: 22160
2007-07-26 22:22:12 +00:00
Yoshito Umaoka
d6f1b3c9b6 ICU-5731 Updated SimpleDateFormat.java to merge Doug's feedback.
X-SVN-Rev: 22155
2007-07-26 19:03:51 +00:00
Yoshito Umaoka
e97a6aa356 ICU-5649 Changed UResourceBundle#getBundleInstance which takes ULocale as an argument from @internal to @draft
X-SVN-Rev: 22150
2007-07-26 15:07:34 +00:00
Steven R. Loomis
11310aa327 ICU-4567 comment changes
X-SVN-Rev: 22143
2007-07-25 18:32:35 +00:00
George Rhoten
b1e31dfbda ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22141
2007-07-25 07:42:33 +00:00
George Rhoten
b2f8966433 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22140
2007-07-25 07:34:33 +00:00
Yoshito Umaoka
283fa8f668 ICU-5559 Use GMT when offset sepcified in the custom ID is 0. Also updated some code to match ICU4C implementation
X-SVN-Rev: 22128
2007-07-24 21:35:48 +00:00
Yoshito Umaoka
699e263039 ICU-5736 Updated Utility#splitString(String, String) to treat the target string as string literal, not regular expression. Replaced TAB with SPs.
X-SVN-Rev: 22123
2007-07-24 16:15:22 +00:00
Yoshito Umaoka
67b0330ac7 ICU-5559 Use RFC822 format for custom time zone IDs.
X-SVN-Rev: 22117
2007-07-23 23:30:51 +00:00
Eric Mader
1980723deb ICU-5376 changes for unsigned comparisons.
X-SVN-Rev: 22116
2007-07-23 23:26:48 +00:00
Yoshito Umaoka
aecb5a1d44 ICU-5801 Add svn:eol-style:native to DateNumberFormat.java
X-SVN-Rev: 22115
2007-07-23 21:26:22 +00:00
George Rhoten
05c292d609 ICU-5410 There is no need to perform reflection to get access to package private API. The callbacks will be introduced as public API in a future release of ICU.
X-SVN-Rev: 22114
2007-07-23 20:56:49 +00:00
Doug Felt
96bd6210fe ICU-5736 update javadoc to add provisional
X-SVN-Rev: 22113
2007-07-23 20:32:04 +00:00
Doug Felt
3afccb1c98 ICU-5736 update javadoc, fix 1.3 compatibility issue
X-SVN-Rev: 22112
2007-07-23 20:13:10 +00:00
George Rhoten
804cf05cd6 ICU-5444 Don't allocate substitution characters for callbacks so frequently.
X-SVN-Rev: 22111
2007-07-23 20:11:08 +00:00
George Rhoten
54df360716 ICU-5410 Remove unnesessary CLOVER:OFF tags
X-SVN-Rev: 22109
2007-07-23 18:50:45 +00:00
George Rhoten
f28f2ebdd6 ICU-5410 Improve code coverage by commenting out unused code.
X-SVN-Rev: 22108
2007-07-23 18:39:27 +00:00
George Rhoten
9b69930ae6 ICU-5410 Improve code coverage by commenting out unused code.
X-SVN-Rev: 22107
2007-07-23 18:37:49 +00:00
Yoshito Umaoka
d1c15f6f75 ICU-5795 Deleted com/ibm/icu/impl/data/DateData.java which is no longer used
X-SVN-Rev: 22106
2007-07-23 18:24:24 +00:00
Yoshito Umaoka
70a05876f0 ICU-5407 Removed com.ibm.icu.impl.CollectionUtilities and merged the contents into com.ibm.icu.dev.test.util.CollectionUtilities. Moved com.ibm.icu.impl.PrettyPrinter to com.ibm.icu.dev.test.util package.
X-SVN-Rev: 22105
2007-07-23 16:12:24 +00:00
Matitiahu Allouche
3698119af4 ICU-5489 added some tests
X-SVN-Rev: 22103
2007-07-23 15:31:13 +00:00
Matitiahu Allouche
6d646e3fb6 ICU-5489 change out-of-memory exception handling, add some fixes
X-SVN-Rev: 22102
2007-07-23 15:29:59 +00:00
Yoshito Umaoka
531cd3623a ICU-5736 Changed Java 5 API usages to Java 1.4 equivalents
X-SVN-Rev: 22101
2007-07-23 14:42:12 +00:00
Yoshito Umaoka
9674ebb255 ICU-5801 Fix jar packaging problem. cnvalias.icu was accidentally included in core jar because of bad path definition in build.xml
X-SVN-Rev: 22100
2007-07-23 14:07:05 +00:00
George Rhoten
ef4a3c962e ICU-5714 Use SupplementalData instead of CurrencyData
X-SVN-Rev: 22097
2007-07-22 22:10:19 +00:00
Matitiahu Allouche
ceed5b7d8a ICU-5489 added some tests
X-SVN-Rev: 22094
2007-07-22 20:04:33 +00:00
Matitiahu Allouche
dc646cd968 ICU-5489 fix API for JDK 1.4 compatibility
X-SVN-Rev: 22093
2007-07-22 20:03:04 +00:00
Andrew J Macheret
6cfe4d9d26 ICU-5410 Improved code coverage for CharsetCallback to 100%
X-SVN-Rev: 22092
2007-07-21 04:48:40 +00:00
Andrew J Macheret
0f3785e941 ICU-5738 Adding data to the icu4j charset conversion performance tests
X-SVN-Rev: 22089
2007-07-20 22:05:25 +00:00
Yoshito Umaoka
806c22fc2c ICU-5730 Adding new Java 6 APIs in DecimalFormatSymbols and DateFormatSymbols
X-SVN-Rev: 22088
2007-07-20 21:41:24 +00:00
Andrew J Macheret
9a53e88df6 ICU-5410 Improved code coverage for UTF-8
X-SVN-Rev: 22086
2007-07-20 21:03:40 +00:00
Eric Mader
b8537c67b2 ICU-4082 remove copyright variable.
X-SVN-Rev: 22084
2007-07-20 20:39:13 +00:00
Eric Mader
f6a204fa40 ICU-4082 remove unused (and incorrect) MONTH_COUNT.
X-SVN-Rev: 22082
2007-07-20 19:51:46 +00:00
Andrew J Macheret
2219a8edcd ICU-5738 Generalized the icu4j charset conversion performance test to work on any directory structure
X-SVN-Rev: 22081
2007-07-20 19:49:46 +00:00
Yoshito Umaoka
bb52daffc9 ICU-5454 Resolved a JavaDoc warning caused by unmatched param name
X-SVN-Rev: 22080
2007-07-20 18:56:22 +00:00
Yoshito Umaoka
2537b84863 ICU-3778 Removed @param status from JavaDoc comment for getTZDataVersion
X-SVN-Rev: 22079
2007-07-20 18:54:37 +00:00
Yoshito Umaoka
92f1169b02 ICU-5736 Resolved JavaDoc warnings.
X-SVN-Rev: 22077
2007-07-20 18:47:21 +00:00
Yoshito Umaoka
47339874b6 ICU-5792 Resolved JavaDoc warnings and add @provisional comments. Also replace TABs with SPs
X-SVN-Rev: 22076
2007-07-20 18:46:23 +00:00
George Rhoten
5a20f226e8 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22075
2007-07-20 17:59:24 +00:00
George Rhoten
a9183a36fa ICU-5410 Improve code coverage by commenting out unused private code.
X-SVN-Rev: 22074
2007-07-20 17:57:53 +00:00
George Rhoten
26f13a506a ICU-5410 Improve code coverage by commenting out unused code.
X-SVN-Rev: 22073
2007-07-20 05:42:21 +00:00
Claire Ho
14ec796e2d ICU-5795 use ICU resource bundle instead of Java resource files in DateTimePatternGenerator.java
X-SVN-Rev: 22072
2007-07-20 05:09:13 +00:00
George Rhoten
544112e403 ICU-5784 Better error output.
X-SVN-Rev: 22071
2007-07-20 05:08:55 +00:00
George Rhoten
915152d003 ICU-5410 Improve code coverage by refactoring code.
X-SVN-Rev: 22070
2007-07-20 04:52:20 +00:00
George Rhoten
549c978dd3 ICU-5410 Improve code coverage by refactoring code.
X-SVN-Rev: 22068
2007-07-20 02:22:45 +00:00
Yoshito Umaoka
5df457fd55 ICU-3778 Added getTZDataVersion in TimeZone class
X-SVN-Rev: 22065
2007-07-19 23:25:15 +00:00
George Rhoten
dd9a01c671 ICU-5783 Try out macros for different versions of Java
X-SVN-Rev: 22064
2007-07-19 22:52:39 +00:00
Andrew J Macheret
a346ba9282 ICU-5784 All bugs fixed.
X-SVN-Rev: 22062
2007-07-19 20:53:32 +00:00
George Rhoten
b3e1ed11b0 ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 22061
2007-07-19 20:48:04 +00:00
Yoshito Umaoka
ef8a0465f0 ICU-5731 Update JavaDoc comments
X-SVN-Rev: 22050
2007-07-19 02:53:22 +00:00
Doug Felt
5fae3ffc54 ICU-5792 add named arguments to MessageFormat
X-SVN-Rev: 22049
2007-07-19 02:11:54 +00:00
Eric Mader
d19ad0ca1d ICU-4082 Add SerializableTest handler for IndianCalendar class.
X-SVN-Rev: 22044
2007-07-19 00:33:36 +00:00
Eric Mader
7b023cc660 ICU-4082 Initial checkin of Indian calendar.
X-SVN-Rev: 22042
2007-07-18 23:43:50 +00:00
Yoshito Umaoka
345d157afc ICU-5731 Merging formatToCharacterIterator implementation for MessageFormat and DateFormat from yoshito's personal branch to the trunk
X-SVN-Rev: 22040
2007-07-18 23:05:17 +00:00
George Rhoten
e11c31ab38 ICU-5407 Remove unused variable.
X-SVN-Rev: 22039
2007-07-18 21:55:32 +00:00
George Rhoten
38c4673fb7 ICU-5784 Clarify some documentation on new charsetForName API.
X-SVN-Rev: 22038
2007-07-18 21:53:38 +00:00
Doug Felt
c1f25dcbc3 ICU-5736 merged from -r 21666:22030 branches/dougfelt/plurals
X-SVN-Rev: 22035
2007-07-18 18:52:48 +00:00
Vladimir Weinstein
4b3727a8b0 ICU-5410 roll back removing API. It is actually used by CLDR tools, and they break if it is not there.
X-SVN-Rev: 22032
2007-07-18 17:29:20 +00:00
Michael Ow
2e968367ed ICU-1234 Testing copyright checking.
X-SVN-Rev: 22015
2007-07-17 19:45:28 +00:00
Michael Ow
59f0c10f52 ICU-1234 Testing copyright checking.
X-SVN-Rev: 22014
2007-07-17 19:39:35 +00:00
Michael Ow
edaa9fb834 ICU-1234 Testing copyright checking.
X-SVN-Rev: 22013
2007-07-17 19:26:15 +00:00
Michael Ow
e92c0d36f3 ICU-5410 Improve code coverage for UTF16. Comment out unreachable code in UTF16.
X-SVN-Rev: 22005
2007-07-16 23:15:12 +00:00
Steven R. Loomis
707a17fae1 ICU-4567 data driven test basis
X-SVN-Rev: 22003
2007-07-16 22:06:17 +00:00
George Rhoten
dcf48124cc ICU-5656 Remove unused file
X-SVN-Rev: 21999
2007-07-16 19:02:30 +00:00
Michael Ow
4c888fe973 ICU-5410 Improve code coverage for UTF-8 decoder.
X-SVN-Rev: 21997
2007-07-16 18:30:09 +00:00
Matitiahu Allouche
f7f3dd4244 ICU-5489 remove some private methods which are not used anyway; this will improve test coverage.
X-SVN-Rev: 21992
2007-07-16 07:55:54 +00:00
George Rhoten
18feb5702e ICU-5744 Use DataInputStream.readFully instead of DataInputStream.read
X-SVN-Rev: 21990
2007-07-15 22:37:18 +00:00
George Rhoten
395deb0564 ICU-5784 Partially undo last fix for UTF-32.
X-SVN-Rev: 21989
2007-07-15 22:23:21 +00:00
Michael Ow
db4ec4f9d0 ICU-5410 Improve code coverage for UTF8 decoder.
X-SVN-Rev: 21986
2007-07-15 05:46:28 +00:00
George Rhoten
12102e94b0 ICU-5784 Better fix for double substitution.
X-SVN-Rev: 21985
2007-07-14 18:47:27 +00:00
Michael Ow
d21643cfbf ICU-5410 Improve code coverage for UTF8 encoder.
X-SVN-Rev: 21984
2007-07-14 16:08:58 +00:00
George Rhoten
670a36a8cc ICU-5784 Fix a double substitution.
X-SVN-Rev: 21982
2007-07-14 05:04:04 +00:00
George Rhoten
f7b943c98e ICU-5784 Mostly documentation updates
X-SVN-Rev: 21980
2007-07-14 02:27:14 +00:00
Andrew J Macheret
7210dac2fb ICU-5784 Take that back, the fix for #8 is bad, need to produce a better fix
X-SVN-Rev: 21979
2007-07-14 01:48:17 +00:00
Andrew J Macheret
d1a6d204cb ICU-5784 Fix for TestForUnicode[8] in TestConversion (double substitution character in result)
X-SVN-Rev: 21978
2007-07-14 01:18:46 +00:00
Andrew J Macheret
91b87f249d ICU-5784 API Added. Upon enabling the tests in TestConversion that required this API, a number of them failed. CharsetMBCS, CharsetEncoderICU and CharsetDecoderICU required changes to fix these issues. There are still a few tests that are failing in TestFromUnicode in TestConversion: 8, 57, 64, 65, 66.
X-SVN-Rev: 21977
2007-07-13 23:21:08 +00:00
Michael Ow
85536a2691 ICU-5410 Improve code coverage for UTF-8.
X-SVN-Rev: 21976
2007-07-13 23:18:41 +00:00
George Rhoten
9e731f9f52 ICU-5783 Add CharsetEncoderICU fallback API, and remove original private implementation.
X-SVN-Rev: 21974
2007-07-13 22:27:48 +00:00
Michael Ow
40268bd4fb ICU-5410 Increase code coverage for UTF32 up to desired level. Commented out unreachable code in UTF32 decoder.
X-SVN-Rev: 21954
2007-07-12 21:20:42 +00:00
Michael Ow
217d931e35 ICU-5410 Improve code coverage for UTF32 generic encoder.
X-SVN-Rev: 21953
2007-07-12 17:59:18 +00:00
Matitiahu Allouche
43410b4db8 ICU-5489 some fixes for REORDER_RUNS_ONLY mode
X-SVN-Rev: 21952
2007-07-12 07:53:45 +00:00
George Rhoten
7c46afb68c ICU-5765 Fix windows-1252 partial surrogate conversion error behavior.
X-SVN-Rev: 21951
2007-07-12 06:21:02 +00:00
Yoshito Umaoka
01a7275228 ICU-5780 Added description for new pattern letters
X-SVN-Rev: 21949
2007-07-11 21:20:28 +00:00
Yoshito Umaoka
9e243a25fc ICU-5780 Remove [spark/CDL] from the NumberFormat.Field description
X-SVN-Rev: 21948
2007-07-11 21:19:40 +00:00
George Rhoten
9545d22de1 ICU-5778 Add test for gb18030 enumeration and fix failures
X-SVN-Rev: 21946
2007-07-11 03:30:01 +00:00
George Rhoten
1525ef9dcf ICU-5410 Improve code coverage by removing dead code.
X-SVN-Rev: 21944
2007-07-11 01:02:51 +00:00
George Rhoten
23572923be ICU-5410 Improve code coverage by removing dead code.
detectUnicodeSignature should be proposed as a part of a more complete ICU API.

X-SVN-Rev: 21943
2007-07-11 00:30:04 +00:00
George Rhoten
41a00b11d8 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21942
2007-07-10 22:52:02 +00:00
George Rhoten
85c7b6807b ICU-5777 Reenable tests that were found with this ticket.
X-SVN-Rev: 21941
2007-07-10 22:45:41 +00:00
Andrew J Macheret
5b9df5edd0 ICU-5777 Fixed caseNrs 58, 63, 67 in TestConversion. CharsetMBCS.cbFromUWriteSub was not handling shift characters correctly, and there was a goto that was not ported from icu4c to icu4j correctly that caused surrogate-pairs not to be encoded correctly. Fixed these issues.
X-SVN-Rev: 21940
2007-07-10 22:27:21 +00:00
Michael Ow
b927bb5189 ICU-5410 Improve code coverage in UTF32 by fixing unreachable code during the writing of BOM.
X-SVN-Rev: 21938
2007-07-10 21:04:37 +00:00
George Rhoten
ffdf8ead9b ICU-5410 Improve code coverage by removing dead code.
X-SVN-Rev: 21937
2007-07-10 21:01:57 +00:00
Yoshito Umaoka
060e97c02b ICU-5454 Do not add RDATE line when no transition is available. Added more test cases to improve test coverage.
X-SVN-Rev: 21935
2007-07-10 18:38:06 +00:00
Yoshito Umaoka
abbc83a287 ICU-5454 Added clone implementation in RuleBasedTimeZone and VTimeZone. A bug fix in VTimeZone#write#write to put required new line codes. More test cases to imrove the code coverage.
X-SVN-Rev: 21932
2007-07-09 22:41:48 +00:00
Michael Ow
25a53a3a87 ICU-5410 Fixed some commented out test for better code coverage.
X-SVN-Rev: 21923
2007-07-06 23:19:37 +00:00
Michael Ow
ccc581a96c ICU-5768 Added the storing of the mode in the constructor of UTF-32 LE and BE for correct endianness. Also, test for the charset was added to test BOM testing.
X-SVN-Rev: 21922
2007-07-06 21:32:51 +00:00
Yoshito Umaoka
2563257241 ICU-5454 Added more test cases and a bug fix in AnnualTimeZoneRule
X-SVN-Rev: 21921
2007-07-06 21:10:10 +00:00
Steven R. Loomis
b7054c1363 ICU-4265 Johannesburg, better test
X-SVN-Rev: 21919
2007-07-05 22:58:05 +00:00
Steven R. Loomis
8b86b38b35 ICU-4265 regression test for already fixed bug, Johannesburg Shifted
X-SVN-Rev: 21918
2007-07-05 22:54:49 +00:00
Michael Ow
ac1ccad107 ICU-5768 Fixed the while loop for the BOM detection. Also, fixed the getChar in UTF32BE so that it will give a BE character instead of LE.
X-SVN-Rev: 21914
2007-07-05 21:40:11 +00:00
George Rhoten
78ea0a4f4c ICU-5410 Comment out unused code.
X-SVN-Rev: 21911
2007-07-04 17:22:32 +00:00
George Rhoten
ac5fec283e ICU-5410 Remove unused code.
X-SVN-Rev: 21910
2007-07-04 07:34:54 +00:00
George Rhoten
4fefe10fc1 ICU-5410 Make it easier to find unreachable code by using the private keyword instead of protected for MBCS specific functions.
X-SVN-Rev: 21908
2007-07-03 21:59:36 +00:00
George Rhoten
29c90edd62 ICU-5410 Improve ICU4J code coverage for some charsets
X-SVN-Rev: 21907
2007-07-03 21:57:21 +00:00
Andrew J Macheret
b89df0dec4 ICU-5739 removed a comment
X-SVN-Rev: 21901
2007-07-03 18:53:09 +00:00
George Rhoten
98a2fb1440 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21900
2007-07-03 15:21:53 +00:00
Matitiahu Allouche
d5818e4e90 ICU-5489 fix for //#ifdef FOUNDATION
X-SVN-Rev: 21897
2007-07-03 13:54:00 +00:00
George Rhoten
e3f6d4bea9 ICU-5765 Reenable some tests that should have been time bombed.
X-SVN-Rev: 21896
2007-07-02 22:45:48 +00:00
Andrew J Macheret
c9911ee33f ICU-5739 improved performance and correctness of charsets ascii, 8859-1 & utf-8, and increased testing coverage for ascii and 8859-1.
X-SVN-Rev: 21894
2007-07-02 22:08:31 +00:00
Yoshito Umaoka
324113a03c ICU-5454 Fix test execution problem on java 1.3 environment, which was introduced when JDKTimeZone was removed
X-SVN-Rev: 21891
2007-07-02 19:14:53 +00:00
Yoshito Umaoka
c86599a602 ICU-5489 Exclude TestCompatibility from jdk1.3/eclipse build targets
X-SVN-Rev: 21890
2007-07-02 19:13:03 +00:00
George Rhoten
c29558e875 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21889
2007-07-02 15:47:57 +00:00
George Rhoten
3f3aa925cc ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21887
2007-07-02 15:25:51 +00:00
Matitiahu Allouche
e1ee281cf9 ICU-5489 minor changes + real content for testCompatibility
X-SVN-Rev: 21884
2007-07-01 23:14:51 +00:00
Matitiahu Allouche
5e9545d445 ICU-5489 put some order in exceptions thrown
X-SVN-Rev: 21883
2007-07-01 23:12:26 +00:00
Michael Ow
0e22cc42c7 ICU-3840 Add Unicode 5.0 characters for Gurmukhi in ISCII converter.
X-SVN-Rev: 21880
2007-06-30 23:29:18 +00:00
Yoshito Umaoka
469a86a20d ICU-5765 A couple of UTF-8 fromUnicode test cases are failing on Java 6. Set a timebomb and ignore the errors for 3.8 M2
X-SVN-Rev: 21878
2007-06-30 06:46:12 +00:00
Yoshito Umaoka
a9f2bff291 ICU-5765 Set a timebomb to one fromUnicode test case failing in the trunk for ICU4J 3.8M2.
X-SVN-Rev: 21875
2007-06-30 05:29:11 +00:00
Yoshito Umaoka
f5ef904558 ICU-5135 Update to tzdata 2007f for ICU4J 3.8M2.
X-SVN-Rev: 21874
2007-06-30 04:50:35 +00:00
Yoshito Umaoka
1b83ec29fe ICU-4567 Added serialization test case for TaiwanCalendar
X-SVN-Rev: 21872
2007-06-30 02:53:36 +00:00
Yoshito Umaoka
5b5f59f7a5 ICU-2895 Fix the incorrect style check condition which triggers UnsupportedOperationException
X-SVN-Rev: 21871
2007-06-30 02:51:58 +00:00
Michael Ow
9ef6426440 ICU-3840 Update Charset ISCII to support new characters in Unicode.
X-SVN-Rev: 21869
2007-06-30 00:18:01 +00:00
Andrew J Macheret
7687097fba ICU-5605 modified the user-agent property setting, should work now
X-SVN-Rev: 21858
2007-06-29 20:08:29 +00:00
Steven R. Loomis
5c34e364ca ICU-2895 initial API for relative date, also NONE ( 4854 ).
X-SVN-Rev: 21857
2007-06-29 18:15:15 +00:00
Steven R. Loomis
313058c49b ICU-4567 taiwan calendar (J)
X-SVN-Rev: 21856
2007-06-29 17:28:14 +00:00
John Emmons
17fcfbbaa9 ICU-5486 CLDR 1.5 data integration for 3.8M2
X-SVN-Rev: 21847
2007-06-29 06:28:32 +00:00
Yoshito Umaoka
7e8f62da2a ICU-5756 Restore Bidi support for eclispe targets and exclude only some codes which cannot support the execution environment requirement
X-SVN-Rev: 21846
2007-06-29 04:15:34 +00:00
Yoshito Umaoka
957ecb06dd ICU-5454 Add a note about MIME encoding in VTimeZone. Also correct the condition for invoking exhaustive test cases.
X-SVN-Rev: 21844
2007-06-29 02:33:57 +00:00
Matitiahu Allouche
23d9400cc4 ICU-5489 restore a line which was accidentally omitted
X-SVN-Rev: 21843
2007-06-28 22:08:38 +00:00
Yoshito Umaoka
b9674c9d91 ICU-5756 Disabled Bidi classes and replaced String#replaceAll with String#replace in DateFormatSymbols for fixing errors in eclipse build targets
X-SVN-Rev: 21834
2007-06-27 23:08:03 +00:00
Yoshito Umaoka
f650da3019 ICU-5454 Remove Java 5 dependency in TimeArrayTimeZone#toString
X-SVN-Rev: 21833
2007-06-27 21:15:27 +00:00
Yoshito Umaoka
aeac076b75 ICU-5454 Merging RBTZ and related efforts done in yoshito's local branch to the trunk for 3.8M2
X-SVN-Rev: 21832
2007-06-27 19:26:47 +00:00
Yoshito Umaoka
c00e9a9e61 ICU-5060 Special locale mappings for Java ja_JP_JP and no_NO_NY
X-SVN-Rev: 21831
2007-06-27 13:51:31 +00:00
Michael Ow
09b82c7f60 ICU-5410 Improve code coverage for UTF-32LE encoding.
X-SVN-Rev: 21822
2007-06-25 21:38:43 +00:00
Michael Ow
eb865732e3 ICU-5410 Improve code coverage and fixed unreachable code in IMAP charset.
X-SVN-Rev: 21814
2007-06-22 19:02:49 +00:00
George Rhoten
8e1b10785e ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21813
2007-06-22 16:08:19 +00:00
George Rhoten
1570c304b6 ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21811
2007-06-22 15:32:13 +00:00
George Rhoten
3c166f88c4 ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21810
2007-06-22 15:15:16 +00:00
Michael Ow
d0a1a3d877 ICU-5444 Remove unreachable code concerning IMAP.
X-SVN-Rev: 21803
2007-06-21 22:23:16 +00:00
Yoshito Umaoka
63caf8f79e ICU-5575 Change the version number to 3.7.2 in ICU4J
X-SVN-Rev: 21802
2007-06-21 20:43:28 +00:00
Yoshito Umaoka
09c27e4b0b ICU-5575 Updates timebombs in ICU4J test cases for 3.7.2
X-SVN-Rev: 21801
2007-06-21 19:47:36 +00:00
Yoshito Umaoka
b2aae31e2a ICU-5747 Disabling RandomCollatorTest until the test problem is resolved.
X-SVN-Rev: 21800
2007-06-21 18:16:27 +00:00
Andrew J Macheret
4fe5b428c6 ICU-5739 made the previous submission of this class more standard
X-SVN-Rev: 21798
2007-06-20 22:08:39 +00:00
John Emmons
2321dfddbf ICU-5714 Use CLDR supplemental data for generic timezone processing
X-SVN-Rev: 21797
2007-06-20 21:49:39 +00:00
Michael Ow
d46925a720 ICU-5444 Condense more if-else code for IMAP.
X-SVN-Rev: 21796
2007-06-20 21:13:31 +00:00
Michael Ow
4de056d5bf ICU-5444 Clean up the UTF-7 code by condensing some of the if-else statements to include IMAP.
X-SVN-Rev: 21793
2007-06-20 20:53:38 +00:00
Andrew J Macheret
2c261ee0fa ICU-5739 modified UCharacter's getCodePoint method to rely on UCharacter's methods rather than UCharacter's constants and updated UCharacter's surrogate checking methods for increased performance.
X-SVN-Rev: 21792
2007-06-20 18:43:39 +00:00
Andrew J Macheret
b6d5b5574b ICU-5739 fixed a minor spacing issue in the code
X-SVN-Rev: 21791
2007-06-20 18:40:15 +00:00
Michael Ow
0b3805ef29 ICU-5444 Add support full support for ISCII. Fixed UTF-7 and ISCII buffer flushing. Add the ability to flush the buffer efficiently in TestCharset.
X-SVN-Rev: 21781
2007-06-19 22:03:32 +00:00
Michael Ow
52d3440f19 ICU-5444 Fixed the classname for the IMAP converter.
X-SVN-Rev: 21778
2007-06-19 20:57:06 +00:00
Michael Ow
5c2a475292 ICU-5444 Fixed saving state problem for UTF-7/IMAP by using unsigned mask and added a test for IMAP in TestCharset.
X-SVN-Rev: 21777
2007-06-19 19:49:33 +00:00
Eric Mader
a9ab594c6d ICU-4758 Changes to conform to XLIFF 1.1 and the ICU Resource Bundle Profile document.
X-SVN-Rev: 21773
2007-06-18 23:38:04 +00:00
Michael Ow
9864bf50d6 ICU-5444 Combine checking of illegal characters for both UTF-7 and IMAP into one method.
X-SVN-Rev: 21771
2007-06-18 22:04:20 +00:00
Michael Ow
2fae3390e9 ICU-5444 Added support for IMAP encoding into UTF-7 class.
X-SVN-Rev: 21770
2007-06-18 22:01:56 +00:00
Matitiahu Allouche
783b78fc6a ICU-5489 doc fixes, change dirProps to byte, and some more small fixes/enhancements
X-SVN-Rev: 21763
2007-06-18 00:44:20 +00:00
Matitiahu Allouche
99bc854e96 ICU-5489 fix compiler warnings
X-SVN-Rev: 21762
2007-06-18 00:10:28 +00:00
Michael Ow
9d2c060cea ICU-5410 Improve code coverage for Charset UTF-7 and ISCII.
X-SVN-Rev: 21759
2007-06-16 01:08:25 +00:00
Michael Ow
d6824666a4 ICU-5444 Fixed a bug in the ISCII goto callback implementation.
X-SVN-Rev: 21752
2007-06-15 20:37:40 +00:00
Michael Ow
e58b1d39de ICU-5410 Added more test for charset UTF-7 to provide better code coverage. Will have to condense the code later.
X-SVN-Rev: 21742
2007-06-14 23:08:44 +00:00
Michael Ow
4f93d75c6b ICU-5410 Remove unreachable code in the switch statement blocks in Charset UTF7. Added more test for better code coverage in Charset UTF7. Will condense the test code more later on.
X-SVN-Rev: 21735
2007-06-14 19:36:59 +00:00
Michael Ow
75f0413dea ICU-5410 Added new test for charset UTF7 to provide better code coverage.
X-SVN-Rev: 21725
2007-06-13 21:55:16 +00:00
George Rhoten
b298dc8b2c ICU-5410 Improve code coverage.
X-SVN-Rev: 21715
2007-06-12 20:41:48 +00:00
Michael Ow
22af4de581 ICU-5444 Commented out unused variables and methods.
X-SVN-Rev: 21710
2007-06-12 18:51:49 +00:00
George Rhoten
6b7c6b0a71 ICU-5445 Fix some default eclipse warnings
X-SVN-Rev: 21706
2007-06-11 22:23:30 +00:00
George Rhoten
10a5b8fd3a ICU-5489 Fix some Eclipse warnings
X-SVN-Rev: 21705
2007-06-11 22:19:12 +00:00
Andrew J Macheret
bf0220380b ICU-5739 dramatically increased the speed of the encoding and decoding of us-ascii and isolatin1.
X-SVN-Rev: 21678
2007-06-08 21:49:02 +00:00
George Rhoten
8a5997649b ICU-5681 Add documentation
X-SVN-Rev: 21677
2007-06-08 21:31:41 +00:00
George Rhoten
bba9bbccd2 ICU-5681 Smaller implementation of isCESU8
X-SVN-Rev: 21676
2007-06-08 21:27:52 +00:00