Commit Graph

6950 Commits

Author SHA1 Message Date
Travis Keep
4b779c18ee ICU-11223 Enable unit tests for ICU4J RelativeDateTimeFormatter.
X-SVN-Rev: 36364
2014-09-05 20:51:45 +00:00
Mark Davis
ae322ca430 ICU-5519 Document better XSymbolTable.applyPropertyAlias()
X-SVN-Rev: 36362
2014-09-05 14:50:24 +00:00
Mark Davis
4a08548070 ICU-11067 documented limitation on modification while iterating
X-SVN-Rev: 36361
2014-09-05 14:45:21 +00:00
Mark Davis
b96cdc6199 ICU-7118 Javadoc changes only
X-SVN-Rev: 36360
2014-09-05 14:41:18 +00:00
Yoshito Umaoka
fcb77cf738 ICU-10993 Synchronize ICU4J test data with ICU4C (to update ICU version # in DebugUtilitiesData)
X-SVN-Rev: 36359
2014-09-05 14:40:58 +00:00
Yoshito Umaoka
448921ccca ICU-10993 ICU4J version to 54.1
X-SVN-Rev: 36358
2014-09-05 14:35:07 +00:00
Mark Davis
0fe5842382 ICU-10911 added and called UPropertyAliases.getPropertyValueEnumNoThrow, as per Markus's suggestion
X-SVN-Rev: 36356
2014-09-05 14:03:52 +00:00
Travis Keep
0eb4b4682d ICU-11221 Add comments to MeasureUnit generated code pointing to documentation on how to update.
X-SVN-Rev: 36345
2014-09-04 17:49:44 +00:00
Yoshito Umaoka
5f7178754d ICU-10898 tzdata2014g updates in ICU4J
X-SVN-Rev: 36343
2014-09-04 15:36:37 +00:00
Travis Keep
4db139b786 ICU-11221 Add new MeasureUnits to ICU.
X-SVN-Rev: 36337
2014-09-03 21:19:21 +00:00
Yoshito Umaoka
28e2352960 ICU-11063 Added/removed @icu doc tag in ULocale class based on the latest JDK.
X-SVN-Rev: 36336
2014-09-03 21:18:21 +00:00
Yoshito Umaoka
217b1e0f0c ICU-8951 Added @icu tag to new APIs.
X-SVN-Rev: 36334
2014-09-03 20:51:46 +00:00
Yoshito Umaoka
e9c6dfbf23 ICU-10971 Return read-only copy of set by SpoofChecker#getAllowedLocales().
X-SVN-Rev: 36333
2014-09-03 20:41:58 +00:00
Yoshito Umaoka
b697493499 ICU-11065 Deprecated RbnfLenientScanner
X-SVN-Rev: 36332
2014-09-03 16:24:00 +00:00
Yoshito Umaoka
7952938f2e ICU-10785 Accidentally commented out the change for testing in the previous commit. Uncomment these lines.
X-SVN-Rev: 36331
2014-09-03 16:00:33 +00:00
Yoshito Umaoka
d5b4428971 ICU-10785 Abort test execution when OOM is once thrown.
X-SVN-Rev: 36327
2014-09-03 14:49:30 +00:00
Peter Edberg
0e16450cee ICU-11173 CLDR tags/release-26-d02 into ICU4J trunk, fixes more ldml2icu conversion bugs
X-SVN-Rev: 36322
2014-09-03 05:50:51 +00:00
Peter Edberg
6dc89ee267 ICU-11173 Update logKnownIssue #11234 in NumberRegression/Test4212072 to include locale "bm"
X-SVN-Rev: 36317
2014-09-03 02:52:13 +00:00
Yoshito Umaoka
9e14f0bb18 ICU-8951 Minor updates including additional test cases.
X-SVN-Rev: 36316
2014-09-02 23:41:52 +00:00
Peter Edberg
313feb8f81 ICU-11173 CLDR tags/release-26-d01 into ICU4J trunk with related test & lib code updates
X-SVN-Rev: 36311
2014-09-02 22:46:20 +00:00
Scott Russell
64fc4a44d0 ICU-10970 Support decimal point required
X-SVN-Rev: 36301
2014-08-30 23:12:15 +00:00
Mark Davis
6dfe296e91 ICU-9447 Fix remapping of warning
X-SVN-Rev: 36299
2014-08-30 09:11:24 +00:00
Markus Scherer
56e05e2809 ICU-10883 UTS 46 toUnicode set error for empty label including just xn--
X-SVN-Rev: 36296
2014-08-29 23:06:27 +00:00
Markus Scherer
c3a2e7c783 ICU-10889 test UCharacter.getCharFromExtendedName() edge cases
X-SVN-Rev: 36294
2014-08-29 21:31:47 +00:00
Markus Scherer
028ed85d32 ICU-10946 clarify UScript.getName() & UScript.getShortName()
X-SVN-Rev: 36291
2014-08-29 20:13:32 +00:00
Markus Scherer
c770e4d458 ICU-10751 AnyScriptTest/TestScripts logKnownIssue(11171)
X-SVN-Rev: 36290
2014-08-29 17:56:50 +00:00
Mark Davis
e6fb48948e ICU-9795 Fixed the internals and javadoc to have predictable behavior.
X-SVN-Rev: 36289
2014-08-29 15:51:22 +00:00
Mark Davis
f838029625 ICU-10467 Fix the freezables with volatile.
X-SVN-Rev: 36288
2014-08-29 14:45:47 +00:00
Mark Davis
b60a1ed581 ICU-10931 minor cleanup.
X-SVN-Rev: 36287
2014-08-29 12:59:37 +00:00
Mark Davis
c8dcd090f7 ICU-10911 Added @internal method, changed main callsite.
X-SVN-Rev: 36286
2014-08-29 12:27:45 +00:00
Mark Davis
4981f48bcc ICU-10654 change the logic to return null if the result is at or after.
result.after(end)

=>

!end.before(result)

X-SVN-Rev: 36285
2014-08-29 11:13:06 +00:00
Mark Davis
63035d59cd ICU-10846 made @internal for now.
X-SVN-Rev: 36284
2014-08-29 11:01:46 +00:00
Mark Davis
679db5f93b ICU-10846 made @internal for now.
X-SVN-Rev: 36283
2014-08-29 11:00:41 +00:00
Markus Scherer
c955c14a6b ICU-10751 UScript.getCode(locale) use likely subtags not LocaleScript locale data
X-SVN-Rev: 36279
2014-08-28 23:50:47 +00:00
Markus Scherer
2572a84f50 ICU-10736 ULocale.isRightToLeft(), UScript.getCodeFromName(name)
X-SVN-Rev: 36267
2014-08-28 18:15:00 +00:00
Mark Davis
7f851b0433 ICU-10782 make quick fix
X-SVN-Rev: 36263
2014-08-28 10:33:37 +00:00
Yoshito Umaoka
0ffd26301d ICU-8951 Legacy/BCP 47 keyword conversion APIs merged into ICU4J trunk.
X-SVN-Rev: 36261
2014-08-28 01:27:49 +00:00
Markus Scherer
0036302a83 ICU-10435 deprecate collation TAILORINGS_VERSION
X-SVN-Rev: 36255
2014-08-27 22:19:28 +00:00
Scott Russell
abb1197ccf ICU-10962 Conflicting descriptions of 'S' in calendar patterns
X-SVN-Rev: 36234
2014-08-26 03:56:42 +00:00
Mark Davis
e3e26bcf03 ICU-9131 incorporated final changes from review
X-SVN-Rev: 36227
2014-08-22 11:08:47 +00:00
Markus Scherer
00cf4a43d4 ICU-11074 update script metadata: Common=Zyyy -> Recommended, CldrBug:7827
X-SVN-Rev: 36224
2014-08-21 16:38:03 +00:00
Markus Scherer
ce9cefef3a ICU-11030 clarify SpanCondition
X-SVN-Rev: 36222
2014-08-21 00:53:52 +00:00
Markus Scherer
f5cdbb9678 ICU-11059 DUPLOYAN_SHORTAND -> DUPLOYAN
X-SVN-Rev: 36218
2014-08-21 00:15:40 +00:00
Yoshito Umaoka
f2eb57e036 ICU-11061 Import the latest keyTypeData from ICU4C trunk.
X-SVN-Rev: 36211
2014-08-20 20:10:05 +00:00
Markus Scherer
0bd0dbe557 ICU-11072 fix some ICU4J Eclipse project dependencies
X-SVN-Rev: 36209
2014-08-20 19:12:07 +00:00
George Rhoten
aef79ee32c ICU-10880 The approved ICU syntax has )$ being the end of the plural rule substitution.
X-SVN-Rev: 36207
2014-08-20 18:52:16 +00:00
Markus Scherer
42d4d14094 ICU-11070 use uppercase long-int-constant: 0L not 0l
X-SVN-Rev: 36206
2014-08-20 18:24:36 +00:00
George Rhoten
5c12dc4923 ICU-10880 Minor optimization and documentation fix
X-SVN-Rev: 36202
2014-08-19 17:11:13 +00:00
George Rhoten
a7b3861443 ICU-10880 Fix a roundtripping problem when the fractional part is non-zero.
X-SVN-Rev: 36201
2014-08-19 07:32:50 +00:00
Michael Ow
1c4e81baed ICU-10551 Make ICU4J encoder callbacks ignore default ignorable code points
X-SVN-Rev: 36200
2014-08-18 21:28:18 +00:00
Yoshito Umaoka
d3a36357c6 ICU-10898 Windos time zone mapping update for 7de0006.
X-SVN-Rev: 36193
2014-08-18 18:00:28 +00:00
George Rhoten
b027245b45 ICU-10880 Add some RBNF documentation for the new syntax
X-SVN-Rev: 36188
2014-08-18 16:01:00 +00:00
Mark Davis
f7c551d636 ICU-9131 update trunk from branch, after fixes as per core review.
X-SVN-Rev: 36187
2014-08-18 12:58:44 +00:00
Mark Davis
b31ff49acf ICU-11015 Check in API, marked as @internal for now. If the API proposal is accepted, would drop the @internal.
X-SVN-Rev: 36184
2014-08-17 19:09:21 +00:00
Mark Davis
b741781903 ICU-10600 Add currencies (need some ugly hacks for that...)
X-SVN-Rev: 36181
2014-08-17 15:26:18 +00:00
George Rhoten
a1213c49b1 ICU-10880 Fix a potential infinite loop
X-SVN-Rev: 36179
2014-08-16 08:59:45 +00:00
Markus Scherer
1e5c95645d ICU-11010 improve CollationKey.merge() API doc
X-SVN-Rev: 36167
2014-08-14 20:36:37 +00:00
Markus Scherer
438c1ac7b8 ICU-11042 Han radical-stroke order data in the root collator instead of CJK tailorings, adjusted code & tests
X-SVN-Rev: 36163
2014-08-14 18:49:59 +00:00
George Rhoten
b0a0f67e21 ICU-10880 Add support for plural format syntax to RBNF.
Perform a little cleanup to the RBNF code.

