Commit Graph

4166 Commits

Author SHA1 Message Date
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
Andrew J Macheret
df7243e993 ICU-5739 dramatically increased the speed of the encoding and decoding of us-ascii and isolatin1.
X-SVN-Rev: 21675
2007-06-08 20:55:19 +00:00
Andrew J Macheret
e2eba26b07 ICU-5739 dramatically increased the speed of the encoding and decoding of us-ascii and isolatin1.
X-SVN-Rev: 21674
2007-06-08 20:45:17 +00:00
Andrew J Macheret
55a0ff384f ICU-5739 dramatically increased the speed of the encoding and decoding of us-ascii and isolatin1.
X-SVN-Rev: 21673
2007-06-08 20:37:19 +00:00
Andrew J Macheret
495748c466 ICU-5738 ported performance tests for icu4jni charset apis into icu4j
X-SVN-Rev: 21672
2007-06-08 20:35:26 +00:00
Andrew J Macheret
f69a374304 ICU-5738 ported performance tests for icu4jni charset apis into icu4j
X-SVN-Rev: 21671
2007-06-08 20:35:05 +00:00
George Rhoten
6e82eae95b ICU-5681 Use UConverterConstants instead of UConverterSharedData for constants. Refactor UTF-8 to better emulate ICU4C's goto statements.
X-SVN-Rev: 21670
2007-06-08 18:13:24 +00:00
Yoshito Umaoka
839abe9fe8 ICU-5737 Fix JavaDoc warnings in several classes
X-SVN-Rev: 21668
2007-06-08 17:46:17 +00:00
Michael Ow
638f39fbe3 ICU-5444 Added round-trip test to the ISCII converter. Ensured that GetMapping() accesses a non-negative index.
X-SVN-Rev: 21660
2007-06-07 05:53:11 +00:00
Michael Ow
44e1e346ca ICU-5444 Fixed some test cases for Charset ISCII test.
X-SVN-Rev: 21644
2007-06-05 19:48:57 +00:00
Matitiahu Allouche
da6e44c33d ICU-5489 addition of test for Bidi code
X-SVN-Rev: 21641
2007-06-05 16:08:12 +00:00
Matitiahu Allouche
0047c5088f ICU-5489 initial addition of Bidi code
X-SVN-Rev: 21640
2007-06-05 15:55:27 +00:00
Matitiahu Allouche
b6cc2b3cd0 ICU-5489 initial addition of Bidi code
X-SVN-Rev: 21639
2007-06-05 15:47:40 +00:00
Matitiahu Allouche
ead318758f ICU-5489 initial addition of Bidi code
X-SVN-Rev: 21637
2007-06-05 09:14:37 +00:00
Michael Ow
fa144dc2d9 ICU-5444 Add code to handle the different versions of ISCII charset.
X-SVN-Rev: 21626
2007-06-04 21:39:42 +00:00
Michael Ow
bf6c17b986 ICU-5444 Add full range of test cases for ISCII charset test.
X-SVN-Rev: 21622
2007-06-03 23:23:58 +00:00
Michael Ow
9c9687d072 ICU-5444 Added some fixes to the decode and encode loops.
X-SVN-Rev: 21613
2007-06-01 03:52:20 +00:00
Michael Ow
91afea3d85 ICU-5444 Temporarily remove charset ISCII to debug problem in TestConversion.
X-SVN-Rev: 21598
2007-05-30 17:21:36 +00:00
George Rhoten
91aba57938 ICU-5445 Possible fix of last change for non-Eclipse platforms.
X-SVN-Rev: 21590
2007-05-29 20:23:14 +00:00
John Emmons
21ad5f4698 ICU-5714 Use supplemental data for resolveParsedMetazone
X-SVN-Rev: 21586
2007-05-28 17:46:53 +00:00
Michael Ow
1a9b1dd09e ICU-5444 Added different versions of the ISCII Charset to the algorithmic charset list.
X-SVN-Rev: 21585
2007-05-24 20:22:25 +00:00
Eric Mader
efd76e19f8 ICU-5073 Move initialization of folded string to private method, use that method to compare with another CaseInsensitiveString, fix copyright date.
X-SVN-Rev: 21576
2007-05-23 23:09:18 +00:00