Commit Graph

19305 Commits

Author SHA1 Message Date
George Rhoten
f7f26df030 ICU-5486 Currency update for Ghana and Venezuela.
X-SVN-Rev: 21920
2007-07-05 23:00:06 +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
George Rhoten
d2a55b2ea8 ICU-4567 Fix test hang due to structLocale having incomplete data.
X-SVN-Rev: 21916
2007-07-05 21:47:39 +00:00
Yoshito Umaoka
da04d51d69 ICU-5454 Close resource bundle properly in VTimeZone::createVTimeZoneByID. Also resolve a strict compiler warning in tzrulets.cpp
X-SVN-Rev: 21915
2007-07-05 21:43:03 +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
Steven R. Loomis
a0daf6de27 ICU-4567 More taiwan calendar support
X-SVN-Rev: 21913
2007-07-05 21:28:01 +00:00
Yoshito Umaoka
e0e1ccd5a4 ICU-5454 Fix some compiler warnings
X-SVN-Rev: 21912
2007-07-05 17:17:59 +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
Andy Heninger
b4aab8ac4a ICU-5766 Add break rules for extended grapheme cluster
X-SVN-Rev: 21909
2007-07-03 23:44:08 +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
George Rhoten
cfcf17df72 ICU-5410 Improve ICU4J code coverage for some EUC charsets
X-SVN-Rev: 21905
2007-07-03 21:39:22 +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
c3aee65b83 ICU-5732 synchronize function names with ICU4J
X-SVN-Rev: 21899
2007-07-03 15:06:56 +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
Yoshito Umaoka
d87b4bbd63 ICU-5454 Updated argument type in operator== in VTimeZone class.
X-SVN-Rev: 21888
2007-07-02 15:43:40 +00:00
George Rhoten
3f3aa925cc ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21887
2007-07-02 15:25:51 +00:00
Yoshito Umaoka
5c3732d32b ICU-5454 Update argument of operator== in RuleBasedTimeZone, InitialTimeZoneRule, AnnualTimeZoneRule and TimeArrayTimeZoneRule to match their super class.
X-SVN-Rev: 21886
2007-07-02 14:56:08 +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
Michael Ow
78e8c0bde7 ICU-3840 Add Unicode 5.0 characters for Gurmukhi in ISCII converter.
X-SVN-Rev: 21879
2007-06-30 23:09:57 +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
17a3835464 ICU-4567 Changed resource type of calendar/taiwan/eras/abbreviated from string to table to resolve ICU4J DateFormatSymbols initialization crash problem.
X-SVN-Rev: 21873
2007-06-30 04:45:34 +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
015e86f2fe ICU-3840 Update ISCII converter to include new characters in Unicode.
X-SVN-Rev: 21870
2007-06-30 00:18:48 +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
Andy Heninger
3fc4373c3e ICU-5389 add test for this regexp error
X-SVN-Rev: 21867
2007-06-29 23:40:04 +00:00
George Rhoten
6fc628ef82 ICU-4567 Fix initial taiwan calendar support
X-SVN-Rev: 21861
2007-06-29 21:52:26 +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
Steven R. Loomis
d1d8aedcb3 ICU-4567 taiwan calendar - improved test
X-SVN-Rev: 21855
2007-06-29 17:27:56 +00:00
Steven R. Loomis
9f4a4ce5e0 ICU-4567 initial taiwan calendar support
X-SVN-Rev: 21854
2007-06-29 16:56:34 +00:00
George Rhoten
025d805e3d ICU-5135 Update to tzdata 2007f
X-SVN-Rev: 21853
2007-06-29 16:31:26 +00:00
George Rhoten
a18ec71d3e ICU-5454 Fix newline settings.
X-SVN-Rev: 21852
2007-06-29 16:28:04 +00:00
George Rhoten
78c96b07fa ICU-5454 Fix newline settings for new code.
X-SVN-Rev: 21851
2007-06-29 16:27:12 +00:00
George Rhoten
915e631e92 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21850
2007-06-29 15:56:22 +00:00
Matitiahu Allouche
500615be13 ICU-5732 several fixes inspired by ICU4J testing
X-SVN-Rev: 21849
2007-06-29 14:48:15 +00:00