X-SVN-Rev: 36160
2014-08-14 17:20:42 +00:00
George Rhoten
40682975b0 ICU-11057 General cleanup for RBNF.
The TestFmwk change is a general 8-10% performance improvement for running the tests without changing the end results of the logging output.

X-SVN-Rev: 36154
2014-08-13 06:51:09 +00:00
Yoshito Umaoka
5af6a3d39f ICU-11061 Full bcp47 key/type data snychronized with ICU4C trunk.
X-SVN-Rev: 36152
2014-08-12 23:14:50 +00:00
Yoshito Umaoka
ecf1e2f627 ICU-10898 Updated tzdbNames.res based on tzdata2014f.
X-SVN-Rev: 36145
2014-08-12 16:39:19 +00:00
Yoshito Umaoka
5cf61097e7 ICU-11057 Fixed a compile error with Java 5.
X-SVN-Rev: 36143
2014-08-12 14:04:10 +00:00
Yoshito Umaoka
4f4f553c75 ICU-10898 tzdata2014f updates to ICU4J
X-SVN-Rev: 36139
2014-08-11 21:11:48 +00:00
George Rhoten
2e76b99357 ICU-11057 Performance improvements and general cleanup for RBNF
X-SVN-Rev: 36137
2014-08-11 21:04:48 +00:00
Scott Russell
1c22b8cf53 ICU-10832 clean up dangling references to ucdterms.txt
X-SVN-Rev: 36122
2014-08-05 02:51:52 +00:00
Markus Scherer
e87758a436 ICU-10939 ICU4J optionally read data from .dat and .res, from ICUConfig-ured dataPath; make ICU4J support little-endian binary data files
X-SVN-Rev: 36106
2014-07-31 18:46:54 +00:00
Tom Zhang
fe34307c3a ICU-10320 API for getting/setting number format override in date formatting
X-SVN-Rev: 36086
2014-07-25 16:55:56 +00:00
Yoshito Umaoka
a53477ee99 ICU-10934 The tz database abbreviaion support in ICU4J
X-SVN-Rev: 36081
2014-07-23 21:53:03 +00:00
Travis Keep
7300b67daa ICU-11009 Fixed some bad tests in JAVA
X-SVN-Rev: 36063
2014-07-18 21:16:24 +00:00
Travis Keep
e8fd7d32dd ICU-11009 Add test for conformance to NumberFormat specification.
X-SVN-Rev: 36049
2014-07-17 19:38:54 +00:00
Mark Davis
4661ffffa9 ICU-10600 cleaned up API and checked for currencies.
X-SVN-Rev: 36045
2014-07-16 14:14:56 +00:00
Mark Davis
f45a95a200 ICU-10560 Update to committee results
X-SVN-Rev: 36044
2014-07-16 13:17:58 +00:00
Fredrik Roubert
7183e03abe ICU-10944 Delete InputStream code that now no longer is used.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/109640044

