Yoshito Umaoka
|
64e43ff458
|
ICU-9389 Fixed available format data inheritance problem in DateTimePatternGenerator.
X-SVN-Rev: 32024
|
2012-07-05 21:18:14 +00:00 |
|
Mark Davis
|
203710a8f5
|
ICU-9407 added @internals
X-SVN-Rev: 32014
|
2012-07-02 22:23:52 +00:00 |
|
Yoshito Umaoka
|
d081e339ff
|
ICU-9233 Fixed a JavaDoc @link problem in PluralFormat
X-SVN-Rev: 31997
|
2012-06-26 19:06:41 +00:00 |
|
Yoshito Umaoka
|
93ab318ce1
|
ICU-9233 Suppress compiler warning in Calendar.java (fallthrough)
X-SVN-Rev: 31981
|
2012-06-22 15:58:00 +00:00 |
|
Andy Heninger
|
f2e9f237f3
|
ICU-6954 remove unused CharsetRecognizer field from CharsetMatch
X-SVN-Rev: 31980
|
2012-06-21 22:42:12 +00:00 |
|
Peter Edberg
|
11cb54b951
|
ICU-9226 (J) Calendar add +year should always move forward in time; roll year should wrap for eras with real bounds, pin otherwise
X-SVN-Rev: 31968
|
2012-06-19 09:51:24 +00:00 |
|
Yoshito Umaoka
|
7fe5d0654f
|
ICU-8918 Added a small section explaining ambiguous wall time resolution in the class doc.
X-SVN-Rev: 31962
|
2012-06-18 17:56:55 +00:00 |
|
Yoshito Umaoka
|
37d5ca4c7b
|
ICU-9140 Fixed ChineseDateFormatSymbols initialization problem revealed by the recent change.
X-SVN-Rev: 31960
|
2012-06-15 19:46:41 +00:00 |
|
Yoshito Umaoka
|
ebde7cd6ab
|
ICU-9140 Deprecate ChineseDateFormat/ChineseDateFormatSymbols. Changed DateFormat factory method to create a SimpleDateFormat instead of ChineseDateFormat even when calendar type is chinese.
X-SVN-Rev: 31953
|
2012-06-14 20:14:10 +00:00 |
|
Yoshito Umaoka
|
ba585f1f09
|
ICU-9363 Removing un-implemented draft API CharsetMatch#getMatchType() and constants defined for the return value of the method. These constants were accidentally marked as @stable before.
X-SVN-Rev: 31950
|
2012-06-14 16:18:07 +00:00 |
|
Xiaomei Ji
|
9aa2213d01
|
ICU-9042 in time unit format, ignore those plural counts that are not defined in the locale's plural rules
X-SVN-Rev: 31930
|
2012-06-08 23:53:58 +00:00 |
|
Markus Scherer
|
11a0f792f7
|
ICU-9369 rename ListFormat to ListFormatter, and make other agreed changes
X-SVN-Rev: 31921
|
2012-06-07 21:00:41 +00:00 |
|
Mark Davis
|
4ae4c69163
|
ICU-9370 fixed long lines (cmd-shift-f) and wording pointed out by Markus
X-SVN-Rev: 31918
|
2012-06-07 19:27:45 +00:00 |
|
Andy Heninger
|
a0903e626b
|
ICU-9360 Update break iterator API docs.
X-SVN-Rev: 31917
|
2012-06-07 17:52:25 +00:00 |
|
Mark Davis
|
12277ee4aa
|
ICU-9370 Changed parameter name and javadoc
X-SVN-Rev: 31915
|
2012-06-07 16:04:30 +00:00 |
|
Andy Heninger
|
cfb458d917
|
ICU-6954 Charset Detector, move haveC1Bytes state out of CharsetRecognizer objects, which fixes bug where multiple CharsetDetectors can overwrite eash others results.
X-SVN-Rev: 31904
|
2012-06-05 00:36:30 +00:00 |
|
Yoshito Umaoka
|
49ab350c8a
|
ICU-9265 Synchronized forLanguageTag test cases with ICU4C trunk. Also fixed a bug for u extension typeless keyword mapping (use 'yes' in ICU instead of 'true').
X-SVN-Rev: 31817
|
2012-05-11 21:57:11 +00:00 |
|
Michael Ow
|
1aac48146c
|
ICU-9242 Sync precedence table with ICU4C in the calendar code
X-SVN-Rev: 31806
|
2012-05-09 21:05:17 +00:00 |
|
Andy Heninger
|
f2a5abcf83
|
ICU-9309 multithreaded startup fix
X-SVN-Rev: 31804
|
2012-05-08 23:05:14 +00:00 |
|
Yoshito Umaoka
|
bca93b1993
|
ICU-9293 Fixed a problem in strict currency parsing.
X-SVN-Rev: 31797
|
2012-05-04 21:09:02 +00:00 |
|
Yoshito Umaoka
|
faba943de0
|
ICU-9240 Fixed a cloning problem in DecimalFormat which prevent formatToCharacterIterator to work properly in mulitple threads.
X-SVN-Rev: 31796
|
2012-05-03 23:20:12 +00:00 |
|
Yoshito Umaoka
|
78c726c30b
|
ICU-9289 Corrected the product name, from Component to Components.
X-SVN-Rev: 31795
|
2012-05-03 22:02:05 +00:00 |
|
Yoshito Umaoka
|
15f6dfa65f
|
ICU-9289 Updated jar main to print out correct display name of ICU library with the new versioning scheme.
X-SVN-Rev: 31777
|
2012-04-26 18:12:00 +00:00 |
|
Markus Scherer
|
30b430f929
|
ICU-9249 deprecate PluralFormat.setLocale(locale)
X-SVN-Rev: 31743
|
2012-04-18 23:59:28 +00:00 |
|
Andy Heninger
|
24d35f5311
|
ICU-9267 Change buffer creation in unshapeLamAlef() function.
X-SVN-Rev: 31740
|
2012-04-18 21:38:54 +00:00 |
|
Michael Ow
|
8a6937498f
|
ICU-9233 Update ICU4J to 50.0.1
X-SVN-Rev: 31732
|
2012-04-18 19:30:40 +00:00 |
|
Andy Heninger
|
fdea410032
|
ICU-9267 ICU4J Charset Detector Crash Fix
X-SVN-Rev: 31724
|
2012-04-18 00:01:23 +00:00 |
|
Markus Scherer
|
613453f093
|
ICU-9132 no Locale.ROOT in Java 5
X-SVN-Rev: 31712
|
2012-04-16 17:52:42 +00:00 |
|
Markus Scherer
|
3e084c0f60
|
ICU-9132 Java support for MessageFormat selectordinal and PluralRules.PluralType.ORDINAL
X-SVN-Rev: 31705
|
2012-04-13 20:59:37 +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 |
|
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 |
|
Mark Davis
|
4f9f1f602c
|
ICU-8460 Fixed bug with formatting 0.
X-SVN-Rev: 31568
|
2012-03-02 05:12:50 +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
|
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 |
|
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 |
|