Maxime Serrano
|
ed2c14b425
|
ICU-9353 merge dbbi-tries work into the trunk
X-SVN-Rev: 32185
|
2012-08-16 23:16:04 +00:00 |
|
Markus Scherer
|
f30b743eff
|
ICU-9420 move ListFormatter to the .text package, add getInstance(no locale)
X-SVN-Rev: 32178
|
2012-08-15 17:45:28 +00:00 |
|
Markus Scherer
|
527161ff5a
|
ICU-9406 deprecate isHiraganaQuaternary(), setHiraganaQuaternary(boolean flag) and setHiraganaQuaternaryDefault(), disable the setters (merged from branches/markus/uni62 r32109, should not have been on that branch)
X-SVN-Rev: 32176
|
2012-08-15 17:09:39 +00:00 |
|
Yoshito Umaoka
|
091464430b
|
ICU-9452 Fixed calendar addition issue with the Samoa Dec 2011 24 hour transition (ICU4J)
X-SVN-Rev: 32142
|
2012-08-09 21:37:41 +00:00 |
|
Steven R. Loomis
|
26255a3157
|
ICU-8822 commit fix from branch, include timebomb 50.0.2 against islamic/islamic-civil alias problem
X-SVN-Rev: 32132
|
2012-08-08 23:30:29 +00:00 |
|
Markus Scherer
|
d1525fc93d
|
ICU-9423 change the numeric value of static final Collator.ReorderCodes.DEFAULT from +1 to -1
X-SVN-Rev: 32066
|
2012-07-25 21:06:19 +00:00 |
|
Mark Davis
|
6192163b9d
|
ICU-9407 Fixed problems, added other necessary internal API
X-SVN-Rev: 32028
|
2012-07-07 00:51:16 +00:00 |
|
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 |
|
Michael Ow
|
d98bf1b052
|
ICU-9340 Fix potential out of bound error in ICU4J ISCII converter
X-SVN-Rev: 32022
|
2012-07-03 17:51:41 +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 |
|
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 |
|
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 |
|
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 |
|
Mark Davis
|
4f9f1f602c
|
ICU-8460 Fixed bug with formatting 0.
X-SVN-Rev: 31568
|
2012-03-02 05:12:50 +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
|
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 |
|