X-SVN-Rev: 36043
2014-07-15 21:28:31 +00:00
Fredrik Roubert
2bcb11013d ICU-10944 Switch SpoofChecker to use ByteBuffer.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/110620043

X-SVN-Rev: 36042
2014-07-15 21:21:12 +00:00
Fredrik Roubert
dee32dda95 ICU-10944 Switch DictionaryData to use ByteBuffer.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/106610043

X-SVN-Rev: 36041
2014-07-15 21:14:31 +00:00
Fredrik Roubert
4a92ee0841 ICU-10944 Add ByteBuffer support for UCharacterNameReader.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/112960043

X-SVN-Rev: 36040
2014-07-15 21:08:30 +00:00
Fredrik Roubert
c12cb80e81 ICU-10944 Add ByteBuffer support for conversion classes.
Updates UConverterDataReader, UConverterAlias and
UConverterAliasDataReader.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/107700043

X-SVN-Rev: 36039
2014-07-15 21:01:33 +00:00
Fredrik Roubert
463c0aa318 ICU-10944 Add ByteBuffer support for properties classes.
Updates UBiDiProps, UCaseProps, UCharacterProperty and UPropertyAliases.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/112020044

X-SVN-Rev: 36038
2014-07-15 20:55:59 +00:00
Fredrik Roubert
4aea6c889a ICU-10944 Add ByteBuffer support for StringPrep.
Also adds the ICUBinary.getVersionByteArrayFromCompactInt() function.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/106580043

