Commit Graph

21866 Commits

Author SHA1 Message Date
Yoshito Umaoka
1666ed935b ICU-6896 Set noParse properly in RBNF clone.
X-SVN-Rev: 25959
2009-04-30 17:40:52 +00:00
Yoshito Umaoka
8cdf11287c ICU-6896 Temporary workaround for RBNF crash problem for 4.2 release in ICU4C. Disabled RBNF spellout parse for some locales.
X-SVN-Rev: 25956
2009-04-30 07:24:02 +00:00
Yoshito Umaoka
1ea42c90b1 ICU-6896 Temporary workaround for RBNF crash problem for 4.2 release. Disabled RBNF spellout parse for some locales.
X-SVN-Rev: 25955
2009-04-30 07:15:27 +00:00
Michael Ow
77aeb37635 ICU-6890 Check for cygwinmsvc build environment before declaring npos.
X-SVN-Rev: 25950
2009-04-29 20:29:22 +00:00
Steven R. Loomis
4a41624cd6 ICU-6866 update readme ( post d01 )
X-SVN-Rev: 25946
2009-04-29 00:42:57 +00:00
Michael Ow
005ee80aa8 ICU-6893 The match result should be checked against the length which is limit - pos.
X-SVN-Rev: 25945
2009-04-29 00:37:05 +00:00
John Emmons
0436772003 ICU-6892 backout pa_IN as valid sublocale for collation
X-SVN-Rev: 25943
2009-04-28 23:11:55 +00:00
John Emmons
7a21d1f5b0 ICU-6892 backout pa_IN as valid sublocale for collation
X-SVN-Rev: 25942
2009-04-28 23:05:48 +00:00
Yoshito Umaoka
311af870b6 ICU-6891 Remove ee.foundation.jar from the source package. The jar file is no longer used for the Eclipse plug-in build.
X-SVN-Rev: 25941
2009-04-28 20:33:00 +00:00
Yoshito Umaoka
6b4dc8a0ee ICU-6867 Updated API change report for 4.2d01
X-SVN-Rev: 25933
2009-04-28 07:21:38 +00:00
Yoshito Umaoka
deb1daa5d9 ICU-6867 Fixed Java doc warnings.
X-SVN-Rev: 25932
2009-04-28 07:13:55 +00:00
Yoshito Umaoka
e45db647aa ICU-6880 Corrected misspellings in the last change set.
X-SVN-Rev: 25931
2009-04-28 06:52:19 +00:00
Yoshito Umaoka
2434db9a70 ICU-6880 Made the equivalent fix done for ICU4C. Fixed the problem for parsing localized GMT format with an offset pattern without delimitter characters.
X-SVN-Rev: 25930
2009-04-28 06:40:45 +00:00
Yoshito Umaoka
df41de6e90 ICU-6880 Fixed localized GMT format parse problem caused by the offset hour format without delimitter characters.
X-SVN-Rev: 25929
2009-04-28 06:20:32 +00:00
Steven R. Loomis
d787e0d3ad ICU-6866 update to remove parameter names
X-SVN-Rev: 25928
2009-04-27 23:41:28 +00:00
Steven R. Loomis
f059417687 ICU-6866 update API change report.
X-SVN-Rev: 25927
2009-04-27 23:39:56 +00:00
Yoshito Umaoka
a0188a1abc ICU-6415 ICU4J timezone 2009g
X-SVN-Rev: 25926
2009-04-27 22:19:51 +00:00
Yoshito Umaoka
94902cde35 ICU-6801 Fix Java 1.3/1.4 compilation problem in the test code. StringBuilder -> StringBuffer.
X-SVN-Rev: 25925
2009-04-27 22:02:07 +00:00
Yoshito Umaoka
5e09577bbf ICU-6415 ICU4C timezone 2009g
X-SVN-Rev: 25924
2009-04-27 21:41:29 +00:00
Peter Edberg
4317d4fd4d ICU-6801 (J) Add BreakIterator tests for tailored locales
X-SVN-Rev: 25922
2009-04-27 08:38:39 +00:00
Andy Heninger
25be8362b9 ICU-4790 more spoof detection
X-SVN-Rev: 25921
2009-04-27 06:53:38 +00:00
Yoshito Umaoka
c480d63da5 ICU-6809 Copy langtagRegex.txt to the classes directory in transliterator module test target to fix transliterator module test failure.
X-SVN-Rev: 25920
2009-04-26 23:08:49 +00:00
Yoshito Umaoka
2dafbbecb8 ICU-6867 Updated readme.html for 4.2d01.
X-SVN-Rev: 25919
2009-04-25 21:33:06 +00:00
Yoshito Umaoka
0db7c7749b ICU-6839 Removed a debug statement in RbnfTest.java in the previous revision.
X-SVN-Rev: 25918
2009-04-25 21:02:37 +00:00
Yoshito Umaoka
d850c18514 ICU-6839 Included locale ga from RBNF parse test exclusion list because of test failure. Updated the exclusion list to have only failing locales.
X-SVN-Rev: 25917
2009-04-25 21:00:07 +00:00
Yoshito Umaoka
ab8238997e ICU-5809 Skip verifying the transform result in TestHangul2 on Java 1.3, because of the lack of regex support.
X-SVN-Rev: 25916
2009-04-25 20:18:26 +00:00
Yoshito Umaoka
c6f152fb59 ICU-6648 Resolved Eclipse IDE warnings introduced by the previous changes.
X-SVN-Rev: 25915
2009-04-25 19:53:05 +00:00
Jason Spieth
bfb6fdfefd ICU-6648 Allow leading zeroes with strict parsing only when zeroes are forced by the pattern
X-SVN-Rev: 25914
2009-04-25 19:25:55 +00:00
Mark Davis
a663ab65c8 ICU-6864 added tests for newest items
X-SVN-Rev: 25913
2009-04-25 16:41:53 +00:00
Yoshito Umaoka
d925a8c579 ICU-6878 Lazy loading localized time zone data in ZoneStringFormat to optimize initialization performance.
X-SVN-Rev: 25912
2009-04-25 07:05:59 +00:00
Yoshito Umaoka
2e66eafe83 ICU-4200 Removed unused import statement in the previous change.
X-SVN-Rev: 25911
2009-04-25 03:39:31 +00:00
Peter Edberg
cb5d4d93ef ICU-6702 handle FieldPosition in format
X-SVN-Rev: 25910
2009-04-25 00:01:12 +00:00
Andy Heninger
b215e528d6 ICU-6394 charset detection returns duplicate charsets
X-SVN-Rev: 25909
2009-04-24 22:24:27 +00:00
Yoshito Umaoka
fe7d64b5b5 ICU-6792 ICU TimeZoneNameProvider returns proper values, but JRE does not pick the names returned by the ICU provider only for locale eu for some reasons. I concluded this is a Java problem and updated the test code to skip returning the error for locale eu.
X-SVN-Rev: 25908
2009-04-24 21:50:16 +00:00
John Emmons
d9c7439570 ICU-6839 CLDR 1.7 integration - release-1-7-d02
X-SVN-Rev: 25907
2009-04-24 20:37:41 +00:00
John Emmons
0f8cb83cc0 ICU-6839 CLDR 1.7 integration - release-1-7-d02
X-SVN-Rev: 25906
2009-04-24 20:34:20 +00:00
Mark Davis
e9478b7207 ICU-5809 decreased testing time for Hangul, while maintaining coverage. A special prop flag reenables exhaustive, if needed.
X-SVN-Rev: 25905
2009-04-24 18:55:05 +00:00
Yoshito Umaoka
9988ef9072 ICU-6854 Fixed JDK1.3 build errors.
X-SVN-Rev: 25904
2009-04-24 16:22:40 +00:00
Yoshito Umaoka
09a43f9208 ICU-5400 Removed unnecessary conditional compilation comment header string introduced by the previouse change.
X-SVN-Rev: 25903
2009-04-24 16:21:12 +00:00
Peter Edberg
b06cd67ca0 ICU-6585 c-cc should use local day of week; implement eee-eeeee
X-SVN-Rev: 25902
2009-04-24 07:55:43 +00:00
Yoshito Umaoka
365553cb0d ICU-6775 Fixed 2 issues which makes ICU4J Collator to generate incompatible collation keys with ICU4C.
X-SVN-Rev: 25901
2009-04-24 05:42:29 +00:00
Peter Edberg
4f6801ce4e ICU-6748 fix ceToJD and add corresponding tests
X-SVN-Rev: 25900
2009-04-24 04:57:18 +00:00
Markus Scherer
5875bf7c7f ICU-6574 fix documentation related to the break iterator
X-SVN-Rev: 25899
2009-04-24 00:37:01 +00:00
Doug Felt
c007917920 ICU-5400 fix character range (for Markus)
X-SVN-Rev: 25898
2009-04-24 00:07:54 +00:00
Markus Scherer
57fbf5d5f7 ICU-6331 avoid using padding-sensitive (on old ARM) struct Group, access raw uint16_t instead
X-SVN-Rev: 25897
2009-04-23 21:57:48 +00:00
Yoshito Umaoka
6dfdd35be6 ICU-6736 Fixed test regression issues introduced by DecimalFormatSymbols.equals
X-SVN-Rev: 25896
2009-04-23 19:52:12 +00:00
Mark Davis
592f299334 ICU-6854 changed so that initCause doesn't cause problem with JDK 1.3
X-SVN-Rev: 25895
2009-04-23 16:54:06 +00:00
Mark Davis
1966cf2a0a ICU-6854 changed so that initCause doesn't cause problem with JDK 1.3
X-SVN-Rev: 25894
2009-04-23 16:52:06 +00:00
Mark Davis
28d5468b31 ICU-4200 decreased testing time
X-SVN-Rev: 25893
2009-04-23 16:41:30 +00:00
Markus Scherer
b2da0fe0c2 ICU-6687 fix ucnv_convertEx() code sample
X-SVN-Rev: 25892
2009-04-23 15:39:39 +00:00