Scott Russell
8a3afd3cb5
ICU-10619 Improve usability of DateFormat's leniency control & promote BooleanAttribute control to draft for v53
...
X-SVN-Rev: 34887
2014-01-14 14:13:48 +00:00
Travis Keep
3da552ab8d
ICU-10268 Add tests for narrow times.
...
X-SVN-Rev: 34885
2014-01-14 01:25:27 +00:00
Peter Edberg
38a4b241d6
ICU-10623 Integrated data generated from CLDR 25-M1, but skipped new data in data/coll/ (J)
...
X-SVN-Rev: 34879
2014-01-11 22:25:14 +00:00
Yoshito Umaoka
c25116c2c8
ICU-10615 Updated the fix by adding an intenal API Calendar.haveDefaultCentury() like ICU4C, to exclude Chiense/Japanese/Dangi calendar to skip the default century parsing.
...
X-SVN-Rev: 34868
2014-01-10 21:45:57 +00:00
George Rhoten
a94152774c
ICU-8699 Never print stack trace in production code
...
X-SVN-Rev: 34864
2014-01-10 19:52:56 +00:00
Travis Keep
a988b05e8b
ICU-10268 Added more tests.
...
X-SVN-Rev: 34862
2014-01-10 19:40:21 +00:00
Travis Keep
b2f94a75a8
ICU-10268 MeasureFormat to format currencies correctly.
...
X-SVN-Rev: 34860
2014-01-10 18:53:53 +00:00
Travis Keep
1ebcd33989
ICU-10268 Serialize FormatWidth enums by their ordinal values.
...
X-SVN-Rev: 34858
2014-01-10 16:55:55 +00:00
Yoshito Umaoka
a50418ca17
ICU-10583 Fixed a minor problem in illegal lead bye handling in the UTF-8 charset recognizer.
...
X-SVN-Rev: 34857
2014-01-10 16:12:09 +00:00
Travis Keep
cebd0a29d5
ICU-10268 Remove unused import
...
X-SVN-Rev: 34853
2014-01-10 00:46:11 +00:00
Peter Edberg
34558047c0
ICU-10609 Integrate changes from CLDR r9632 except for collation,brkitr (J)
...
X-SVN-Rev: 34852
2014-01-09 23:00:15 +00:00
Travis Keep
c06fef03ed
ICU-10268 Mark Davis' review.
...
X-SVN-Rev: 34841
2014-01-08 21:07:37 +00:00
Yoshito Umaoka
e73ea7ab14
ICU-10390 Implemented Comparable interface in ULocale class.
...
X-SVN-Rev: 34840
2014-01-08 21:07:09 +00:00
Scott Russell
d72df4a157
ICU-10576 fix suboptimal if statement code in setBooleanAttribute
...
X-SVN-Rev: 34831
2014-01-06 21:23:13 +00:00
Yoshito Umaoka
b40d690f2a
ICU-10615 A quick fix for 2-digit year parsing problem with Japanese calendar. Need more investigation.
...
X-SVN-Rev: 34830
2014-01-06 15:31:22 +00:00
Yoshito Umaoka
d6d57e4461
ICU-10434 tzdata2013i to ICU4J
...
X-SVN-Rev: 34829
2014-01-03 23:13:53 +00:00
Peter Edberg
cf004a4691
ICU-10609 Fix test failures only found in clean build, missed in incremental build, J
...
X-SVN-Rev: 34817
2013-12-23 06:43:34 +00:00
Peter Edberg
a9fc0b9464
ICU-10609 Roll in most of the data changes from CLDR r9586 (CLDR 25 pre-m1), J
...
X-SVN-Rev: 34815
2013-12-23 04:54:04 +00:00
Travis Keep
564948ef67
ICU-10268 Remove unused import.
...
X-SVN-Rev: 34803
2013-12-18 23:26:46 +00:00
Travis Keep
3b6a40b645
ICU-10268 Add additional test to handle MeasureFormat.formatMeasures() with zero and one arg.
...
X-SVN-Rev: 34802
2013-12-18 23:17:55 +00:00
Travis Keep
6f82c4b2d3
ICU-10606 Introduce DontCareFieldPosition.
...
X-SVN-Rev: 34799
2013-12-18 23:05:12 +00:00
Travis Keep
652d2952a2
ICU-10603 Add NUMERIC to MeasureFormat.FormatWidth.
...
X-SVN-Rev: 34797
2013-12-18 22:32:17 +00:00
Travis Keep
ef9fbd093c
ICU-10268 Implement final comments from ICU meeting.
...
X-SVN-Rev: 34795
2013-12-18 21:55:57 +00:00
Travis Keep
905fd2dbc6
ICU-10268 Create private ImmutableNumberFormat wrapper so that developers don't have to remember to synchronize every use of NumberFormat.
...
X-SVN-Rev: 34794
2013-12-18 21:17:08 +00:00
Scott Russell
59dde192b7
ICU-10334 C vs. J differences when in lenient mode
...
X-SVN-Rev: 34791
2013-12-18 19:47:13 +00:00
Travis Keep
876d3ee9a9
ICU-10268 fix spelling and punctuation.
...
X-SVN-Rev: 34787
2013-12-17 23:20:58 +00:00
Travis Keep
e79533c9ad
ICU-10268 Fix equals() / hashCode() according to effective JAVA in MeasureFormat. Take out synchronized blocks in CurrencyFormat as this class will remain thread unsafe.
...
X-SVN-Rev: 34786
2013-12-17 23:16:55 +00:00
Travis Keep
ddeb54ee63
ICU-10268 Make formatMeasures methods be together.
...
X-SVN-Rev: 34782
2013-12-17 01:23:49 +00:00
Travis Keep
3ef485dccf
ICU-10268 Be sure that MeasureFormat and sub classes correctly implement clone() and getLocale(ULocale.VALID_LOCALE)
...
X-SVN-Rev: 34780
2013-12-17 01:09:02 +00:00
Travis Keep
a53682a55e
ICU-10268 Fix serialization so that forward compatibility won't break when we add values to the FormatWidth enum.
...
X-SVN-Rev: 34775
2013-12-16 18:22:04 +00:00
Travis Keep
75d2b6eb2f
ICU-10268 Incorporte Suggestions from Markus
...
X-SVN-Rev: 34766
2013-12-13 21:18:00 +00:00
Travis Keep
afa4315082
ICU-10268 Take Measurement API out of technology preview and have it match the current API proposal.
...
X-SVN-Rev: 34765
2013-12-13 18:26:18 +00:00
Peter Edberg
3ac01a5b95
ICU-10593 Add "บลูทูธ" ("Bluetooth") to Thai break dictionary (update ICU4J)
...
X-SVN-Rev: 34753
2013-12-12 04:21:18 +00:00
Travis Keep
3fa5329e97
ICU-8464 Update Java RelativeDateTimeFormatter with latest API proposal.
...
X-SVN-Rev: 34709
2013-12-04 21:19:34 +00:00
Yoshito Umaoka
132f872930
ICU-10566 Fixed HTML syntax problems in the API doc.
...
X-SVN-Rev: 34706
2013-12-03 20:02:45 +00:00
Andy Heninger
7c5ff0aad6
ICU-10532 Charset Detect of plain ASCII, boost UTF-8 likelyhood.
...
X-SVN-Rev: 34694
2013-11-26 01:26:58 +00:00
Travis Keep
2601495ccd
ICU-8464 Fix so that calendar used in RelativeDateTimeFormatter is the default calendar for locale which may not be the gregorian calendar.
...
X-SVN-Rev: 34682
2013-11-21 23:30:27 +00:00
Travis Keep
b90cbad09c
ICU-8464 Add Relative Date Formatting for JAVA.
...
X-SVN-Rev: 34663
2013-11-14 19:50:19 +00:00
Travis Keep
7db028c450
ICU-10542 Add more tests. Use Math.log10() instead of multiplying by 0.1 in a for loop.
...
X-SVN-Rev: 34656
2013-11-12 01:38:45 +00:00
Travis Keep
42dee8ca3b
ICU-10542 Fix rounding for scientific notation.
...
X-SVN-Rev: 34654
2013-11-11 23:52:59 +00:00
Andy Heninger
cc2d6e41f8
ICU-10532 Improve UTF-16 charset detection.
...
X-SVN-Rev: 34646
2013-11-07 19:55:48 +00:00
Yoshito Umaoka
2f0c821f16
ICU-10515 Moved the top level TestAll to a new project icu4j-testall.
...
X-SVN-Rev: 34644
2013-11-06 22:09:21 +00:00
Yoshito Umaoka
0ba03b9663
ICU-10396 Updated ICU4J API report tools to support enum constants and generics. Added the API signature files generated with the new code back to ICU 4.8, and deleted old API signature files.
...
X-SVN-Rev: 34643
2013-11-06 20:52:01 +00:00
Yoshito Umaoka
6eede10a42
ICU-10528 Deleted unused com.ibm.icu.text.ListFormatterData
...
X-SVN-Rev: 34632
2013-10-31 21:05:26 +00:00
Scott Russell
fcdb86f818
ICU-10239 make eee[ee] & EEEEE processing in J behave the same as C
...
X-SVN-Rev: 34627
2013-10-30 21:18:19 +00:00
Yoshito Umaoka
29fae20bf6
ICU-10434 tzdata2013h to ICU4J
...
X-SVN-Rev: 34626
2013-10-30 01:51:52 +00:00
Yoshito Umaoka
e980695446
ICU-10518 Fixed an infinite loop problem in observesDaylightTime() revealed by tzdata2013h integration.
...
X-SVN-Rev: 34618
2013-10-29 07:20:08 +00:00
Yoshito Umaoka
dd3d9b4fca
ICU-10513 Also generating JaCoCo code coverage report in xml format.
...
X-SVN-Rev: 34609
2013-10-24 22:21:00 +00:00
Yoshito Umaoka
48949d1872
ICU-10514 Replacing path attribute with location attribute for specifying a single file in pathelement elements in build.xml.
...
X-SVN-Rev: 34608
2013-10-24 22:05:52 +00:00
Yoshito Umaoka
601dfd67aa
ICU-10513 Added a build target 'coverageJaCoCo' for generating JaCoCo code coverage report.
...
X-SVN-Rev: 34607
2013-10-24 17:51:49 +00:00
Travis Keep
339b6e98dd
ICU-10485 Remove warnings from MeasureUnitTest.
...
X-SVN-Rev: 34603
2013-10-21 22:47:41 +00:00
Steven R. Loomis
363d123de3
ICU-10491 update
...
X-SVN-Rev: 34596
2013-10-21 14:50:38 +00:00
Steven R. Loomis
a2f8930fe9
ICU-10491 check in J samples
...
X-SVN-Rev: 34590
2013-10-20 07:49:28 +00:00
Yoshito Umaoka
77b6bb7721
ICU-10493 Added a stub implementation of hashCode() with assert false to make it consistent with equals() in SpoofChecker.
...
X-SVN-Rev: 34579
2013-10-17 19:34:21 +00:00
Yoshito Umaoka
334e8f52b8
ICU-10419 Removed unused import introduced by the previous change.
...
X-SVN-Rev: 34566
2013-10-14 22:21:29 +00:00
Travis Keep
f1df548fc4
ICU-10485 Fixed ListFormatter so that it finds the unit and unit-short version of lists.
...
X-SVN-Rev: 34564
2013-10-14 20:32:35 +00:00
Yoshito Umaoka
a50e894eb8
ICU-10219 Fixed a compiler warning in the previous change.
...
X-SVN-Rev: 34563
2013-10-14 19:17:54 +00:00
Yoshito Umaoka
83b441346b
ICU-10485 Fixed a build error on Java 5 in the previous change.
...
X-SVN-Rev: 34562
2013-10-14 19:04:26 +00:00
Yoshito Umaoka
e6ee2ae817
ICU-9559 Fixed a holiday demo problem. Removed harmful time zone overrides.
...
X-SVN-Rev: 34560
2013-10-11 21:49:43 +00:00
Travis Keep
80b75a5817
ICU-10219 Fix rounding in TimeUnitFormat for JAVA.
...
X-SVN-Rev: 34554
2013-10-10 22:35:06 +00:00
Travis Keep
a3e12a9fe7
ICU-10419 Fix rounding in DecimalFormat in JAVA
...
X-SVN-Rev: 34553
2013-10-10 22:34:05 +00:00
Yoshito Umaoka
1746d496d4
ICU-10462 Changed the default time zone used by the ICU unit test framework from PST to America/Los_Angeles.
...
X-SVN-Rev: 34547
2013-10-10 21:23:53 +00:00
Travis Keep
c1fbbc062e
ICU-10485 Fix MeasureUnit failing tests.
...
X-SVN-Rev: 34546
2013-10-10 20:58:53 +00:00
Yoshito Umaoka
0d26708552
ICU-10484 Fixed a compiler warning - unused variable.
...
X-SVN-Rev: 34545
2013-10-10 19:49:09 +00:00
Yoshito Umaoka
80ed875e6a
ICU-10484 Update the ICU4J version numbers to 53/m1
...
X-SVN-Rev: 34544
2013-10-10 19:01:15 +00:00
Yoshito Umaoka
ff0dbde358
ICU-10313 Added Hebrew calendar month value checking for leap year.
...
X-SVN-Rev: 34540
2013-10-10 17:36:54 +00:00
Yoshito Umaoka
e47490270b
ICU-10037 Update tzdata in ICU4J to 2013g
...
X-SVN-Rev: 34509
2013-10-02 23:52:12 +00:00
Markus Scherer
4e85ca937d
ICU-10449 more Unicode 6.3 data updates from 2013sep25, revert some uppercase properties
...
X-SVN-Rev: 34493
2013-09-27 22:34:36 +00:00
Michael Ow
b059da2047
ICU-10037 Update tzdata in ICU4J to 2013f
...
X-SVN-Rev: 34489
2013-09-26 17:50:04 +00:00
Peter Edberg
22f108c028
ICU-10161 (J) Speed up trimMarksFromAffix per Yoshito, skip it entirely for affix length 1
...
X-SVN-Rev: 34463
2013-09-24 04:06:18 +00:00
Yoshito Umaoka
c2c892a7c1
ICU-10399 Updated ICU4J readme.html to RC.
...
X-SVN-Rev: 34460
2013-09-23 20:55:35 +00:00
Yoshito Umaoka
95c91d8e72
ICU-10399 Added serialization compatibility test data.
...
X-SVN-Rev: 34459
2013-09-23 19:22:44 +00:00
Yoshito Umaoka
3a41fdc007
ICU-10399 Some updates for the eclipse plug-in version. Resolve some compiler warnings, updated the build version.
...
X-SVN-Rev: 34456
2013-09-23 18:14:29 +00:00
Yoshito Umaoka
34abbe1c7f
ICU-10399 Added ICU4J 52 API signature data file.
...
X-SVN-Rev: 34455
2013-09-23 15:13:58 +00:00
Yoshito Umaoka
c1839fae2c
ICU-10399 Added @provisional tag to @draft APIs.
...
X-SVN-Rev: 34454
2013-09-23 15:10:45 +00:00
Michael Ow
0111b99f92
ICU-10037 Update TestCanonicalID test case exclusion list in ICU4J
...
X-SVN-Rev: 34453
2013-09-23 14:36:27 +00:00
Yoshito Umaoka
cb99f40912
ICU-8449 ICU4J Islamic Umm Al-Qura calendar updates based on Yoshito's review.
...
X-SVN-Rev: 34445
2013-09-23 05:15:07 +00:00
Michael Ow
86ce4329cd
ICU-10037 Update tzdata in ICU4J to 2013e
...
X-SVN-Rev: 34444
2013-09-23 03:01:10 +00:00
Markus Scherer
4396765af8
ICU-10399 updated pool.res files
...
X-SVN-Rev: 34426
2013-09-20 20:47:17 +00:00
Scott Russell
379fa7922b
ICU-10249 review comment updates
...
X-SVN-Rev: 34409
2013-09-19 22:02:47 +00:00
Markus Scherer
a8c9e3b922
ICU-10142 bidi test data files from 2013-sep-19
...
X-SVN-Rev: 34408
2013-09-19 21:58:32 +00:00
Scott Russell
c4a3dda5fc
ICU-10261 review comment updates
...
X-SVN-Rev: 34402
2013-09-19 18:02:36 +00:00
Yoshito Umaoka
886e16a276
ICU-10399 Fixed a coding issue. During the initialization of MeasureUnit, it should not use a subclass Currency. Currency.CURRENCY_FACTORY is actually in MeasureUnit, so it should not be accessed through Currency.
...
X-SVN-Rev: 34401
2013-09-19 17:44:06 +00:00
Yoshito Umaoka
6cf11c3bf5
ICU-10399 Updated api change report.
...
X-SVN-Rev: 34390
2013-09-18 22:57:01 +00:00
Yoshito Umaoka
e2f60a29ee
ICU-10399 Added missing API status tags
...
X-SVN-Rev: 34389
2013-09-18 22:51:19 +00:00
Yoshito Umaoka
c9b42d2525
ICU-10399 Fixed some compiler warnings (Eclipse and JDK javac).
...
X-SVN-Rev: 34387
2013-09-18 21:52:51 +00:00
Yoshito Umaoka
3e7d7e68f8
ICU-10415 Additional fixes to PluralRules and PluralSamples. Incorrect and missing tags.
...
X-SVN-Rev: 34386
2013-09-18 20:58:47 +00:00
Yoshito Umaoka
87fff22f2f
ICU-10393 API status promotion from draft to stable in ICU4J 52.
...
X-SVN-Rev: 34384
2013-09-18 19:55:38 +00:00
Mark Davis
0989e56a2f
ICU-10415 fix mistag
...
X-SVN-Rev: 34383
2013-09-18 18:52:24 +00:00
Markus Scherer
14168ce260
ICU-10180 document that a string trie cannot be empty
...
X-SVN-Rev: 34381
2013-09-18 16:39:06 +00:00
Mark Davis
59d926f715
ICU-10409 fixed tests in wrong file, as per Markus's request
...
X-SVN-Rev: 34371
2013-09-18 13:51:30 +00:00
Mark Davis
7b164713f3
ICU-10383 fix synchronization per Andy.
...
X-SVN-Rev: 34370
2013-09-18 13:41:49 +00:00
Yoshito Umaoka
92464523f4
ICU-7897 Simplified TestSelection/TestConversionUTF16. Removed the charset encoding name data depending on index of array returned by getAvailableNames(), instead, use hardcoded popular charset names. Modernize the coding style, etc. Reduced the exhaustive test time a lot.
...
X-SVN-Rev: 34357
2013-09-17 18:20:50 +00:00
Travis Keep
bfb8e76bc0
ICU-9946 Add test for ede case of formatting {0}, {1}, {2}
...
X-SVN-Rev: 34355
2013-09-17 17:57:07 +00:00
Yoshito Umaoka
1e57298e3f
ICU-10012 Disable EBCDIC Arabic/Hebrew detectors by default. Added APIs to enable/disable each charset and get currently active charsets. Use ISO-8859-8-I for ISO-8859-8/logica/implicit - to make the behavior compatible with ICU4C implementation ( #9364 ).
...
X-SVN-Rev: 34351
2013-09-17 07:07:53 +00:00
John Emmons
002a4a751e
ICU-10404 Last minute plural update
...
X-SVN-Rev: 34343
2013-09-17 03:47:56 +00:00
John Emmons
a380bf4716
ICU-9995 Remove Region.UNDEFINED_NUMERIC_CODE and document.
...
X-SVN-Rev: 34333
2013-09-16 20:27:16 +00:00
Travis Keep
7fb9143401
ICU-10378 Use copy-on-write semantics when modifying pre-existing EnumSet.
...
X-SVN-Rev: 34331
2013-09-16 16:49:11 +00:00
Scott Russell
bfbffd7805
ICU-10261 give DateFormat more granular leniency control
...
X-SVN-Rev: 34326
2013-09-16 12:20:50 +00:00
Peter Edberg
36e54c57f8
ICU-10378 (J) Change to use EnumSet instead of bitmasks
...
X-SVN-Rev: 34325
2013-09-16 05:20:11 +00:00
Matitiahu Allouche
66a277a085
ICU-10142 fixes to UBA implementation to satisfy all tests in BidiTest and BidiCharacterTest (version 6.3.0d3)
...
X-SVN-Rev: 34324
2013-09-15 20:53:10 +00:00
Yoshito Umaoka
1cb23f24df
ICU-10399 ICU4J version number to 52.1.
...
X-SVN-Rev: 34318
2013-09-13 20:07:16 +00:00
Mark Davis
a7f34e92c9
ICU-8474 restored the canonicalization to =, !=, and %. (Somehow it got reverted, not sure how.) Ran the core tests; was unable to run all the tests (see email to core).
...
X-SVN-Rev: 34317
2013-09-13 19:53:16 +00:00
Yoshito Umaoka
90ded7ad3c
ICU-10399 Organized import statements.
...
X-SVN-Rev: 34311
2013-09-13 17:54:23 +00:00
Markus Scherer
8e59fa7be4
ICU-9915 do not mask off the continuation bits and then later test this masked CE value for isContinuation()
...
X-SVN-Rev: 34310
2013-09-13 17:12:11 +00:00
Yoshito Umaoka
02d6148322
ICU-10393 Added a new feature to CollectAPI to write out API list in TSV format.
...
X-SVN-Rev: 34302
2013-09-13 08:14:50 +00:00
Peter Edberg
d7aff40250
ICU-10378 (J) Support skeleton meta-character 'J' in DateTimePatternGenerator
...
X-SVN-Rev: 34294
2013-09-12 23:50:38 +00:00
Yoshito Umaoka
e27c77829d
ICU-8474 Revert changes ULocale's class signature and comparTo method. Also removed Comparable from PluralRule's class signature, but preserved compareTo method as @internal.
...
X-SVN-Rev: 34289
2013-09-12 20:53:12 +00:00
Markus Scherer
56d546f8c5
ICU-8474 minor changes parallel with C++
...
X-SVN-Rev: 34276
2013-09-11 23:32:15 +00:00
John Emmons
ce0795b141
ICU-10380 Integrate additional CLDR 24 data ref. Cldrbug:6672
...
X-SVN-Rev: 34271
2013-09-11 19:18:50 +00:00
Peter Edberg
a183ef1302
ICU-10065 (J) In DateTimePatternGenerator, add support for pattern chars O,X,x, adjust support for V,Z
...
X-SVN-Rev: 34263
2013-09-10 21:53:00 +00:00
Michael Ow
74f4eeb5e2
ICU-10329 Update ICU4J charset alias table
...
X-SVN-Rev: 34250
2013-09-09 18:44:28 +00:00
John Emmons
45794dd120
ICU-10370 Remove BOMs from java files in the samples
...
X-SVN-Rev: 34246
2013-09-08 04:08:33 +00:00
John Emmons
1aa921d201
ICU-10335 Add missing alias from ky_KG to ky_Cyrl_KG
...
X-SVN-Rev: 34245
2013-09-08 04:01:38 +00:00
John Emmons
a3c50c6e67
ICU-10335 Merge completed CLDR24 branch into trunk.
...
X-SVN-Rev: 34239
2013-09-07 20:54:48 +00:00
Peter Edberg
dc0285bb1f
ICU-7647 J, Add/use LaoBreakEngine and corresponding dictionary
...
X-SVN-Rev: 34233
2013-09-07 01:03:46 +00:00
Peter Edberg
ec72ffe189
ICU-10161 J - Ignore LRM/RLM/ALM in text and affixes when comparing;
...
add internal support for minus/plus symbol strings to DecimalFormatSymbols;
pre-integrate some CLDR 24 number symbol/pattern changes so tests match them.
X-SVN-Rev: 34212
2013-09-06 02:06:05 +00:00
Scott Russell
d5f385d4e5
ICU-10249 Implement new Islamic calendar variants tbla, rgsa (fix for broken test)
...
X-SVN-Rev: 34178
2013-09-04 02:44:27 +00:00
Scott Russell
d2d0d0d9f0
ICU-10249 Implement new Islamic calendar variants tbla, rgsa
...
X-SVN-Rev: 34172
2013-09-03 22:26:48 +00:00
Peter Edberg
f6f9d3762f
ICU-9960 The private/@internal versions of matchString,subParse added in r31186 should be marked as such
...
X-SVN-Rev: 34166
2013-09-03 05:14:19 +00:00
Markus Scherer
748e8c9cc6
ICU-10142 implement Unicode 6.3 bidi algorithm additions: merge icu4j/branches/mati/uba63 into trunk, merge new test for BidiCharacterTest.txt into BiDiConformanceTest.java
...
X-SVN-Rev: 34149
2013-08-30 19:50:39 +00:00
Scott Russell
b5da651126
ICU-8449 compiler warning clean-up & add support for maintaining existing civil property along with new cType
...
X-SVN-Rev: 34146
2013-08-30 14:45:58 +00:00
Peter Edberg
839ec55eab
ICU-10176 No line break in $SY $HL; update tests, including old missing updates for RBBITestMonkey (J)
...
X-SVN-Rev: 34143
2013-08-30 06:39:01 +00:00
Travis Keep
33c0acf233
ICU-10017 Rollback TimePeriod additions.
...
X-SVN-Rev: 34137
2013-08-30 00:17:33 +00:00
Peter Edberg
be5eec1c83
ICU-10296 Add 2 words to Thai dictionary (มั้ย, มั๊ยล่ะ), add tests (J)
...
X-SVN-Rev: 34136
2013-08-29 23:57:25 +00:00
Yoshito Umaoka
bc031bb637
ICU-10268 Restored Currency serialization backward compatibility support for now. Also fixed a bunch of compiler warnings (both Eclipse compiler and JDK) introduced by unit/measure format work.
...
X-SVN-Rev: 34132
2013-08-29 21:14:09 +00:00
Peter Edberg
3188fd4a62
ICU-10300 Add "オーストラリア" to cjdict.txt (J)
...
X-SVN-Rev: 34131
2013-08-29 21:13:43 +00:00
Travis Keep
3a4fa13ef8
ICU-10268 Mark Units API as internal deprecated and fix some minor bugs.
...
X-SVN-Rev: 34127
2013-08-29 18:31:11 +00:00
Peter Edberg
4431fc1f14
ICU-10299 Fix CjkBreakEngine fWordSet to include 30FC,FF70 (ICU4J)
...
X-SVN-Rev: 34125
2013-08-29 18:04:59 +00:00
Yoshito Umaoka
ca03cd866d
ICU-10268 Serialization compatibility test related changes. Cleaned up skip cases. Reverted a previous change that seemed to exclude Currency from the compatibility test. Also fixed some compiler warnings introduced by previous commits for this ticket.
...
X-SVN-Rev: 34124
2013-08-29 17:45:39 +00:00
Yoshito Umaoka
bd82ee99c1
ICU-10268 Exclude PluralRules$FixedDecimal from the serialization coverage test for now.
...
X-SVN-Rev: 34123
2013-08-29 17:30:19 +00:00
Markus Scherer
fe1a149ca5
ICU-10168 Unicode 6.3 data files as of 2013-aug-27
...
X-SVN-Rev: 34104
2013-08-28 21:08:11 +00:00
Travis Keep
fa9f269f4d
ICU-8474 CompactDecimalFormat improvement avoid extra format call. Fix bugs in FixedDecimal.
...
X-SVN-Rev: 34100
2013-08-28 19:34:03 +00:00
Mark Davis
6037d39183
ICU-10268 Add the units along the lines of what was discussed. Needs more work, however.
...
X-SVN-Rev: 34099
2013-08-28 15:55:54 +00:00
Markus Scherer
196921e4cd
ICU-10168 minor improvements for unicodetools
...
X-SVN-Rev: 34095
2013-08-27 18:05:47 +00:00
Markus Scherer
2a36e2f226
ICU-8474 support plurals with decimals in MessageFormat and PluralFormat
...
X-SVN-Rev: 34087
2013-08-26 20:29:07 +00:00
Mark Davis
ca9d96f401
ICU-8474 Fix test to also check for decimals if integer samples empty
...
X-SVN-Rev: 34086
2013-08-24 16:19:47 +00:00
Andy Heninger
9685634a0f
ICU-8474 Plural Rules, tweak samples test to stop false failures.
...
X-SVN-Rev: 34085
2013-08-24 00:16:11 +00:00
Andy Heninger
f3dce2ad42
ICU-8474 Plural Rule data regenerated from CLDR.
...
X-SVN-Rev: 34083
2013-08-23 19:54:33 +00:00
Mark Davis
4505512d3e
ICU-8474 Many changes to tests and code in order to properly separate DECIMAL from INTEGER isLimited and samples; fix samples/unbounded in CLDR, fix bounded, fix when to return null, check disallowed syntax etc.
...
X-SVN-Rev: 34082
2013-08-23 10:38:57 +00:00
Yoshito Umaoka
d73447b346
ICU-9526 Fixed a paring problem with custom monetary grouping separator. Ported equivalent fix for monetary decimal separator handing, updating the fix done by #9521 . Fixed some bad coding style. Added a test case for testing custom symbols.
...
X-SVN-Rev: 34070
2013-08-20 20:59:18 +00:00
Peter Edberg
b19b309b18
ICU-10243 J, LocaleData.getMeasurementSystem/getPaperSize should get data from supplementalData
...
X-SVN-Rev: 34066
2013-08-19 23:49:53 +00:00
Mark Davis
6cfd149314
ICU-8474 major change to PluralRules to move sample generation code into CLDR. Also did close to final renaming of internal classes
...
X-SVN-Rev: 34064
2013-08-19 18:32:42 +00:00
Mark Davis
60c838d40f
ICU-8474 major change to PluralRules to move sample generation code into CLDR. Also did close to final renaming of internal classes
...
X-SVN-Rev: 34063
2013-08-19 18:32:19 +00:00
Scott Russell
5f2027f091
ICU-8449 fix incorrect deprecations
...
X-SVN-Rev: 34050
2013-08-16 16:44:14 +00:00
Scott Russell
a442610f93
ICU-8449 Add Um al-Qura Hijri Calendar Support
...
X-SVN-Rev: 34048
2013-08-16 16:04:37 +00:00
Yoshito Umaoka
3b2de608ed
ICU-10155 Deleted an empty test case - TestGetEffectiveCurrency.
...
X-SVN-Rev: 34041
2013-08-14 19:47:38 +00:00
Yoshito Umaoka
d8d708a40c
ICU-10256 Fixed NPE problem in TimeZoneJDK#clone().
...
X-SVN-Rev: 34038
2013-08-13 14:35:01 +00:00
Yoshito Umaoka
7879f2905b
ICU-10281 Synchronized patched en_MO to resolve time zone name MST problem.
...
X-SVN-Rev: 34031
2013-08-09 20:40:48 +00:00
Yoshito Umaoka
78a74d6171
ICU-10281 Fixed a VTIMEZONE writer problem that may produce overlapping rules.
...
X-SVN-Rev: 34025
2013-08-09 16:32:00 +00:00
Travis Keep
0bd4a85122
ICU-10204 Fix broken link in hebrew calendar documentation.
...
X-SVN-Rev: 34002
2013-07-31 23:38:17 +00:00
Travis Keep
75ee6eb19b
ICU-10274 Attempt to fix broken ICU4J build.
...
X-SVN-Rev: 33987
2013-07-25 17:00:16 +00:00
Travis Keep
4b1b47ddb0
ICU-10274 Add compound duration formatting for JAVA.
...
X-SVN-Rev: 33980
2013-07-24 23:07:31 +00:00
Travis Keep
90f5a56a9d
ICU-10222 Fix failing TimeUnitTest.java the cldr path for duration units changed units -> units/duration; unitsShort -> unitsShort/duration.
...
X-SVN-Rev: 33971
2013-07-23 23:17:32 +00:00
Peter Edberg
e276c69769
ICU-10222 (J) Update tests for new Latvian plural rules
...
X-SVN-Rev: 33967
2013-07-23 20:51:39 +00:00
Yoshito Umaoka
e0ea96658f
ICU-10084 BRS - updated readme and some others.
...
X-SVN-Rev: 33963
2013-07-23 17:40:26 +00:00
Yoshito Umaoka
9da57d92b2
ICU-10084 BRS - clean up imports (update)
...
X-SVN-Rev: 33962
2013-07-23 17:02:56 +00:00
Yoshito Umaoka
fb4483e592
ICU-10084 Updated eclipse build stuffs
...
X-SVN-Rev: 33961
2013-07-23 16:54:58 +00:00
Peter Edberg
22ea7ff401
ICU-10222 (J) Update CLDR data snapshot: Latvian plural fix, measurementData in supplemental
...
X-SVN-Rev: 33959
2013-07-23 07:36:06 +00:00
Travis Keep
12b26e3073
ICU-10067 Implement feedback from API proposal.
...
X-SVN-Rev: 33955
2013-07-22 22:18:54 +00:00
Mark Davis
7b11899477
ICU-8474 make the fields of NumberInfo @internal for access by CLDR.
...
X-SVN-Rev: 33951
2013-07-20 22:57:32 +00:00
Mark Davis
07c13a589e
ICU-8474 Fixed more test cases caused by plurals change
...
X-SVN-Rev: 33950
2013-07-20 21:18:07 +00:00
Mark Davis
5c071a90fe
ICU-8474 added Russian cases to replace ones with fixed decimals.
...
X-SVN-Rev: 33948
2013-07-19 20:26:43 +00:00
Mark Davis
a93c71f71c
ICU-8474 fixed currency tests.
...
X-SVN-Rev: 33947
2013-07-19 20:22:23 +00:00
Mark Davis
c75c662d21
ICU-8474 fixed Serbian data
...
X-SVN-Rev: 33946
2013-07-19 20:04:47 +00:00
Mark Davis
50323c01c7
ICU-8474 made syntax fixes in accordance with doc, adjusted code for currencies to work right.
...
X-SVN-Rev: 33945
2013-07-19 19:38:17 +00:00
Mark Davis
7d4180dc4d
ICU-10187 Fix test (regions that leaked () in CLDR).
...
X-SVN-Rev: 33923
2013-07-15 13:40:57 +00:00
Mark Davis
99d92460a3
ICU-10187 Fix test (regions that leaked () in CLDR.
...
X-SVN-Rev: 33922
2013-07-15 13:11:49 +00:00
Mark Davis
fa4c3dbe59
ICU-10187 replace the parens by brackets. Note: could not write a test, since we can't change ICU's locale data. However, stepped through the data to ensure that it worked.
...
X-SVN-Rev: 33921
2013-07-15 10:10:12 +00:00
Yoshito Umaoka
249d1156a1
ICU-10222 Changed a test case in testPluralFormat to use locale 'uk' instead of 'ru'. The test case was originally written for the rule set formerly shared by 'ru' and 'uk', but the rule for 'ru' had been changed.
...
X-SVN-Rev: 33914
2013-07-11 19:10:09 +00:00
Peter Edberg
dc3bff3e0d
ICU-10244 (C) LocaleData.getLocaleSeparator now returns piece between {0} and {1} in new localeSeparator pattern
...
X-SVN-Rev: 33913
2013-07-11 18:59:13 +00:00
Ramy Said
e52a073bee
ICU-9272 CharsetDetector Inefficiencies
...
X-SVN-Rev: 33901
2013-07-10 07:16:36 +00:00
Yoshito Umaoka
2e0d24aafc
ICU-10084 BRS - Updated the API change report. Supplied API status tag to a bunch of new draft/private APIs. Fixed a API change report tool problem caused by an extremely long API signature (expanded an internal API signature token limit from 256 to 512).
...
X-SVN-Rev: 33899
2013-07-09 22:23:02 +00:00
Yoshito Umaoka
b280b62e5c
ICU-10084 Resolve Eclipse compiler warnings.
...
X-SVN-Rev: 33898
2013-07-09 18:28:49 +00:00
Yoshito Umaoka
f1d2dd38fd
ICU-10084 BRS - clean up import statements.
...
X-SVN-Rev: 33897
2013-07-09 16:45:56 +00:00
Peter Edberg
2553506161
ICU-10244 (J) Add tests for localeDisplayName using localeSeparator
...
X-SVN-Rev: 33896
2013-07-09 07:42:39 +00:00
Michael Ow
dd57b2dc24
ICU-10037 Update tzdata in ICU4J to 2013d
...
X-SVN-Rev: 33893
2013-07-08 23:38:25 +00:00
Peter Edberg
8d826958fd
ICU-10222 (J) Integrate CLDR data snapshot for ICU 52.0.1; add calendar types
...
X-SVN-Rev: 33888
2013-07-08 06:31:43 +00:00
Peter Edberg
1358964c56
ICU-10244 (J) Handle localeDisplayPattern/separator as pattern
...
X-SVN-Rev: 33887
2013-07-08 06:28:29 +00:00
Mark Davis
b62f044d82
ICU-8474 cleanup, moving some test code to CLDR.
...
X-SVN-Rev: 33882
2013-07-03 08:58:32 +00:00
Scott Russell
3f23269839
ICU-9968 Return value of SimpleDateFormat subparse not correctly reflecting error at start pos 0 - fix failing ERA test
...
X-SVN-Rev: 33872
2013-07-01 19:00:14 +00:00
Scott Russell
5442e5a7a4
ICU-9968 Return value of SimpleDateFormat subparse not correctly reflecting error at start pos 0
...
X-SVN-Rev: 33871
2013-07-01 15:24:42 +00:00
Mark Davis
9333318d4e
ICU-8474 cleanup, moving some test code to CLDR.
...
X-SVN-Rev: 33870
2013-07-01 10:35:20 +00:00
Andy Heninger
fa30f0afbf
ICU-9936 Improved API descriptions for DecimalFormat set min/max significant digits.
...
X-SVN-Rev: 33868
2013-06-28 21:12:10 +00:00
Peter Edberg
70fc2d25ba
ICU-10195 (J) Add more tests for getAppendItemName
...
X-SVN-Rev: 33860
2013-06-27 08:23:29 +00:00
Peter Edberg
9268ae09e5
ICU-10061 (J) Make getDayOfWeekType behave as documented for last weekend day; fix for 1-day weekends
...
X-SVN-Rev: 33858
2013-06-27 06:53:35 +00:00
Peter Edberg
a573382a0b
ICU-9984 (J) For DTPG, Y in skeleton should produce Y in pattern
...
X-SVN-Rev: 33857
2013-06-27 06:16:33 +00:00
Andy Heninger
b64a61baba
ICU-9936 Decimal Format, auto-enable SignificantDigitsUsed when setting significant digits.
...
X-SVN-Rev: 33834
2013-06-17 20:35:47 +00:00
Michael Ow
7322ddac17
ICU-10214 Update locale subtag check in XLIFF2ICU converter tool
...
X-SVN-Rev: 33831
2013-06-14 21:10:26 +00:00
Andy Heninger
83ad0ae901
ICU-5901 RBBI.getRuleStatus(), hoist to BreakIterator from RuleBasedBreakIterator.
...
X-SVN-Rev: 33829
2013-06-13 23:38:21 +00:00
Andy Heninger
2f731899ca
ICU-10140 Spoof Checker rule builder fixes. Was dropping Whole Script confusable data.
...
X-SVN-Rev: 33828
2013-06-13 21:17:34 +00:00
Yoshito Umaoka
56a5b9c0a0
ICU-10172 Minor corrections in DecimalFormat set/getRoundingIncrement API docs.
...
X-SVN-Rev: 33824
2013-06-13 15:03:37 +00:00
Yoshito Umaoka
408820999c
ICU-10221 Fixed parsed length issue with a grandfathered tag in LanguageTag parser implementation.
...
X-SVN-Rev: 33822
2013-06-13 14:41:39 +00:00
Yoshito Umaoka
86471ecf62
ICU-10209 Fixed odd TimeType problem with ZONE_ID, ZONE_ID_SHORT and EXEMPLAR_LOCATION in TimeZoneFormat#format. Also added generic TimeZoneFormat format test including the test cases verifying the fix.
...
X-SVN-Rev: 33820
2013-06-12 21:37:46 +00:00
Markus Scherer
715d77036f
ICU-8134 improve API docs for getBaseName() & setKeywordValue()
...
X-SVN-Rev: 33815
2013-06-10 22:38:41 +00:00
Travis Keep
2193ad4563
ICU-10202 Fix documentation on getXXXInstance() methods.
...
X-SVN-Rev: 33806
2013-06-05 21:33:31 +00:00
Travis Keep
e7c709b18e
ICU-10201 Fix wording in documentation of DateFormat.
...
X-SVN-Rev: 33805
2013-06-05 20:49:25 +00:00
Bing Long
97817ac0ae
ICU-10113 update ICU4J sample code to include the "import...." statement.
...
X-SVN-Rev: 33804
2013-06-05 14:50:05 +00:00
Yoshito Umaoka
78106e6434
ICU-10174 Fixed a bad code snippet in the LocaleMatcher's API class doc.
...
X-SVN-Rev: 33801
2013-06-04 16:15:58 +00:00
Yoshito Umaoka
4ba8437677
ICU-10192 Fix the LanguageTag#toString() missing variant fields problem.
...
X-SVN-Rev: 33765
2013-05-28 20:16:17 +00:00
Mark Davis
f989418d4f
ICU-8471 Update to fix the Compact Numbers for fractional plurals, and for use in CLDR.
...
X-SVN-Rev: 33760
2013-05-27 22:25:45 +00:00
Mark Davis
65c0d155b2
ICU-8471 Update to fix the Compact Numbers for fractional plurals, and for use in CLDR.
...
X-SVN-Rev: 33759
2013-05-27 15:34:55 +00:00
Bing Long
32931929cb
ICU-10113 Updated DateTimePatternGeneratorSample.java. Replace gen.addPattern("d'. von' MMMM", true, returnInfo) with gen.addPattern("dd'. von' MMMM", true, returnInfo) to make the sample applicable to other locales, such as German, Simplified Chinese etc.
...
X-SVN-Rev: 33758
2013-05-27 14:46:51 +00:00
Travis Keep
e29ab729e8
ICU-10131 Add test for fallback prevention with empty set for JAVA.
...
X-SVN-Rev: 33754
2013-05-25 00:03:37 +00:00
Travis Keep
cb0f19fc45
ICU-10173 Add test for ensuring that zero shoes as 0 and not 0.0
...
X-SVN-Rev: 33752
2013-05-24 22:47:07 +00:00
Travis Keep
ed6f7e1545
ICU-10045 Fix significant digits with zero for JAVA.
...
X-SVN-Rev: 33750
2013-05-24 22:16:05 +00:00
Mark Davis
b939f21291
ICU-10173 fix test to show bug.
...
X-SVN-Rev: 33748
2013-05-24 08:58:43 +00:00
Travis Keep
4ce7ebccfa
ICU-10153 Fix javadoc for TimeUnitFormat.setNumberFormat()
...
X-SVN-Rev: 33739
2013-05-23 18:49:28 +00:00
Travis Keep
3fd9bb89c8
ICU-10151 Fix typo in UnicodeSet documentation.
...
X-SVN-Rev: 33738
2013-05-23 18:33:24 +00:00
Peter Edberg
724cb16c28
ICU-10186 Need special numeric era format/parse for dangi too (J)
...
X-SVN-Rev: 33735
2013-05-23 02:00:04 +00:00
Yoshito Umaoka
7f9645615a
ICU-10170 Added a test case. The bug in the library code was already fixed by r33671.
...
X-SVN-Rev: 33731
2013-05-22 21:04:44 +00:00
Yoshito Umaoka
c7d2a18170
ICU-10148 TZ database/Windows zone ID mapping APIs.
...
X-SVN-Rev: 33727
2013-05-22 20:34:10 +00:00
Ramy Said
a5f76fe20e
ICU-9272 CharsetDetector Inefficiencies
...
X-SVN-Rev: 33722
2013-05-22 14:28:56 +00:00
Markus Scherer
ef9809ac71
ICU-10128 new BidiTest.txt with test data for more than 63 levels
...
X-SVN-Rev: 33691
2013-05-20 18:55:39 +00:00
Peter Edberg
c00f2b4327
ICU-10120 Add test for katakana + extend (J)
...
X-SVN-Rev: 33684
2013-05-20 00:39:07 +00:00
Peter Edberg
65ace5b6f4
ICU-10120 Copy fix #9983 (for word ubrk_previous infinite loop) to word_POSIX too (J)
...
X-SVN-Rev: 33683
2013-05-19 07:03:23 +00:00
Yoshito Umaoka
f3077f748f
ICU-9931 Fixed rounding related problems in ICU4J DecimalFormat. Provided generic test case code for rounding behavior.
...
X-SVN-Rev: 33671
2013-05-16 22:25:42 +00:00
Scott Russell
5d704324fa
ICU-10110 handle non-String'able objects to prevent class cast exception in SimpleDateFormat.parse()
...
X-SVN-Rev: 33670
2013-05-16 17:50:47 +00:00
Scott Russell
68f770cd8a
ICU-10110 handle non-String objects to prevent class cast exception in SimpleDateFormat.parse()
...
X-SVN-Rev: 33669
2013-05-16 15:51:43 +00:00
Markus Scherer
54eb776527
ICU-10128 update ICU to Unicode 6.3 beta (merge from branches/markus/uni63 at r33585)
...
X-SVN-Rev: 33663
2013-05-15 22:16:48 +00:00
Bing Long
6dd8688bae
ICU-10113 Added PluralFormatSample.java. Updated the API document for PluralFormat(ULocale ulocale, String pattern).
...
X-SVN-Rev: 33653
2013-05-14 20:51:05 +00:00
Bing Long
344f86cc16
ICU-10113 Added DateIntervalFormatSample.java.
...
Updated the API document for DateIntervalFormat->getInstance(String skeleton, Locale locale) and
DateIntervalFormat->getInstance(String skeleton, Locale locale, DateIntervalInfo dtitvinf)
X-SVN-Rev: 33652
2013-05-14 20:39:25 +00:00
Mark Davis
9469a6c1be
ICU-8474 Updated the plural rules factory to match CLDR; took a first pass at modifying NumberFormat to get the right information out for plural select with fractions.
...
X-SVN-Rev: 33649
2013-05-14 12:32:16 +00:00
Travis Keep
c43fdd0dce
ICU-10069 Add comments per Markus' review.
...
X-SVN-Rev: 33645
2013-05-13 23:41:55 +00:00
Yoshito Umaoka
8c9653dca9
ICU-10154 Optimized time zone historical offset iteration.
...
X-SVN-Rev: 33632
2013-05-10 16:32:04 +00:00
Travis Keep
2469052770
ICU-10069 Take into account compatible currency symbols, e.g half-width and full-width yen symbol, when parsing currencies. Currency symbol equivalence relation hard-coded in Currency class for now.
...
X-SVN-Rev: 33616
2013-05-08 23:46:30 +00:00
Travis Keep
8eeb9f536d
ICU-10069 Clean up overly complicated currency matching code. This clean up was necessary because previous code assumed that currency string in text will match currency symbol in CLDR. With currency equivalences, this assumption no longer holds.
...
X-SVN-Rev: 33615
2013-05-08 19:53:08 +00:00
Michael Ow
a94b29c5a2
ICU-10084 Update version to 52.0.1
...
X-SVN-Rev: 33608
2013-05-08 01:38:44 +00:00
Travis Keep
e78cb5b4b0
ICU-10026 Fix DecimalFormat to handle variation of minus signs according to Mark Davis' suggestions.
...
X-SVN-Rev: 33605
2013-05-07 20:06:58 +00:00
John Emmons
cf0417c3e5
ICU-10137 Merge CLDR 23.1 data
...
X-SVN-Rev: 33592
2013-05-06 13:52:37 +00:00
George Rhoten
c55b3819a6
ICU-10136 Do not throw an exception when requesting the quotes for fr_CA. It should fallback to data from fr.
...
X-SVN-Rev: 33568
2013-05-01 21:37:14 +00:00
Bing Long
c6902ad571
ICU-100113 Added DateTimePatternGeneratorSample.java. Updated the API document in datetimepatterngenerator class for getBestPattern, addPattern, replaceFieldTypes.
...
X-SVN-Rev: 33555
2013-04-26 19:23:57 +00:00
Yoshito Umaoka
0cb16ea2bb
ICU-9104 A minor change in the doc updated in the previous commit.
...
X-SVN-Rev: 33550
2013-04-25 21:00:44 +00:00
Yoshito Umaoka
766add67f0
ICU-9104 Updated CollationElementIterator API spec not to support changing the iteration direction without reset. Added a field tracking the iteration direction and trigger assertion when a caller violates the restriction (only when Java assertion is enabled).
...
X-SVN-Rev: 33549
2013-04-25 20:15:50 +00:00
Michael Ow
4ee0730967
ICU-10037 Update tzdata in ICU4J to 2013c
...
X-SVN-Rev: 33548
2013-04-24 03:12:26 +00:00
Mark Davis
c418174fff
ICU-8474 tweak for farsi
...
X-SVN-Rev: 33545
2013-04-23 15:17:51 +00:00
Mark Davis
6c0747cd6c
ICU-8474 refactor to make it easier to copy to CLDR.
...
X-SVN-Rev: 33544
2013-04-23 12:32:37 +00:00
Yoshito Umaoka
10f1e3259e
ICU-10097 Replace ICURWLock implementation with JDK's ReentrantReadWriteLock. At the same time, disabled the stats collection (never used by ICU library consumers) by default.
...
X-SVN-Rev: 33543
2013-04-22 21:04:37 +00:00
Mark Davis
4524c8c33d
ICU-8474 tuned portuguese, bengali, latvian, romanian, zulu
...
X-SVN-Rev: 33541
2013-04-22 14:49:51 +00:00
Yoshito Umaoka
d240d6478b
ICU-8957 Updated ant build files supporting findbugs invoked from ant build.
...
X-SVN-Rev: 33539
2013-04-19 23:31:32 +00:00
Michael Ow
37aa0f8445
ICU-9973 Make CharsetProviderICU thread safe
...
X-SVN-Rev: 33534
2013-04-17 15:29:37 +00:00
Mark Davis
297e433797
ICU-8474 fixes for serialization, which included change to equals
...
X-SVN-Rev: 33528
2013-04-15 06:19:53 +00:00
Yoshito Umaoka
a1d5c9a04e
ICU-10080 Removed the old serializable test data except 3.6.
...
X-SVN-Rev: 33519
2013-04-12 18:04:23 +00:00
Yoshito Umaoka
e255e7d747
ICU-8957 Fixed issues detected by FindBugs in ICU library code except #9667 and #10097 . Added FindBugs exclusion filter files in ICU4J library project directories.
...
X-SVN-Rev: 33516
2013-04-12 15:31:31 +00:00
Yoshito Umaoka
69285080db
ICU-10099 Explicitly add charset=UTF-8 in the ICU4J API reference docs. Forcing UTF-8 to be used by JCite for reading java source files.
...
X-SVN-Rev: 33512
2013-04-11 17:52:38 +00:00
Yoshito Umaoka
5fbc363972
ICU-9743 Logging known issues with ticket information, instead of timebomb.
...
X-SVN-Rev: 33503
2013-04-10 08:15:11 +00:00
Mark Davis
aa08affb3c
ICU-8474 fix serbian, revamp rules to generate smarter samples
...
X-SVN-Rev: 33502
2013-04-09 13:43:13 +00:00
Mark Davis
9c66e7e083
ICU-8474 correct isEmpty()
...
X-SVN-Rev: 33501
2013-04-09 09:04:45 +00:00
Mark Davis
74c81065f6
ICU-8474 updates to fix new rules, separate out test generation class, factory class, change toString() to roundtrip, etc.
...
X-SVN-Rev: 33499
2013-04-08 14:11:49 +00:00
Travis Keep
d8a9e311a3
ICU-10017 Git rid of special code in TimePeriod that copies non-immutable Number types. Add comments explaining that Number objects need to be immutable. Add unit test for TestPeriod.equals/hashCode. In JAVA implementation remove extra boolean flag for numeric and treat NUMERIC as a full fledged style as much as possible.
...
X-SVN-Rev: 33490
2013-04-03 22:05:00 +00:00
Travis Keep
c0ac428d94
ICU-10067 Add getLocale() and createPatternForNumItems() to ListFormatter.
...
X-SVN-Rev: 33488
2013-04-03 20:42:55 +00:00
Travis Keep
5dfe1df049
ICU-10063 Change ListFormatter.format() method to take a Collection<?> instead of a Collection<Object>
...
X-SVN-Rev: 33480
2013-03-29 22:23:24 +00:00
Travis Keep
cfd8e84278
ICU-10017 Correctly handle all types of Number fields in TimePeriod.
...
X-SVN-Rev: 33479
2013-03-29 21:43:18 +00:00
Travis Keep
f91bd1239d
ICU-10017 Remove unused imports
...
X-SVN-Rev: 33478
2013-03-29 20:17:43 +00:00
Travis Keep
3652768a72
ICU-10017 Add test to insure that TimePeriod.forAmounts() throws IllegalArgumentException when necessary.
...
X-SVN-Rev: 33476
2013-03-28 22:51:46 +00:00
Travis Keep
3af99923b3
ICU-10017 Add test for formatPeriod for numeric style and for TimePeriods with just a single field.
...
X-SVN-Rev: 33475
2013-03-28 22:25:47 +00:00
Travis Keep
d21588cb60
ICU-10017 Do defensive copy of TimeUnitAmount objects in TimePeriod.forAmounts.
...
X-SVN-Rev: 33474
2013-03-28 21:04:41 +00:00
Travis Keep
eab9da1176
ICU-10017 Add test for TimeUnitFormat.formatPeriod for english using full name style.
...
X-SVN-Rev: 33473
2013-03-28 20:35:26 +00:00
Travis Keep
b35aa4dcf7
ICU-10017 Add API specification for composition of time periods for ICU4J into code.
...
X-SVN-Rev: 33471
2013-03-28 17:38:18 +00:00
Travis Keep
7c6a50445b
ICU-10026 Add comment to normalizePlusAndMinus function in DecimalFormat.
...
X-SVN-Rev: 33466
2013-03-27 15:52:49 +00:00
Mark Davis
d3f8a3c777
ICU-8474 enhanced syntax
...
X-SVN-Rev: 33465
2013-03-27 13:57:35 +00:00
Travis Keep
d2f57f1ad3
ICU-10026 Make Numberformat.parse() even more lenient by allowing 7 alternates for plus and minus when parsing Not just ascii plus and minus.
...
X-SVN-Rev: 33462
2013-03-26 23:51:41 +00:00
Travis Keep
46a99dae07
ICU-10026 Make Numberformat.parse() method accept ascii plus and minus in addition to native plus and minus of locale for ICU4J.
...
X-SVN-Rev: 33461
2013-03-26 23:03:44 +00:00
Travis Keep
b33cab0a51
ICU-9914 DateIntervalFormat to handle 2 year vs. 4 year formats in ICU4J.
...
X-SVN-Rev: 33447
2013-03-21 16:43:17 +00:00
Yoshito Umaoka
de265bad60
ICU-10014 Updated readme.html for ICU4J 51 official release.
...
X-SVN-Rev: 33433
2013-03-15 15:15:39 +00:00
Yoshito Umaoka
44545969d4
ICU-10014 Update maven pom.xml to release 51.1.
...
X-SVN-Rev: 33427
2013-03-14 20:18:19 +00:00
Yoshito Umaoka
778782d402
ICU-10014 Updated ICU4J version related strings to 51.1 release.
...
X-SVN-Rev: 33426
2013-03-14 20:16:07 +00:00
Michael Ow
dbd26b8c36
ICU-9732 Update tzdata in ICU4J to 2013b
...
X-SVN-Rev: 33421
2013-03-13 21:49:58 +00:00
John Emmons
ee6ec163d9
ICU-10018 Merge data from CLDR 5744 + delete old shi_Latn_MA
...
X-SVN-Rev: 33393
2013-03-07 04:52:49 +00:00
Yoshito Umaoka
854ebcb796
ICU-9732 Update tzdata in ICU4J to 2013a
...
X-SVN-Rev: 33390
2013-03-07 02:58:25 +00:00
Andy Heninger
d96dda209d
ICU-9983 Fixes for RBBITest failure.
...
X-SVN-Rev: 33378
2013-03-05 21:43:19 +00:00
Yoshito Umaoka
25217115c1
ICU-9722 Added ICU4J 51.1 serializable test data.
...
X-SVN-Rev: 33373
2013-03-05 05:35:36 +00:00
Yoshito Umaoka
6144548e76
ICU-9722 Updated the API change report. Also added the API signature file generated from the trunk.
...
X-SVN-Rev: 33372
2013-03-05 05:11:28 +00:00
Yoshito Umaoka
2c0cefc43a
ICU-9722 Resolved a JavaDoc warning.
...
X-SVN-Rev: 33371
2013-03-05 05:05:26 +00:00
Yoshito Umaoka
0136935f89
ICU-9722 Updated ICU4J readme.html for 51RC.
...
X-SVN-Rev: 33370
2013-03-05 04:48:13 +00:00
Yoshito Umaoka
caed1f5d69
ICU-9722 Synchronize test data version with ICU4C.
...
X-SVN-Rev: 33364
2013-03-04 19:53:50 +00:00
Yoshito Umaoka
679c4bc7e0
ICU-9722 Updated copyright year in the Unicode license notice to match the update in last week.
...
X-SVN-Rev: 33362
2013-03-04 19:24:35 +00:00
Peter Edberg
3451781673
ICU-9965 Don't skip availableFormats items from non-root locales if conflict only due to basePattern (J)
...
X-SVN-Rev: 33359
2013-03-04 11:09:41 +00:00
John Emmons
404b8bb992
ICU-9890 Merge CLDR23 data
...
X-SVN-Rev: 33354
2013-03-03 21:17:08 +00:00
Yoshito Umaoka
ee4e9d25ce
ICU-9987 Fixed getWithFallback problem with a resource path including alias table. The issue with multiple getWithFallback calls will be tracked by #9964 . This fix resolved the date format issue with Dangi calendar in English locale. It also fixed a part of problems reported by #9952 .
...
X-SVN-Rev: 33353
2013-03-02 00:22:00 +00:00
Yoshito Umaoka
214dbf417d
ICU-9722 Updated license.html in ICU4J
...
X-SVN-Rev: 33340
2013-02-27 15:28:41 +00:00
John Emmons
26d2bde0fd
ICU-9878 Update language/country code lists
...
X-SVN-Rev: 33338
2013-02-27 14:01:41 +00:00
Yoshito Umaoka
ab0e59301c
ICU-9722 Fixed some test case issues when JDK TimeZone implementation is used (mostly, skipping cases - not really a bug).
...
X-SVN-Rev: 33335
2013-02-26 22:53:58 +00:00
Yoshito Umaoka
9f684a0417
ICU-9722 Clean up import statements.
...
X-SVN-Rev: 33324
2013-02-25 22:24:11 +00:00
Yoshito Umaoka
0a9b3e4833
ICU-9722 Updated the ICU4J version from 51.0.1 to 51.1 for RC. Moved timebombs.
...
X-SVN-Rev: 33323
2013-02-25 21:52:23 +00:00
Yoshito Umaoka
27f8f4b33b
ICU-9966 Patch for the test problem reported by #9966 . Updated testdata.jar from ICU4C trunk.
...
X-SVN-Rev: 33322
2013-02-25 20:26:52 +00:00
Peter Edberg
853ab6e632
ICU-9925 Remove no-longer-necessary version-check test skip added in r33195
...
X-SVN-Rev: 33316
2013-02-24 22:05:03 +00:00
Markus Scherer
e550589f9f
ICU-9929 fix RuleBasedCollator initialization of reorder codes (must go after init()), sync coll/zh.res with ICU4C including native-script-first reordering
...
X-SVN-Rev: 33309
2013-02-22 23:43:17 +00:00
Andy Heninger
339177ed3e
ICU-9077 Missed checkin plus review comments on RBBI test data.
...
X-SVN-Rev: 33301
2013-02-22 02:32:40 +00:00
Markus Scherer
7dd438bd57
ICU-9884 add comment for how to get a CurrencyInfo object
...
X-SVN-Rev: 33294
2013-02-21 20:59:39 +00:00
Yoshito Umaoka
9478c8e14f
ICU-9722 Fixed java compiler and javadoc warnings.
...
X-SVN-Rev: 33293
2013-02-21 20:58:42 +00:00
Peter Edberg
91b8823ba5
ICU-9952 Workaround to fix inheritance for availFmt/intervalFmt items in ICU4J; #9964 for long-term fix
...
X-SVN-Rev: 33292
2013-02-21 11:33:13 +00:00
Yoshito Umaoka
4fa11a300d
ICU-9947 Updated public API status for ICU4J 51.
...
X-SVN-Rev: 33290
2013-02-21 03:38:55 +00:00
Andy Heninger
4d713a0022
ICU-9715 Review comments.
...
X-SVN-Rev: 33289
2013-02-21 02:13:56 +00:00
Peter Edberg
9d871b6d86
ICU-9927 Now that cintltst/citertst.c is updated, add sr_Latn collation with import (J)
...
X-SVN-Rev: 33288
2013-02-21 01:11:22 +00:00
Peter Edberg
d5eb3c2ec3
ICU-7103 Also update J build with data changes to remove obsolete collation aliases
...
X-SVN-Rev: 33284
2013-02-20 23:42:33 +00:00
Andy Heninger
186db36241
ICU-9842 Change NBSP to ASCII spaces in AlphabeticIndex.java
...
X-SVN-Rev: 33282
2013-02-20 22:33:55 +00:00
Yoshito Umaoka
4984b0e4f0
ICU-9937 Quick fix for the bad code in CompactDecimalDataCache.
...
X-SVN-Rev: 33278
2013-02-20 21:17:27 +00:00
Peter Edberg
9450ae0f61
ICU-9925 Pick up the non-gregorian date format fixes from CLDR 8218 (J)
...
X-SVN-Rev: 33272
2013-02-19 19:51:20 +00:00
Yoshito Umaoka
af902b149f
ICU-9696 Fixed HTML tagging problem in the previous change.
...
X-SVN-Rev: 33269
2013-02-19 10:30:59 +00:00