X-SVN-Rev: 36037
2014-07-15 20:49:46 +00:00
Fredrik Roubert
ffc1584fe7 ICU-10944 Add ByteBuffer support for BreakIterator.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/108450046

X-SVN-Rev: 36036
2014-07-15 20:40:48 +00:00
Fredrik Roubert
f58b3f8fd7 ICU-10944 Add ByteBuffer support for Normalizer2Impl.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/106530045

X-SVN-Rev: 36034
2014-07-15 20:32:17 +00:00
Fredrik Roubert
08b5fb11b0 ICU-10944 Extend ByteBuffer support in ICUBinary and Trie classes.
This new functionality is needed for ByteBuffer support in
Normalizer2Impl and BreakIterator.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/107620044

X-SVN-Rev: 36033
2014-07-15 20:19:55 +00:00
Fredrik Roubert
73071730b9 ICU-10944 Update ICUBinaryTest to test readHeader(ByteBuffer).
Testing readHeader(InputStream) is no longer of any importance, as the
use of that method is going away.

This also exposes a bug in the test data; the size field was zero.

Also add statement to actually test lenient data version.

R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/105670044

X-SVN-Rev: 36032
2014-07-15 20:11:41 +00:00
Fredrik Roubert
e12467f252 ICU-10944 Delete unused class ICUBinaryStream.
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/111150043

