Michael Ow
|
230db005ae
|
ICU-9205 Update max bytes per char calculation for EBCDIC DBCS types
X-SVN-Rev: 31675
|
2012-04-03 22:18:45 +00:00 |
|
Michael Ow
|
59a449036f
|
ICU-9241 Update tzdata in ICU4J to 2012c
X-SVN-Rev: 31673
|
2012-04-03 18:09:02 +00:00 |
|
Yoshito Umaoka
|
c9b62db7ce
|
ICU-9187 Added ICU4J 49.1 serialization test data.
X-SVN-Rev: 31641
|
2012-03-20 15:30:57 +00:00 |
|
Yoshito Umaoka
|
9533e2db9e
|
ICU-7205 Replace '<'/'>' in the previous change with HTML entities '<'/'>'.
X-SVN-Rev: 31632
|
2012-03-19 14:12:30 +00:00 |
|
Peter Edberg
|
cfc253253f
|
ICU-7205 Improve API documentation for relative date formatting (J)
X-SVN-Rev: 31630
|
2012-03-19 04:46:41 +00:00 |
|
Peter Edberg
|
1145af7a80
|
ICU-7847 Integrate cldrbug 4484: (in CLDR 21.0.1) to fix islamic-civil inheritance issues (J)
X-SVN-Rev: 31627
|
2012-03-16 22:41:10 +00:00 |
|
Yoshito Umaoka
|
2d39c18a49
|
ICU-9187 Resolve javac compiler warning with JDK 7. SuppressWarning annotation type 'rawtypes' is necessary instead of 'unchecked' with JDK 7. However, with Eclipse IDE using Java 1.5 env still requires 'unchecked'. Thus, kept 'unchecked', added 'rawtypes' and updated all ICU runtime library projects to ignore unused SuppressWarning types, instead of warning.
X-SVN-Rev: 31622
|
2012-03-15 18:56:48 +00:00 |
|
Yoshito Umaoka
|
a1344472af
|
ICU-9187 Ignore javac warning for setting an older source without bootclasspath introduced in JDK 7.
X-SVN-Rev: 31621
|
2012-03-15 18:21:48 +00:00 |
|
Yoshito Umaoka
|
61eb675e8d
|
ICU-9125 Removed an import statement no longer used with the previous change.
X-SVN-Rev: 31618
|
2012-03-15 15:31:19 +00:00 |
|
Mark Davis
|
1b042dfe84
|
ICU-9125 addressed Markus's review comments.
X-SVN-Rev: 31617
|
2012-03-15 04:19:01 +00:00 |
|
Yoshito Umaoka
|
f2f2d6d104
|
ICU-9161 Excluded variant Cryl/Latn found in IBM Java 6 from the test case.
X-SVN-Rev: 31616
|
2012-03-14 21:21:31 +00:00 |
|
Peter Edberg
|
98931e7986
|
ICU-9186 Integrate post-ICU49rc updates from CLDR 21.0.1 (J)
X-SVN-Rev: 31613
|
2012-03-12 23:56:48 +00:00 |
|
Yoshito Umaoka
|
0b1faa6ffa
|
ICU-9162 Implemented getDisplayScript(), provided actual implementation of getVariant() [#9161]. Also improved the implementation of localized name provider to directly access localized data container classes. Added test cases to verify the behavior with locale extension [#9154].
X-SVN-Rev: 31606
|
2012-03-08 23:12:02 +00:00 |
|
Yoshito Umaoka
|
200dc73502
|
ICU-8592 tzdata2012b to ICU4J trunk
X-SVN-Rev: 31572
|
2012-03-02 09:51:58 +00:00 |
|
Mark Davis
|
4f9f1f602c
|
ICU-8460 Fixed bug with formatting 0.
X-SVN-Rev: 31568
|
2012-03-02 05:12:50 +00:00 |
|
Yoshito Umaoka
|
f89701c4a0
|
ICU-8592 tzdata2012a to ICU4J trunk
X-SVN-Rev: 31566
|
2012-03-02 04:15:52 +00:00 |
|
Yoshito Umaoka
|
2b85bffdd4
|
ICU-9138 Updated license files in ICU4J.
X-SVN-Rev: 31555
|
2012-03-01 15:41:25 +00:00 |
|
Yoshito Umaoka
|
74fd94b4cf
|
ICU-9155 Changed special ICU suffix for the locale provider from 'ICU' to 'ICU4J'. Removed some workaround code in locale SPI tests introduced by #9150. Fixed Java 7 env specific issues exposed by these changes.
X-SVN-Rev: 31554
|
2012-03-01 10:46:18 +00:00 |
|
Yoshito Umaoka
|
0978796e24
|
ICU-9138 Fixing API doc issues.
X-SVN-Rev: 31550
|
2012-03-01 04:40:13 +00:00 |
|
Yoshito Umaoka
|
440d4c84c7
|
ICU-9151 Implemented CurrencyNameProvider#getDisplayName in the locale SPI module. Also added corresponding test case. This change was agreed on ICU PMC 2012-02-29.
X-SVN-Rev: 31548
|
2012-02-29 23:14:37 +00:00 |
|
Yoshito Umaoka
|
58a11c2260
|
ICU-9150 Workaround for locale SPI tests on Java 7 environment.
X-SVN-Rev: 31537
|
2012-02-29 06:35:16 +00:00 |
|
Yoshito Umaoka
|
f9c9e5b0d7
|
ICU-8309 Fixed arabic charset detection code problem which triggered unexpected input data change.
X-SVN-Rev: 31534
|
2012-02-28 21:23:57 +00:00 |
|
Mark Davis
|
3a4528f3cf
|
ICU-8460 Fixes for Peter's comments
X-SVN-Rev: 31531
|
2012-02-28 01:54:47 +00:00 |
|
Peter Edberg
|
3221fe6a79
|
ICU-9134 J, Integrate CDLR 21.0.1 data from CLDR maint-21 branch r6616, improve NumberFormatTest err logs
X-SVN-Rev: 31530
|
2012-02-28 00:35:06 +00:00 |
|
Yoshito Umaoka
|
f813baec1b
|
ICU-9138 Fixed compiler warnings - corrected invalid java doc tags, deleted unused local variable.
X-SVN-Rev: 31527
|
2012-02-27 23:18:44 +00:00 |
|
Yoshito Umaoka
|
5a43428ac6
|
ICU-9138 Cleaning up import statements.
X-SVN-Rev: 31526
|
2012-02-27 23:08:02 +00:00 |
|
Mark Davis
|
917fd32488
|
ICU-7149 Clean up the argument replacement, since it could have a bad hit if an argument contained {0}
X-SVN-Rev: 31525
|
2012-02-27 22:20:15 +00:00 |
|
Doug Felt
|
fe4bb98547
|
ICU-9072 modify CurrencyDisplayNames API - fix docs to reflect changed semantics of 'to' data
X-SVN-Rev: 31524
|
2012-02-27 19:18:40 +00:00 |
|
Doug Felt
|
9960ee3a3f
|
ICU-9072 modify CurrencyDisplayNames API - update revision tags
X-SVN-Rev: 31521
|
2012-02-27 18:18:58 +00:00 |
|
Mark Davis
|
01b36214be
|
ICU-8460 Make draft, incorporate Markus's review notes.
X-SVN-Rev: 31515
|
2012-02-25 01:59:54 +00:00 |
|
Peter Edberg
|
e532ba9a51
|
ICU-9110 J review fixes: handle DateFormatSymbols capitalization==null; add @provisional tags
X-SVN-Rev: 31511
|
2012-02-24 23:17:44 +00:00 |
|
Peter Edberg
|
dea035e59d
|
ICU-8697 Review comments J: Add @provisional, remove unnecessary casts
X-SVN-Rev: 31508
|
2012-02-24 18:31:32 +00:00 |
|
Mark Davis
|
123e26fe66
|
ICU-8460 Remove serialization, fix SerializationTest.
X-SVN-Rev: 31504
|
2012-02-24 05:23:24 +00:00 |
|
Yoshito Umaoka
|
f1bc7ea2bf
|
ICU-9138 Updated ICU4J version to 49.1
X-SVN-Rev: 31497
|
2012-02-23 22:54:04 +00:00 |
|
Peter Edberg
|
4a17aa27fe
|
ICU-7727 Complete for DateIntervalInfo.java (J)
X-SVN-Rev: 31496
|
2012-02-23 20:42:16 +00:00 |
|
Peter Edberg
|
7aec49b34f
|
ICU-7727 When collecting data, use real parent (per %%Parent if present) instead of just truncating name (J)
X-SVN-Rev: 31492
|
2012-02-23 12:26:09 +00:00 |
|
Markus Scherer
|
c422bcd481
|
ICU-5929 optimize CharsetEncoderICU fallback test
X-SVN-Rev: 31489
|
2012-02-23 02:08:37 +00:00 |
|
Steven R. Loomis
|
a78862686b
|
ICU-9019 fix copyright date
X-SVN-Rev: 31487
|
2012-02-22 23:15:25 +00:00 |
|
Peter Edberg
|
ac005b8b3a
|
ICU-9110 J - Update internal method call in ChineseDateFormat (SimpleDateFormat subclass)
X-SVN-Rev: 31484
|
2012-02-22 09:37:06 +00:00 |
|
Peter Edberg
|
331eea1d3f
|
ICU-9110 J -Add SimpleDateFormat methods for setting context, use context when formatting
X-SVN-Rev: 31482
|
2012-02-22 08:26:12 +00:00 |
|
Andy Heninger
|
2be586c40c
|
ICU-9099 Fix break iterarator problem that was causing Finnish line break tests to fail.
X-SVN-Rev: 31479
|
2012-02-22 01:51:25 +00:00 |
|
Yoshito Umaoka
|
08b039b84a
|
ICU-9108 Cleaned up some garbages and made minor improvements. Ready for review.
X-SVN-Rev: 31463
|
2012-02-21 06:24:52 +00:00 |
|
Mark Davis
|
ac906834e2
|
ICU-9125 Check for fallback, odd locales; clean up constructors.
X-SVN-Rev: 31456
|
2012-02-21 00:56:17 +00:00 |
|
Mark Davis
|
7bc558601a
|
ICU-7149 Add initial version, @internal for now.
X-SVN-Rev: 31455
|
2012-02-21 00:35:51 +00:00 |
|
Mark Davis
|
9fdb34c0d3
|
ICU-9125 Add initial version, @internal for now.
X-SVN-Rev: 31454
|
2012-02-20 23:19:07 +00:00 |
|
Mark Davis
|
20f17c2fa7
|
ICU-8460 Add initial version, @internal for now.
X-SVN-Rev: 31451
|
2012-02-20 22:18:45 +00:00 |
|
Mark Davis
|
f1c787eca1
|
ICU-8460 Add initial version, @internal for now.
X-SVN-Rev: 31450
|
2012-02-20 22:13:20 +00:00 |
|
Peter Edberg
|
355b75af8e
|
ICU-8697 J, change parseCurrency to take CharSequence, make draft ICU 49
X-SVN-Rev: 31445
|
2012-02-19 20:13:04 +00:00 |
|
Yoshito Umaoka
|
1abb248717
|
ICU-9108 setDefaultParseOptions and parse method taking parse option override in TimeZoneFormat. Also including the support for ISO 8601 extended format 'ZZZZZ' (#9045).
X-SVN-Rev: 31428
|
2012-02-18 08:30:48 +00:00 |
|
John Emmons
|
06f294319e
|
ICU-7501 Use allowsParsing attribute from CLDR to detect unparseable RBNF rulesets
X-SVN-Rev: 31419
|
2012-02-17 23:26:39 +00:00 |
|