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 |
|
Markus Scherer
|
b3365b405a
|
ICU-7973 fix & rename skipIfBeforeICU() -> isICUVersionBefore() & isICUVersionAtLeast()
X-SVN-Rev: 31121
|
2011-12-15 16:57:46 +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 |
|
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 |
|
Michael Ow
|
46fc0ce9da
|
ICU-8864 Use fallback mechanism for empty string in ICUResourceTableAccess get method
X-SVN-Rev: 30782
|
2011-10-03 19:17:07 +00:00 |
|
Yoshito Umaoka
|
c27fc1d6e5
|
ICU-8518 Misspelled again... Corrected.
X-SVN-Rev: 30771
|
2011-09-30 21:17:08 +00:00 |
|
Yoshito Umaoka
|
a87cae4ff8
|
ICU-8518 Corrected spelling found by Markus's review
X-SVN-Rev: 30769
|
2011-09-30 20:52:56 +00:00 |
|
Abhinav Gupta
|
2dde8091b2
|
ICU-8268 fixed problems found in code review.
X-SVN-Rev: 30759
|
2011-09-30 19:01:29 +00:00 |
|
John Emmons
|
e14fa4e630
|
ICU-8846 Merge CLDRv21M1 data into ICU
X-SVN-Rev: 30756
|
2011-09-29 21:57:33 +00:00 |
|
Steven R. Loomis
|
f2dea4dba1
|
ICU-8855 undo bad commit r30752
X-SVN-Rev: 30753
|
2011-09-29 20:18:13 +00:00 |
|
Abhinav Gupta
|
27cdc577c8
|
ICU-8855 utf-8 file properties for icu4j (with copyright updates).
X-SVN-Rev: 30752
|
2011-09-29 19:44:32 +00:00 |
|
Abhinav Gupta
|
e20dcd910d
|
ICU-8268 toString on array doesn't produce anything useful. Use Arrays.toString.
X-SVN-Rev: 30730
|
2011-09-28 14:46:11 +00:00 |
|
Markus Scherer
|
077d3a16e0
|
ICU-8779 add UNKNOWN_ZONE & GMT_ZONE
X-SVN-Rev: 30728
|
2011-09-27 23:52:04 +00:00 |
|
Abhinav Gupta
|
2fe1f01851
|
ICU-8268 Illegal format string %04lx fixed.
X-SVN-Rev: 30722
|
2011-09-27 19:49:51 +00:00 |
|
John Emmons
|
42a46a6e1e
|
ICU-8811 Regen of CLDR data with no commonlyUsed
X-SVN-Rev: 30684
|
2011-09-19 16:14:43 +00:00 |
|
Peter Edberg
|
99fa6505ef
|
ICU-8753 Fix ICU4J Calendar.add() to handle change in ZONE_OFFSET
X-SVN-Rev: 30660
|
2011-09-15 04:22:55 +00:00 |
|
Yoshito Umaoka
|
684bbcecfe
|
ICU-8512 Prmoting previously tech preview TimeZoneNames/TimeZoneFormat APIs to draft. Implementing explicit serialization. Removed the logic for commonlyUsed flag for short names (#8811). Let TimeZoneNameImpl fail when it cannot load necessary data.
X-SVN-Rev: 30659
|
2011-09-15 01:57:16 +00:00 |
|
Michael Ow
|
844d3c5e1f
|
ICU-8795 Remove suffix when CharsetMatch is creating a new string
X-SVN-Rev: 30648
|
2011-09-13 18:10:10 +00:00 |
|
Markus Scherer
|
49407c6a1e
|
ICU-8806 fix MessageFormat plural # formatting: fix offset lookup
X-SVN-Rev: 30634
|
2011-09-07 23:02:21 +00:00 |
|
John Emmons
|
2abb6e6d3b
|
ICU-8423 Use stand-alone form of script name if possible in getDisplayScript() APIs
X-SVN-Rev: 30621
|
2011-09-06 20:28:21 +00:00 |
|
Yoshito Umaoka
|
02375bb109
|
ICU-8630 Follow up fix - ULocale#setDefault(ULocale) to synchronize default Locale properly.
X-SVN-Rev: 30549
|
2011-08-19 20:44:12 +00:00 |
|
Markus Scherer
|
6a3384cfa2
|
ICU-8745 docs & comments from code review
X-SVN-Rev: 30533
|
2011-08-16 23:04:09 +00:00 |
|
Yoshito Umaoka
|
1487205b1a
|
ICU-8766 Fixed a regression bug - wrong parse position with RFC822 time zone format.
X-SVN-Rev: 30514
|
2011-08-16 16:35:02 +00:00 |
|
Markus Scherer
|
69c0605df2
|
ICU-8745 merge MessagePatternUtil into trunk, from merge --reintegrate branches/markus/msgnodes from r30506
X-SVN-Rev: 30510
|
2011-08-15 21:09:39 +00:00 |
|
Yoshito Umaoka
|
2ae8b05602
|
ICU-8630 Category locale support for Java 7 conformance.
X-SVN-Rev: 30487
|
2011-08-11 19:53:36 +00:00 |
|
Yoshito Umaoka
|
09ac0d986b
|
ICU-8518 Fixed a potential bug (toLowerCase, Calendar class name/type mismatch) in the DateFormatSymbols constructor taking a Calendar class as an argument.
X-SVN-Rev: 30439
|
2011-07-28 16:40:37 +00:00 |
|
Yoshito Umaoka
|
b9500da3b5
|
ICU-8710 One more Java compiler warning fix for ICU4J 4.8.1
X-SVN-Rev: 30359
|
2011-07-14 22:50:51 +00:00 |
|
Yoshito Umaoka
|
05a386320e
|
ICU-8710 Fix Eclipse Java compiler warnings relevant to ICU4J 4.8.1
X-SVN-Rev: 30358
|
2011-07-14 22:35:58 +00:00 |
|
John Emmons
|
9ca075df31
|
ICU-8696 Merge CLDR 2.0.1
X-SVN-Rev: 30317
|
2011-07-12 20:00:25 +00:00 |
|
Peter Edberg
|
3803ce751d
|
ICU-8583 J, Only parse arbitrary currency for calls that can return the found currency (e.g. parseCurrency)
X-SVN-Rev: 30315
|
2011-07-12 06:58:44 +00:00 |
|