X-SVN-Rev: 36031
2014-07-15 20:03:25 +00:00
Markus Scherer
61ee3253e8 ICU-10876 document Collator thread-safe only when frozen
X-SVN-Rev: 36022
2014-07-10 22:39:05 +00:00
Markus Scherer
1d533a66e8 ICU-10998 collation reorder others=Zzzz, recognize only others = reset
X-SVN-Rev: 36019
2014-07-09 23:36:43 +00:00
Markus Scherer
38b83477bf ICU-8082 private collation type: do not list as an available keyword value
X-SVN-Rev: 36012
2014-07-08 20:58:58 +00:00
Markus Scherer
aace462c2e ICU-8962 test collation import from und=root
X-SVN-Rev: 36010
2014-07-08 01:21:57 +00:00
Mark Davis
ff4dcfc31d ICU-10560 fix test
X-SVN-Rev: 35999
2014-07-04 16:27:32 +00:00
Mark Davis
1d11db8a35 ICU-10560 first cut, marked @internal for now
X-SVN-Rev: 35998
2014-07-04 15:48:06 +00:00
Mark Davis
adc2570f18 ICU-10600 add plural ranges and unit formatting
X-SVN-Rev: 35997
2014-07-03 13:16:30 +00:00
Michael Ow
0dbcb4cdfc ICU-10993 Fix line ending errors
X-SVN-Rev: 35990
2014-07-02 23:05:28 +00:00
Andy Heninger
a0e8aa8bc9 ICU-10908 LocaleDisplayNames thread safety fix.
X-SVN-Rev: 35988
2014-07-02 22:19:59 +00:00
Yoshito Umaoka
dd96359cdd ICU-10843 JDK 5 compatibility in build-tools project.
X-SVN-Rev: 35972
2014-07-01 15:49:32 +00:00
Yoshito Umaoka
1bbadfe835 ICU-10843 Fixed a collation test failure. It was caused by the lack of LocaleDisplayNamesImpl when the test is executed with a collation module jar.
X-SVN-Rev: 35971
2014-07-01 15:41:35 +00:00
Yoshito Umaoka
8ce13a2d66 ICU-10843 Updated ICU4J readme for 54m1.
X-SVN-Rev: 35968
2014-06-30 18:57:33 +00:00
Yoshito Umaoka
ee41303d1d ICU-10843 Updated the ICU4J API change report.
X-SVN-Rev: 35967
2014-06-30 18:34:18 +00:00
Yoshito Umaoka
4ad6bfe991 ICU-10945 Test log might be emitted through AbstractTestLog, which was missed in the previous change.
X-SVN-Rev: 35966
2014-06-30 16:54:21 +00:00
Yoshito Umaoka
71fe3d234a ICU-10843 Fixed a couple of coding problems detected by FindBugs.
X-SVN-Rev: 35964
2014-06-27 20:14:41 +00:00
Yoshito Umaoka
2cf3edae51 ICU-10843 Updated Unicode license format, extracted the body part only.
X-SVN-Rev: 35962
2014-06-27 17:48:21 +00:00
Tom Zhang
925dd94560 ICU-10945 remove duplicate warning
X-SVN-Rev: 35960
2014-06-27 16:41:01 +00:00
Markus Scherer
df08e453dc ICU-10940 make ICUResourceBundleImpl smaller, remove lookup cache in favor of newer Reader cache, reduce object creation while finding resources and especially strings with fallback
X-SVN-Rev: 35936
2014-06-24 20:34:12 +00:00
Yoshito Umaoka
30dc6d9bbb ICU-10836 Added missing Locale version APIs and test cases for various classes.
X-SVN-Rev: 35924
2014-06-23 21:36:55 +00:00
Michael Ow
dda7e63991 ICU-10898 tzdata 2014e to ICU4J
X-SVN-Rev: 35893
2014-06-17 18:27:11 +00:00
Travis Keep
aee512a8ee ICU-10837 Fix broken build.
X-SVN-Rev: 35879
2014-06-13 23:23:36 +00:00
Travis Keep
04804b878f ICU-10837 Andy & Mark's review.
X-SVN-Rev: 35878
2014-06-13 20:18:57 +00:00
Scott Russell
4b919b3de0 ICU-10906 prevent SimpleDateFormat from trying to parse when ParsePosition is less than 0
X-SVN-Rev: 35875
2014-06-13 14:38:00 +00:00
Travis Keep
f14d920769 ICU-10916 Add abbreviations to relative date time formatting for JAVA.
X-SVN-Rev: 35868
2014-06-12 17:41:31 +00:00
Tom Zhang
7b4715d750 ICU-10945 Enhance TestFmwk output with file location
X-SVN-Rev: 35864
2014-06-11 21:27:25 +00:00
Tom Zhang
2330004e12 ICU-10344 add new field & factory method for currency CASH/STANDARD Usage
X-SVN-Rev: 35853
2014-06-10 18:48:49 +00:00
Markus Scherer
2d4d56185f ICU-10821 UCD 7.0 final data
X-SVN-Rev: 35850
2014-06-10 17:40:02 +00:00
Yoshito Umaoka
c30ffd9852 ICU-10905 Added a support for Enum methods, based on Markus's feedback.
X-SVN-Rev: 35846
2014-06-10 15:14:49 +00:00
Yoshito Umaoka
88750addb2 ICU-10344 Reverted previous change (r35833) and back to the original (r35820).
X-SVN-Rev: 35840
2014-06-09 21:32:49 +00:00
Tom Zhang
c90efd6e59 ICU-10344 add new field & factory method for currency CASH/STANDARD Usage
X-SVN-Rev: 35833
2014-06-09 19:30:22 +00:00
Yoshito Umaoka
a5980e0cbe ICU-9667 Removed a couple of paraLevel value assignment statements that have no effects, based on IBM Egypt team's suggestion.
X-SVN-Rev: 35820
2014-06-06 21:40:23 +00:00
Markus Scherer
b3a6ea1fa3 ICU-10932 merge branches/markus/lowmemres to trunk: use ByteBuffer to read .res files; allocate fewer/smaller objects; ResourceCache maps from resource int to immutable object; getString(key or index) avoid creating ICUResourceBundleImpl per string in many cases
X-SVN-Rev: 35815
2014-06-06 20:52:10 +00:00
Yoshito Umaoka
8b8551e5e6 ICU-10796 Runtime binding of LocaleDisplayNamesImpl. Refactored some methods in other classes to prevent undesired cross components dependencies.
X-SVN-Rev: 35805
2014-06-04 19:23:03 +00:00
Yoshito Umaoka
fc2b496c59 ICU-10937 A quick test patch - just moving the test data date. We may revise the fix later.
X-SVN-Rev: 35804
2014-06-04 16:38:57 +00:00
Travis Keep
7d94eb12a3 ICU-10778 Created procedure for updating generated code for MeasureUnit for C/J with each new release.
X-SVN-Rev: 35798
2014-06-02 22:55:19 +00:00
Markus Scherer
eee3938658 ICU-7057 InputStream.read() does not always read all .available() bytes
X-SVN-Rev: 35790
2014-06-02 16:52:13 +00:00
Markus Scherer
e91fd1e88e ICU-7057 bug fix: make it actually work when assertions are disabled, tested without -ea
X-SVN-Rev: 35789
2014-06-02 15:32:42 +00:00
Markus Scherer
98772b58a6 ICU-7057 bug fix: make it work when assertions are disabled
X-SVN-Rev: 35788
2014-06-02 14:08:57 +00:00
Markus Scherer
3cd4f31513 ICU-7057 make ICU4J CollationDataReader work directly with ByteBuffer rather than DataInputStream
X-SVN-Rev: 35786
2014-06-01 00:15:06 +00:00
Travis Keep
30429385f0 ICU-10778 Add test to ensure that MeasureUnit is backward compatible with ICU 53.1
X-SVN-Rev: 35785
2014-05-30 21:51:57 +00:00
Yoshito Umaoka
b5aa742648 ICU-10918 Moved the code reading an ICU configuration property out of DecimalFormat#subparse to static initializer. The configuration is no longer dynamic, so the corresponding test case was also updated.
X-SVN-Rev: 35773
2014-05-30 14:27:29 +00:00
Yoshito Umaoka
56d72817df ICU-8260 Unnecessary import statement left in the previous commit.. updating.
X-SVN-Rev: 35772
2014-05-29 21:47:33 +00:00
Yoshito Umaoka
821b9fdbb2 ICU-8260 Fixed a build problem on Java 5.
X-SVN-Rev: 35771
2014-05-29 21:03:46 +00:00
Yoshito Umaoka
a698e54bbb ICU-10905 Updated API signature files for old ICU versions. In the previous doc tool change, no-arg constructors are now included in the signature file. To prevent API change report tool to report them as newly added APIs, the API signature files were regenerated with the updated code.
X-SVN-Rev: 35769
2014-05-29 15:00:26 +00:00
Markus Scherer
8ba8b4acd4 ICU-8260 support collation-related keywords via Collator base class if available
X-SVN-Rev: 35768
2014-05-29 00:13:50 +00:00
Markus Scherer
5918fef551 ICU-8260 support all collation-related keywords in Collator.getInstance()
X-SVN-Rev: 35767
2014-05-28 23:15:01 +00:00
Michael Ow
650ab573ea ICU-10709 Update ibm-1375 table in ICU4J
X-SVN-Rev: 35764
2014-05-28 20:30:06 +00:00
Michael Ow
c283beec97 ICU-10863 Update EUCTW mapping in ICU4J
X-SVN-Rev: 35756
2014-05-23 20:27:40 +00:00
Yoshito Umaoka
f129a97e32 ICU-10847 Use Arrays.toString(T[]) to format array type data.
X-SVN-Rev: 35749
2014-05-22 23:59:16 +00:00
Yoshito Umaoka
6b08b112cc ICU-10831 Corrected the API parameter description for StringPrep#prepare(), from NONE to DEFAULT.
X-SVN-Rev: 35743
2014-05-22 22:44:47 +00:00
Yoshito Umaoka
802269281b ICU-10905 Fixed missing @Deprecated annotation problem in several classes.
X-SVN-Rev: 35737
2014-05-22 20:20:27 +00:00
Yoshito Umaoka
8e23062195 ICU-10905 A new tool used for checking deprected tag/annotation consistency. Also added an ant target to run the tool. Some synthetic constructors in abstract class were added (this is our policy) and tighten status tag consistency check. Actual fix for missing @Deprecated annotation will follow.
X-SVN-Rev: 35736
2014-05-22 20:05:59 +00:00
Michael Ow
354db4a33d ICU-10898 tzdata 2014c to ICU4J
X-SVN-Rev: 35710
2014-05-14 01:18:40 +00:00
Travis Keep
07a3890c02 ICU-10793 Optimize ListFormatter.
X-SVN-Rev: 35677
2014-04-30 21:26:08 +00:00
Travis Keep
b76ad017cb ICU-10837 Add ScientificFormatHelper class.
X-SVN-Rev: 35669
2014-04-30 20:36:11 +00:00
George Rhoten
f81d3ccbfa ICU-10841 DateTimePatternGenerator.FormatParser should cache the UnicodeSet objects
X-SVN-Rev: 35661
2014-04-30 00:21:06 +00:00
Andy Heninger
db886fc4b2 ICU-10767 Use ConcurrentHashMap with RuleBasedBreakIterator.
X-SVN-Rev: 35656
2014-04-25 19:58:47 +00:00
Steven R. Loomis
e22cfd6ac1 ICU-10125 merge from branch
X-SVN-Rev: 35642
2014-04-15 13:01:23 +00:00
Markus Scherer
093580b5dc ICU-10821 Unicode 7.0 in trunk, from branches/markus/uni70@35631
X-SVN-Rev: 35634
2014-04-14 23:08:41 +00:00
Yoshito Umaoka
417e2450f7 ICU-10843 Changed the ICU4J version numbers for 54M1.
X-SVN-Rev: 35629
2014-04-14 20:40:53 +00:00
Yoshito Umaoka
f519b59ca3 ICU-10816 Added a test case of DateFormat parse leniency setter/gettter APIs. Also cleaned up some lenient parse test code to match the ICU4C test cases.
X-SVN-Rev: 35628
2014-04-14 19:59:56 +00:00
Yoshito Umaoka
a04b664193 ICU-10839 Updated collation performance test script to work with the current directory structure.
X-SVN-Rev: 35626
2014-04-14 15:22:55 +00:00
Yoshito Umaoka
a7eb2801ab ICU-10810 Synchronized ICU4J data with ICU4C trunk to import the resource files built with the updated genrb.
X-SVN-Rev: 35545
2014-03-28 23:00:52 +00:00
Yoshito Umaoka
933fed99ed ICU-10434 tzdata2014b to ICU4J
X-SVN-Rev: 35534
2014-03-26 14:39:46 +00:00
Michael Ow
86c4aaf4ab ICU-10740 Fix newline error in ICU4J
X-SVN-Rev: 35504
2014-03-18 21:57:47 +00:00