Doug Felt
|
924a24986b
|
ICU-9072 modify CurrencyDisplayNames API
X-SVN-Rev: 31345
|
2012-02-08 19:31:11 +00:00 |
|
Andy Heninger
|
1ceb97b025
|
ICU-8309 Add test case provided with the bug report.
X-SVN-Rev: 31343
|
2012-02-07 21:59:03 +00:00 |
|
John Emmons
|
41d1118ef6
|
ICU-9071 Merge data from CLDR release-21-d02
X-SVN-Rev: 31339
|
2012-02-07 21:03:21 +00:00 |
|
Andy Heninger
|
1b46329c58
|
ICU-8564 move updated rbbitst.txt test case file from icu4c to icu4j. A number of test cases are commented out, and tickets 9099 and 9084 opened to fix them.
X-SVN-Rev: 31335
|
2012-02-07 01:59:19 +00:00 |
|
Markus Scherer
|
3fd6a0e7f2
|
ICU-9014 make hasScript(c, sc) == sc in scx(c)
X-SVN-Rev: 31331
|
2012-02-06 20:11:43 +00:00 |
|
Markus Scherer
|
2281643107
|
ICU-9014 and ICU-9015 scx defaults to {sc}, and return that efficiently
X-SVN-Rev: 31328
|
2012-02-03 23:39:45 +00:00 |
|
John Emmons
|
2c99787c7a
|
ICU-8514 Modify behavior of YY to parse as a two-digit year
X-SVN-Rev: 31324
|
2012-02-03 21:10:04 +00:00 |
|
Yoshito Umaoka
|
9b3a63154f
|
ICU-7964 Merging new ICU4J Currency APIs and test case from the work branch to the trunk.
X-SVN-Rev: 31318
|
2012-02-03 18:02:30 +00:00 |
|
Stuart Gill
|
5b1d31d013
|
ICU-9095 fixed test data
X-SVN-Rev: 31314
|
2012-02-03 01:15:01 +00:00 |
|
Stuart Gill
|
400fa68b20
|
ICU-9095 added test for issue
X-SVN-Rev: 31312
|
2012-02-03 00:07:58 +00:00 |
|
John Emmons
|
c0431190d6
|
ICU-9071 Merge data from CLDR release-21-d01
X-SVN-Rev: 31308
|
2012-02-02 23:11:12 +00:00 |
|
Peter Edberg
|
73635200a4
|
ICU-9044 Fix timebomb to use isICUVersionBefore() (J)
X-SVN-Rev: 31282
|
2012-01-31 08:44:39 +00:00 |
|
Peter Edberg
|
044e9d07c0
|
ICU-9044 Improve parse method documentation, note that parsing Chinese cal dates may be ambiguous (J)
X-SVN-Rev: 31281
|
2012-01-31 08:13:43 +00:00 |
|
Peter Edberg
|
6abaa5337f
|
ICU-9069 Parse 'U' when there there is no cyclic year name data (J)
X-SVN-Rev: 31279
|
2012-01-31 06:37:51 +00:00 |
|
Doug Felt
|
2da3a310d9
|
ICU-9072 modify CurrencyDisplayNames API
X-SVN-Rev: 31259
|
2012-01-24 22:10:27 +00:00 |
|
Markus Scherer
|
f2c94fe24f
|
ICU-8995 add new ISO script code Hluw=Anatolian Hieroglyphs
X-SVN-Rev: 31250
|
2012-01-23 19:52:28 +00:00 |
|
Peter Edberg
|
5463a83c67
|
ICU-8959 If pattern char is 'U' but year has no cyclic name data, format as number (J)
X-SVN-Rev: 31225
|
2012-01-19 05:21:17 +00:00 |
|
Markus Scherer
|
f9daf42c8d
|
ICU-8995 update to 2012-jan-18 UCD & UCA data
X-SVN-Rev: 31223
|
2012-01-18 23:51:56 +00:00 |
|
Peter Edberg
|
3ac6325d3e
|
ICU-9055 Integrate Chinese cal pattern updates from cldrbug 4237, update tests (J)
X-SVN-Rev: 31221
|
2012-01-18 04:29:09 +00:00 |
|
Peter Edberg
|
41b22c7e69
|
ICU-8959 Add DateFormat.YEAR_NAME_FIELD for pattern char 'U', implement format/parse for it (J)
X-SVN-Rev: 31217
|
2012-01-17 10:29:05 +00:00 |
|
Yoshito Umaoka
|
66350869c3
|
ICU-8998 Merging TimeZone#observesDaylightTime changes from my work branch to trunk.
X-SVN-Rev: 31213
|
2012-01-17 04:32:31 +00:00 |
|
Peter Edberg
|
4c61713090
|
ICU-8977 Replace usage of String.isEmpty() which is new in Java 1.6
X-SVN-Rev: 31187
|
2012-01-09 17:52:41 +00:00 |
|
Peter Edberg
|
70ccf80320
|
ICU-8977 Add ICU4J monthPatterns format/parse support, move Chinese cal era handling
into SimpleDateFormat, ignore 'l' pattern char, stop using obsolete isLeapMonth resource,
add/fix tests.
X-SVN-Rev: 31186
|
2012-01-08 22:09:38 +00:00 |
|
Markus Scherer
|
c39e5af48c
|
ICU-9013 deprecate API for Unicode 1.0 character names & ISO comments, remove support & data
X-SVN-Rev: 31126
|
2011-12-15 22:30:24 +00:00 |
|
Mark Davis
|
a0194a2c19
|
ICU-9015 Fix UnicodeProperty for tests
X-SVN-Rev: 31123
|
2011-12-15 21:33:04 +00:00 |
|
Markus Scherer
|
b3365b405a
|
ICU-7973 fix & rename skipIfBeforeICU() -> isICUVersionBefore() & isICUVersionAtLeast()
X-SVN-Rev: 31121
|
2011-12-15 16:57:46 +00:00 |
|
Yoshito Umaoka
|
57f294624e
|
ICU-8877 Commented out currently unused private method to clean up Eclipse IDE warnings.
X-SVN-Rev: 31086
|
2011-12-09 22:43:22 +00:00 |
|
Abhinav Gupta
|
9c41dbd218
|
ICU-8877 J, organize imports.
X-SVN-Rev: 31080
|
2011-12-09 21:20:01 +00:00 |
|
Peter Edberg
|
4482f6409e
|
ICU-8978 Integrate CLDR 21m2 data. Update DateFormatTest.java for some timezone name
cleanup per cldrbug 3825. RegionTest.java code updates per cldrbug 4105. Timebomb
ChineseTest/TestFormat until #8977 is rolled in.
X-SVN-Rev: 31075
|
2011-12-09 08:54:27 +00:00 |
|
Markus Scherer
|
03a4b1a127
|
ICU-8827 Unicode 6.1 update: svn merge --reintegrate branches/markus/uni61 at r31061 into the trunk
X-SVN-Rev: 31072
|
2011-12-09 00:01:13 +00:00 |
|
Abhinav Gupta
|
670f0268a1
|
ICU-8668 J, restrict script to be alphabetic in locale name.
X-SVN-Rev: 31032
|
2011-12-05 20:34:00 +00:00 |
|
Peter Edberg
|
57d4e75211
|
ICU-7930 J, don't limit base skeleton field length to 3
X-SVN-Rev: 31029
|
2011-12-05 06:00:10 +00:00 |
|
Yoshito Umaoka
|
f45fb4a410
|
ICU-8943 Updated the test case.
X-SVN-Rev: 31008
|
2011-12-02 06:52:35 +00:00 |
|
Markus Scherer
|
1166cb2f03
|
ICU-8945 fix UCharacter.CJK_IDEOGRAPH_FOURTH_ code point
X-SVN-Rev: 30997
|
2011-12-01 03:31:57 +00:00 |
|
Markus Scherer
|
81e9b13f7b
|
ICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...
X-SVN-Rev: 30996
|
2011-12-01 01:50:37 +00:00 |
|
Michael Ow
|
7d66d16531
|
ICU-8804 Ensure empty strings are included when calling the split method of a string
X-SVN-Rev: 30993
|
2011-11-30 18:17:25 +00:00 |
|
Michael Ow
|
719f170653
|
ICU-8804 Remove unneeded fields array size check
X-SVN-Rev: 30988
|
2011-11-29 21:26:05 +00:00 |
|
Yoshito Umaoka
|
884a12613a
|
ICU-8953 Fixed the getCanonicalID with the Olson link.
X-SVN-Rev: 30987
|
2011-11-29 17:45:37 +00:00 |
|
Michael Ow
|
8ffe8b6439
|
ICU-8804 Fix String format error in UCharacterTest code
X-SVN-Rev: 30984
|
2011-11-28 18:47:38 +00:00 |
|
Markus Scherer
|
19735dc2a3
|
ICU-8804 Normalizer2.composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not
X-SVN-Rev: 30983
|
2011-11-27 20:34:42 +00:00 |
|
Markus Scherer
|
c80f9c5856
|
ICU-8804 Normalizer2.getRawDecomposition(c) with added data in .nrm formatVersion 2
X-SVN-Rev: 30981
|
2011-11-27 04:44:50 +00:00 |
|
Yoshito Umaoka
|
39812e6f72
|
ICU-8943 Fixed NPE problem in RuleBasedTimeZone#getOffsets.
X-SVN-Rev: 30975
|
2011-11-18 22:30:34 +00:00 |
|
Yoshito Umaoka
|
9ba9b4ad4e
|
ICU-8345 Freezable implementation in TimeZone and its subclasses.
X-SVN-Rev: 30962
|
2011-11-15 14:57:18 +00:00 |
|
Yoshito Umaoka
|
6dfa3a52d0
|
ICU-8927 Avoid NPE when invalid system ID is specifed in TimeZone.countEquivalentIDs and getEquivalentID.
X-SVN-Rev: 30937
|
2011-11-07 16:51:49 +00:00 |
|
Mark Davis
|
9424775dc1
|
ICU-8807 Small changes in Map, Property
X-SVN-Rev: 30852
|
2011-10-23 22:31:02 +00:00 |
|
Yoshito Umaoka
|
02bf9dd68a
|
ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
X-SVN-Rev: 30841
|
2011-10-17 21:10:07 +00:00 |
|
Abhinav Gupta
|
ab30e3c400
|
ICU-8876 added test for SelectFormat.format exception.
X-SVN-Rev: 30810
|
2011-10-12 15:31:07 +00:00 |
|
Yoshito Umaoka
|
cd49cad3f7
|
ICU-8874 Modified TestCompareReferenceImpl to do the same tests with ICU4C corresponding test case. Fixed problems in IDNAReference, which was obviously out of date. Restored toUnicode tests in TestErrorCases (but still excluding ASCII only error cases).
X-SVN-Rev: 30805
|
2011-10-07 22:35:38 +00:00 |
|
Yoshito Umaoka
|
406f46d075
|
ICU-8856 Fixed Eclipse compiler warnings.
X-SVN-Rev: 30789
|
2011-10-04 15:09:36 +00:00 |
|
Yoshito Umaoka
|
504e04477a
|
ICU-8856 Organized import statements
X-SVN-Rev: 30788
|
2011-10-04 14:38:02 +00:00 |
|