Shane Carr
990a7b0c62
ICU-13118 Fixing Out-Of-Memory error in scientific number formatter.
...
X-SVN-Rev: 40026
2017-04-10 22:36:04 +00:00
Yoshito Umaoka
728feb5d1a
ICU-13120 Updated Specification/Implementation/Bundle vendor and copyright in manifest files from IBM to Unicode.
...
X-SVN-Rev: 40023
2017-04-10 18:39:10 +00:00
Peter Edberg
1d8d98451d
ICU-13099 BRS, integrate data from CLDR release-31-0-1.RC2; ICU4J test failure due to #13101
...
X-SVN-Rev: 39983
2017-04-05 00:51:27 +00:00
Shane Carr
773683046a
ICU-13088 Fixing number parsing when a minus sign is is preceded by ignorables in a pattern string.
...
X-SVN-Rev: 39977
2017-03-31 21:45:46 +00:00
Yoshito Umaoka
9c4ef57677
ICU-13088 Added logKnownIssue for skipping percent instance parsing for Persian(fa) locale in ICU4J IntlTestNumberFormat/TestMonster.
...
X-SVN-Rev: 39974
2017-03-31 18:55:11 +00:00
Shane Carr
b48e0ac226
ICU-13060 Incorporating feedback from reviews. Overhauling whitespace handling in parsing for better ICU 58 compatibility. Adding "grouping mode" for #13071 to code but not yet in public API.
...
X-SVN-Rev: 39970
2017-03-31 05:49:14 +00:00
Yoshito Umaoka
f86de1f6e0
ICU-13005 Added ICU4J 59.1 serialization test data and deleted ICU4J 54.1 test data.
...
X-SVN-Rev: 39963
2017-03-30 14:20:45 +00:00
Yoshito Umaoka
ea5191f884
ICU-13005 Organized import statements.
...
X-SVN-Rev: 39956
2017-03-29 14:56:11 +00:00
Shane Carr
6616bebf9f
ICU-13060 One more tweak to CurrencyUsage override for backwards compatibility.
...
X-SVN-Rev: 39955
2017-03-29 07:37:12 +00:00
Shane Carr
bd7655a38e
ICU-13060 Minor tweak to CurrencyUsage override; allows CurrencyUsage without a currency pattern.
...
X-SVN-Rev: 39954
2017-03-29 06:33:41 +00:00
Shane Carr
08dcc7e82e
ICU-13060 Documentation and parsing whitespace/bidi tweaks.
...
X-SVN-Rev: 39951
2017-03-29 02:31:49 +00:00
Shane Carr
626ee51728
ICU-13060 Addressing comments from #11649 and #11816
...
X-SVN-Rev: 39947
2017-03-27 23:06:56 +00:00
Shane Carr
320df6aa71
ICU-13060 Moving ShanesDataDrivenTestUtility.java into NumberFormatDataDrivenTest.java and fixing small parsing bug.
...
X-SVN-Rev: 39938
2017-03-25 08:06:48 +00:00
Shane Carr
7cfbb489bd
ICU-13060 Fixing hash code iteration order issues ( #13065 ) and signAlwaysShown parsing.
...
X-SVN-Rev: 39937
2017-03-25 07:41:42 +00:00
Shane Carr
3802e8b81b
ICU-13060 Fixing string == in IntlTestDecimalFormatAPI*.java.
...
X-SVN-Rev: 39934
2017-03-24 22:21:04 +00:00
Shane Carr
3998c8780f
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).
...
X-SVN-Rev: 39933
2017-03-24 22:04:22 +00:00
Andy Heninger
164a35ca2e
ICU-13058 ICU4J data refresh to pick up RBBI rule updates, RBBI monkey test fixes.
...
X-SVN-Rev: 39929
2017-03-24 19:38:57 +00:00
Peter Edberg
9711357617
ICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources; add tests for C and J
...
X-SVN-Rev: 39926
2017-03-24 08:13:10 +00:00
Shane Carr
3d1d6e5103
ICU-13060 Assorted FindBugs fixes for DecimalFormat. Moving old implementation to core-tests project.
...
X-SVN-Rev: 39923
2017-03-24 02:43:54 +00:00
Yoshito Umaoka
f8add014b1
ICU-12812 Fixed javac compiler warnings, Eclipse complier warnings, javadoc warnings and issues found by FindBugs.
...
X-SVN-Rev: 39917
2017-03-23 06:50:00 +00:00
Markus Scherer
466a569c58
ICU-12900 mostly still Unicode 9.0 but Unicode 10 beta (20170322) segmentation & bidi data and draft emoji 5.0 (also 20170322)
...
X-SVN-Rev: 39915
2017-03-23 02:14:00 +00:00
Shane Carr
a47756d190
ICU-13060 Assorted test cases, @internal tags, and fixes for DecimalFormat.
...
X-SVN-Rev: 39908
2017-03-22 23:30:42 +00:00
Shane Carr
229389832c
ICU-7467 Reverting unintentional changes in r39877 to test launch configuration files.
...
X-SVN-Rev: 39887
2017-03-20 22:16:19 +00:00
Yoshito Umaoka
634c4a2023
ICU-12812 Fixed some build and test issues introduced by LoicaleMatcher changes (and DecimalFormat changes done by #7467 )
...
X-SVN-Rev: 39883
2017-03-20 16:09:08 +00:00
Peter Edberg
8529f1b528
ICU-13005 Integrate data from CLDR final release-31; known issue with sw negative CompactDecimals
...
X-SVN-Rev: 39882
2017-03-20 04:22:36 +00:00
Shane Carr
d532f48e17
ICU-7467 Commenting out Java 8 java.lang.reflect.Parameter dependency in test case
...
X-SVN-Rev: 39881
2017-03-19 12:58:54 +00:00
Mark Davis
7a7620e5fc
ICU-12812 disable timing test
...
X-SVN-Rev: 39878
2017-03-18 08:53:09 +00:00
Shane Carr
dbcae565a2
ICU-7467 Merging ICU4J decimal format overhaul from branch to trunk.
...
X-SVN-Rev: 39877
2017-03-18 03:32:40 +00:00
Andy Heninger
6fc65490f2
ICU-7467 Revert failing merge of new decimal format.
...
X-SVN-Rev: 39869
2017-03-18 00:27:51 +00:00
Shane Carr
7849d4bd06
ICU-7467 Merging branch to trunk 4
...
X-SVN-Rev: 39866
2017-03-17 23:54:23 +00:00
Andy Heninger
fdbf36c544
ICU-13049 icu4j, update svn properties of files to match auto-props defaults. Fix one file with a Latin-1 copy right sign.
...
X-SVN-Rev: 39855
2017-03-17 22:30:26 +00:00
Mark Davis
3a18873d2c
ICU-12812 Add new implementation, but only expose a limited API as tech preview. Note the XCldrStub class to help migration from CLDR to ICU environment.
...
X-SVN-Rev: 39849
2017-03-17 12:48:31 +00:00
Yoshito Umaoka
8afd3f9b68
ICU-12555 Fixed ArrayIndexOutOfBoundsException problem in StringSearch constructor caused by incorrect ce table length.
...
X-SVN-Rev: 39816
2017-03-15 07:20:13 +00:00
Yoshito Umaoka
8263cc5d75
ICU-12615 LocaleValidityChecker to handle the special case '-u-va-posix'
...
X-SVN-Rev: 39806
2017-03-15 00:32:31 +00:00
Markus Scherer
782e4ff95e
ICU-12922 bidi explicit level 0: lift it up to resolved paragraph level except leave it at 0 for paragraph separators
...
X-SVN-Rev: 39741
2017-03-07 22:57:46 +00:00
Peter Edberg
b3045d787d
ICU-13005 update release version to 59.1 rc
...
X-SVN-Rev: 39736
2017-03-05 04:57:45 +00:00
Peter Edberg
2d183b5a92
ICU-13005 Integrate data from CLDR release-31-d02, remove logKnownIssues for fixed items
...
X-SVN-Rev: 39735
2017-03-05 03:53:56 +00:00
Peter Edberg
04c115425d
ICU-13010 Add Extend* to rule GB11′, update tests and add more emoji cluster tests
...
X-SVN-Rev: 39726
2017-03-02 21:04:09 +00:00
Peter Edberg
f9b7898dcf
ICU-13005 Integrate data from CLDR release-31-d01
...
X-SVN-Rev: 39710
2017-02-27 03:25:00 +00:00
Markus Scherer
4c2fad3e36
ICU-12410 class Edits, class CaseMap with new low-level functions that work with Edits, simpler case properties code, some cleanup
...
X-SVN-Rev: 39684
2017-02-17 21:03:35 +00:00
Markus Scherer
bd7130998d
ICU-12410 TestCaseMapWithEdits()
...
X-SVN-Rev: 39670
2017-02-14 00:21:31 +00:00
Markus Scherer
4207d7fc26
ICU-12410 test & fix Edits
...
X-SVN-Rev: 39660
2017-02-10 04:44:37 +00:00
Peter Edberg
1e63072ce8
ICU-12948 Pass two preliminary integration of CLDR 31 @13194
...
X-SVN-Rev: 39604
2017-01-27 05:21:21 +00:00
Peter Edberg
e0f3d87e99
ICU-12948 First-pass preliminary integration of CLDR 31 @13174
...
X-SVN-Rev: 39601
2017-01-24 08:22:23 +00:00
Peter Edberg
7b33e586f5
ICU-12937 Withdraw MeasureUnit interfaces for coordinate units, and related data loading
...
X-SVN-Rev: 39599
2017-01-23 16:20:59 +00:00
Andy Heninger
b63a4751fa
ICU-12918 Dictionary Break Iterator Assertion Failure
...
X-SVN-Rev: 39574
2017-01-18 19:43:01 +00:00
Andy Heninger
82dfd8b26e
ICU-12873 Race Conditions in RuleBasedBreakIterator.
...
X-SVN-Rev: 39572
2017-01-17 23:13:25 +00:00
Peter Edberg
a238722264
ICU-12895 update release version to 59.0.1 for m1
...
X-SVN-Rev: 39562
2017-01-16 00:42:22 +00:00
George Rhoten
0b24b6a633
ICU-12874 Don't truncate small numbers with CompactDecimalFormat style rules represented in RBNF
...
X-SVN-Rev: 39557
2017-01-13 19:06:54 +00:00
Yoshito Umaoka
0057324249
ICU-12826 Updated CLDR utilities jar build target to exclude test framework classes. Also added @internal CLDR to the API comment in those test utility classes actually refereneced by CLDR tooling.
...
X-SVN-Rev: 39550
2017-01-09 21:24:46 +00:00
Fredrik Roubert
ac2430a58a
ICU-12386 Search for an actual resource, not a directory.
...
R=markus.icu@gmail.com , yoshito_umaoka@us.ibm.com
BUG=
Review URL: https://codereview.appspot.com/318730043 .
X-SVN-Rev: 39502
2016-11-09 18:02:48 +00:00
Yoshito Umaoka
a8e45e3d32
ICU-12780 Unicode copyright and SVN property fixes.
...
X-SVN-Rev: 39463
2016-10-17 22:40:40 +00:00
Peter Edberg
d9dbe1251a
ICU-12780 integrate CLDR release-30-0-2 into icu4j trunk
...
X-SVN-Rev: 39461
2016-10-17 22:25:05 +00:00
Yoshito Umaoka
5054f43004
ICU-12801 Regenerated ICU4J data using ICU4C trunk. Updated and cleaned up TestLocaleDisplayNames() to pass the test.
...
X-SVN-Rev: 39452
2016-10-14 00:15:20 +00:00
Norbert Runge
e27dd73e3b
ICU-12792 add 'Test' to name of unit test files for Junit to recognize them as such
...
X-SVN-Rev: 39435
2016-10-12 15:36:55 +00:00
Andy Heninger
4e22ce5dc8
ICU-12797 RBBI rule compiler fix.
...
X-SVN-Rev: 39431
2016-10-10 21:46:04 +00:00
Norbert Runge
4293df728e
ICU-12759 DiagBigDecimal.java to DiagBigDecimalTest.java and modify class name
...
X-SVN-Rev: 39430
2016-10-07 15:25:20 +00:00
Yoshito Umaoka
926e0788a3
ICU-12782 Merged TestwriteObject and TestReadObject to avoid test ordering issue. Changed the test case to use ByteArrayOutputStream so that the test case does not leave temporary test output file.
...
X-SVN-Rev: 39426
2016-10-04 14:10:29 +00:00
Stuart Gill
b0eda10ed0
ICU-12759 fix BigDecimal tests to properly run under JUnit
...
X-SVN-Rev: 39407
2016-09-30 21:10:28 +00:00
Yoshito Umaoka
c97eed26e6
ICU-12716 Corrected API comment for newly added hashCode() methods, added a test case for VersionInfo#hashCode() and updated coverage-exclusion.txt. Also updated the API change report and API signature file.
...
X-SVN-Rev: 39394
2016-09-29 10:50:23 +00:00
Norbert Runge
acbe642cbb
ICU-12761 Adds Unicode copyright notice.
...
X-SVN-Rev: 39389
2016-09-28 22:16:43 +00:00
Yoshito Umaoka
6ef22595ed
ICU-12585 Merging Stuart's work branch changes for re-enabling serialization tests. The change set also contains ICU 58 serialization test data for future releases (BRS).
...
X-SVN-Rev: 39377
2016-09-28 04:56:57 +00:00
Craig Cornelius
2049f6f415
ICU-12716 Fix formatting in tests to resolve ErrorProne warnings
...
X-SVN-Rev: 39370
2016-09-27 23:56:40 +00:00
Yoshito Umaoka
fd1fb653a9
ICU-12739 Fixed svn properties.
...
X-SVN-Rev: 39355
2016-09-26 21:45:06 +00:00
Yoshito Umaoka
4bbd8315bd
ICU-12739 Fixed new compiler warnings introduced last week.
...
X-SVN-Rev: 39348
2016-09-26 14:37:26 +00:00
Norbert Runge
8e8676c652
ICU-12706 unit test coverage for CompactDecimalFormat, CurrencyMetaINfo, DigitList.
...
One unreachable method removed in DigitList.
X-SVN-Rev: 39343
2016-09-23 21:36:04 +00:00
Peter Edberg
2328cbf9e9
ICU-12573 Remove no-longer-needed logKnownIssue
...
X-SVN-Rev: 39321
2016-09-21 23:19:44 +00:00
Yoshito Umaoka
8ebcc0b6d9
ICU-12739 Fixed a compiler warning and issues reported by Find Bugs.
...
X-SVN-Rev: 39302
2016-09-20 23:02:20 +00:00
Peter Edberg
7827611586
ICU-12739 ICU4J BRS, update measurement unit constants & code
...
X-SVN-Rev: 39299
2016-09-20 21:17:41 +00:00
Norbert Runge
7ab8870fd9
ICU-12706 removes import statement for non-existent package.
...
X-SVN-Rev: 39293
2016-09-20 17:24:10 +00:00
Norbert Runge
d4d3c8f42b
ICU-12706 Merges files from the ICU4J unit test coverage fix-it branch into trunk.
...
X-SVN-Rev: 39291
2016-09-20 17:00:07 +00:00
Yoshito Umaoka
fd7c2a1f01
ICU-12582 DateFormatRoundTripTest requires one more roundtrip when 1) with time zone display name and 2) 2 digit year. Updated the test case to handle this case.
...
X-SVN-Rev: 39283
2016-09-19 19:26:16 +00:00
Norbert Runge
dd65e19e36
ICU-12590
...
X-SVN-Rev: 39281
2016-09-19 17:46:50 +00:00
Norbert Runge
d35c86b096
ICU-12548
...
X-SVN-Rev: 39280
2016-09-19 16:48:06 +00:00
Norbert Runge
aecdefedd8
ICU-12590
...
X-SVN-Rev: 39279
2016-09-19 16:23:26 +00:00
Norbert Runge
a7f9741de4
ICU-12590
...
X-SVN-Rev: 39278
2016-09-19 16:22:07 +00:00
Yoshito Umaoka
126f75c3bd
ICU-12596 Re-enabled TestCollectionUtilitySpeed, but use logln instead of errln when performance rate is under the target number.
...
X-SVN-Rev: 39277
2016-09-19 15:39:33 +00:00
Peter Edberg
a216388882
ICU-12729 CLDR release-30-d02 integration, merge branch into trunk
...
X-SVN-Rev: 39272
2016-09-19 04:24:40 +00:00
Shane Carr
7209575d36
ICU-12670 Fix for #12670 and #12672
...
X-SVN-Rev: 39264
2016-09-16 19:54:32 +00:00
Shane Carr
f13cbd3030
ICU-12549 Adding coverage for SpoofChecker.Builder copy constructor
...
X-SVN-Rev: 39247
2016-09-15 21:17:07 +00:00
Shane Carr
f8620a567b
ICU-12029 Measure unit display names, Java version.
...
X-SVN-Rev: 39242
2016-09-15 08:37:24 +00:00
Peter Edberg
bdde6c0c3b
ICU-12554 Fix test to compare the intended objects, instead of two identical objects
...
X-SVN-Rev: 39240
2016-09-15 05:29:13 +00:00
Peter Edberg
b581477ea0
ICU-12407 J, just add test for in DECIMAL-style formatter with applied currency pattern
...
X-SVN-Rev: 39239
2016-09-15 05:02:21 +00:00
Yoshito Umaoka
4e29392bdd
ICU-12739 Update ICU4J version to 58.1 / 58rc.
...
X-SVN-Rev: 39235
2016-09-15 03:04:15 +00:00
Shane Carr
f411942eb7
ICU-12549 Test coverage for SpoofChecker. Actually removing IdentifierInfo class.
...
X-SVN-Rev: 39225
2016-09-14 22:05:04 +00:00
Yoshito Umaoka
6fa604826e
ICU-11679 Merging BidiTransform work from Lina's work branch.
...
X-SVN-Rev: 39223
2016-09-14 20:58:05 +00:00
Shane Carr
8d59026fd4
ICU-12549 Updating SpoofChecker to latest Unicode specification (Java version).
...
X-SVN-Rev: 39219
2016-09-13 22:16:02 +00:00
Steven R. Loomis
12b103f98a
ICU-12515 fix errors in J filtered brk, enable @ss=
...
* fix errors in the filtered break implementation, sync with C
* sync rbbitst.txt with C
* enable 'en@ss=standard' syntax to enable filtered break
X-SVN-Rev: 39213
2016-09-13 20:08:10 +00:00
Shane Carr
b2b4154a9d
ICU-12422 Fixing affixes for CompactDecimalFormat for locales with different positive/negative formats
...
X-SVN-Rev: 39208
2016-09-13 19:01:56 +00:00
Felipe Balbontín
7429cff9c7
ICU-12700 Implement DisplayContext.Type.SUBSTITUTE_HANDLING on LocaleDisplayNames.
...
X-SVN-Rev: 39206
2016-09-13 15:56:04 +00:00
Yoshito Umaoka
72e1644c07
ICU-10368 String digit/symbol support in DecimalFormatSymbols - merged from the work branch.
...
X-SVN-Rev: 39202
2016-09-13 08:41:57 +00:00
Markus Scherer
5d9b98cbc3
ICU-5456 modern Greek toUpperCase(), remove most diacritics
...
X-SVN-Rev: 39178
2016-09-09 22:30:55 +00:00
George Rhoten
4bd854a73c
ICU-12462 Fix for large magnitude numbers. Prevent rounding errors when converting between long and double. Fallback to DecimalFormat behavior when outside of the positive 64 bit signed range instead of providing inaccurate results or exceptions.
...
X-SVN-Rev: 39159
2016-09-08 18:06:08 +00:00
Andy Heninger
7fbe4098b4
ICU-12664 ICU4J Break rules update for revised Emoji ZWJ sequences.
...
X-SVN-Rev: 39101
2016-08-30 23:59:23 +00:00
Yoshito Umaoka
a65cc82e83
ICU-12671 Just updated the test cases to match the ICU4C changes r39076. ICU4J ULocale#toLanguageTag did not have the issue reported by #12671 .
...
X-SVN-Rev: 39077
2016-08-19 23:30:22 +00:00
Peter Edberg
e271d8a317
ICU-12667 Add DateTimePatternGenerator.getAppendFormatNumber test for coverage
...
X-SVN-Rev: 39039
2016-08-11 07:33:39 +00:00
Shane Carr
e8c36f0d04
ICU-11912 Adding test coverage for TimeZoneNames.getAvailableMetaZoneIDs()
...
X-SVN-Rev: 39012
2016-07-21 21:37:32 +00:00
Shane Carr
28ed27b463
ICU-11912 Updating Java TimeZoneNames data loading to new data sink API and preparing for port to C++.
...
X-SVN-Rev: 38959
2016-07-08 18:15:36 +00:00
Yoshito Umaoka
f0765287d7
ICU-12415 tzdata2016f updates to ICU4J.
...
X-SVN-Rev: 38944
2016-07-05 22:48:07 +00:00
Peter Edberg
b459109c00
ICU-12456 Integrate early CLDR 30 data for ICU4J 58m1
...
X-SVN-Rev: 38897
2016-06-30 18:32:56 +00:00
Yoshito Umaoka
7e54878b26
ICU-12456 Fixed compiler warnings.
...
X-SVN-Rev: 38891
2016-06-29 15:19:27 +00:00
Yoshito Umaoka
688cbee0ce
ICU-12456 Organized imports. Updated save action to organize imports and remove trailing spaces. Updated copyright comment template.
...
X-SVN-Rev: 38890
2016-06-29 14:58:07 +00:00
Yoshito Umaoka
ae2d53953d
ICU-10152 Replaced tabs with spaces, removed blank lines in build.xml. Deleted unused testall directory.
...
X-SVN-Rev: 38888
2016-06-29 01:48:44 +00:00
Stuart Gill
f2f790a6c5
ICU-12580 turn off TrieMapTest that wasn't being run before the JUnit conversion
...
X-SVN-Rev: 38883
2016-06-24 20:46:38 +00:00
Michael Ow
7ef631ba4f
ICU-12564 Update copyright notice in ICU4J
...
X-SVN-Rev: 38875
2016-06-22 22:12:16 +00:00
Steven R. Loomis
027e0ec41a
ICU-12556 check in test with logKnownIssue against CldrBug:9465
...
X-SVN-Rev: 38874
2016-06-22 19:43:23 +00:00
Stuart Gill
64d55b5319
ICU-12578 Made almost all methods of TestFmwk protected and static - also cleaned up static reference warnings in classes that use TestFmwk
...
X-SVN-Rev: 38868
2016-06-20 23:23:21 +00:00
Yoshito Umaoka
ce548be975
ICU-12596 Added @Ignore to TestCollectionUtilitySpeed for now.
...
X-SVN-Rev: 38852
2016-06-16 17:35:01 +00:00
Yoshito Umaoka
40c27ef794
ICU-12415 tzdata2016e to ICU4J, fixed timeZoneCheck target in buuild.xml, updated a test case based on 2016e change.
...
X-SVN-Rev: 38847
2016-06-15 15:35:30 +00:00
Stuart Gill
d2fe68e201
ICU-12582 Turn off sporadically failing test
...
X-SVN-Rev: 38829
2016-06-13 22:38:59 +00:00
Shane Carr
e49518937c
ICU-12579 Updating MeasureFormat Java data sink to new API.
...
X-SVN-Rev: 38822
2016-06-10 20:31:21 +00:00
Markus Scherer
e876c89842
ICU-12526 Unicode 9 data 2016-jun-09
...
X-SVN-Rev: 38821
2016-06-10 00:22:34 +00:00
Shane Carr
77fc1e4f5d
ICU-12576 Updating Java DateTimePatternGenerator to use data sinks for data loading.
...
X-SVN-Rev: 38801
2016-06-06 23:25:13 +00:00
Stuart Gill
cfe6d86f51
ICU-10152 JUnit Changes
...
X-SVN-Rev: 38795
2016-06-03 23:44:30 +00:00
Shane Carr
3fe541e843
ICU-11782 Optimizing storage of skeleton field strings in DateTimePatternGenerator. Adding unit tests for 'canonical skeleton' code pathways.
...
X-SVN-Rev: 38758
2016-05-21 01:00:29 +00:00
Markus Scherer
b06630af77
ICU-12526 integrate Unicode 9 beta
...
X-SVN-Rev: 38754
2016-05-19 22:51:14 +00:00
Markus Scherer
1824b6f66c
ICU-12551 replace state-changing ICUResourceBundle.loadingStatus with isRoot() and OpenType.LOCALE_ONLY
...
X-SVN-Rev: 38750
2016-05-18 06:59:08 +00:00
Markus Scherer
0c24a0abdf
ICU-7434 UResourceBundle ROOT_CACHE direct reference not SoftReference, change RootType from int to enum, remove hacky & obsolete resetBundleCache()
...
X-SVN-Rev: 38747
2016-05-16 22:37:52 +00:00
Andy Heninger
04e3a43806
ICU-7547 Prohibit RuleBasedBreakIterator construction from empty rules.
...
X-SVN-Rev: 38741
2016-05-14 00:30:46 +00:00
Markus Scherer
37c12c5961
ICU-7434 ICU4J SoftCache with CacheValue that can be null (which were not cached before) or hold a direct reference or hold a resettable Reference; CacheValue strength can be set for cache warm-up
...
X-SVN-Rev: 38734
2016-05-12 22:59:11 +00:00
Michael Ow
aa226394dd
ICU-12456 Update version number to 58.0.1 in ICU4J
...
X-SVN-Rev: 38712
2016-05-06 21:07:05 +00:00
Yoshito Umaoka
6e907382d0
ICU-12450 Promoted TestBoilerplate subclasses to independent classes and applied minor changes to satisfy the ICU4J test code requirements, then include them in the regular test run. Also turned StringBoilerplate to a test case.
...
X-SVN-Rev: 38703
2016-05-05 07:42:21 +00:00
Yoshito Umaoka
4a572c0092
ICU-12352 Updated TestTimeRoundTrip to test the end time always.
...
X-SVN-Rev: 38702
2016-05-05 05:44:51 +00:00
Andy Heninger
1c14e4ed7e
ICU-10698 Test word break of 'What is Unicode' in Japanese, resolve C vs. J differences.
...
X-SVN-Rev: 38700
2016-05-04 23:55:48 +00:00
Andy Heninger
36a24af6f2
ICU-11723 Test dictionary breaking of 'アレルギー性結膜炎'
...
X-SVN-Rev: 38691
2016-05-03 22:43:58 +00:00
Markus Scherer
1cb09a85a3
ICU-12440 replace old ICUResourceBundle constants with lower-level ICUData constants
...
X-SVN-Rev: 38685
2016-05-02 22:24:30 +00:00
Andy Heninger
456857b494
ICU-11996 CJKBreakEngine divideUpDictionaryRange failing to divide long Japanese sentences.
...
X-SVN-Rev: 38675
2016-04-29 23:09:35 +00:00
Andy Heninger
b5be040dd0
ICU-11999 BreakIterator, UnhandledBreakEngine consuming too many characters.
...
X-SVN-Rev: 38669
2016-04-29 21:30:27 +00:00
Markus Scherer
0f994cbbdd
ICU-12450 move com.ibm.icu.dev.util.UnicodePropertySource to org.unicode.unused
...
X-SVN-Rev: 38659
2016-04-27 23:38:25 +00:00
Markus Scherer
fb4d3e8b65
ICU-12450 move com.ibm.icu.dev.util.ArrayComparator, SortedBag, Tabber, VariableReplacer, Visitor, XEquivalenceClass, XEquivalenceMap to org.unicode.cldr.util
...
X-SVN-Rev: 38649
2016-04-25 23:49:11 +00:00
Markus Scherer
1649e2045e
ICU-12450 move com.ibm.icu.dev.util.UnicodeTransform & IcuUnicodeNormalizerFactory to org.unicode.text.utility
...
X-SVN-Rev: 38648
2016-04-25 23:31:12 +00:00
Markus Scherer
f99b4ece25
ICU-12450 move com.ibm.icu.dev.util.DataInputCompressor & DataOutputCompressor to org.unicode.unused
...
X-SVN-Rev: 38647
2016-04-25 23:22:09 +00:00
Andy Heninger
c1422845ac
ICU-11556 Line Break rules update for L2/16-043R, don't break CA$; also LB rules refactored for reduced memory consumption. ICU4J Data refreshed from ICU4C.
...
X-SVN-Rev: 38645
2016-04-25 18:23:59 +00:00
Markus Scherer
25b5619604
ICU-12450 move com.ibm.icu.dev.util.UnicodeLabel to org.unicode.cldr.util
...
X-SVN-Rev: 38641
2016-04-22 17:46:19 +00:00
Markus Scherer
0ba7b2e17e
ICU-12450 move com.ibm.icu.dev.util.BagFormatter, CaseIterator, FileUtilities, ICUPropertyFactory, TransliteratorUtilities, UnicodeProperty, UnicodePropertySymbolTable to org.unicode.cldr.util
...
X-SVN-Rev: 38623
2016-04-16 00:09:04 +00:00
Andy Heninger
9d12e081bc
ICU-12436 Remove totally obsolete dictionary break iterator test code and data. Has been disabled forever.
...
X-SVN-Rev: 38620
2016-04-15 23:39:44 +00:00
Andy Heninger
2c572efdb3
ICU-12436 Remove obsolete copy of Thai dictionary and dictionary tools from ICU4J
...
X-SVN-Rev: 38619
2016-04-15 22:50:43 +00:00
Markus Scherer
96f349b049
ICU-12450 move com.ibm.icu.dev.util.BagFormatter.openUTF8Writer() and siblings to com.ibm.icu.dev.util.FileUtilities and also to org.unicode.cldr.draft.FileUtilities: CLDR & Unicode Tools cannot use new ICU code until their ICU jar files are updated
...
X-SVN-Rev: 38618
2016-04-15 21:51:58 +00:00
Markus Scherer
eb3db2f0f8
ICU-12450 move com.ibm.icu.dev.util.PrettyPrinter to org.unicode.cldr.util.UnicodeSetPrettyPrinter
...
X-SVN-Rev: 38617
2016-04-14 22:29:35 +00:00
Markus Scherer
c291532c83
ICU-12450 move com.ibm.icu.dev.util.BNF, Pick, Quoter, Tokenizer to org.unicode.cldr.util
...
X-SVN-Rev: 38615
2016-04-13 15:41:12 +00:00
Markus Scherer
0c679d6a00
ICU-11764 8 new script codes for Unicode 9 & CLDR 29
...
X-SVN-Rev: 38609
2016-04-08 22:24:34 +00:00
Markus Scherer
62c1d90b17
ICU-12423 merge in coverage tests for several classes from branches/fabalbon/56-1-test-coverage
...
X-SVN-Rev: 38601
2016-04-05 20:43:46 +00:00
Fredrik Roubert
bf1ec3b2cd
ICU-12386 Search for an actual resource, not a directory.
...
X-SVN-Rev: 38563
2016-03-23 20:21:59 +00:00
Craig Cornelius
16557dbe12
ICU-12351 Add missing field position data in DecimalFormat
...
X-SVN-Rev: 38544
2016-03-21 17:18:32 +00:00
Stuart Gill
b2a9d0cf9c
ICU-11621 turn on existing data driven test and remove hand written test
...
X-SVN-Rev: 38539
2016-03-18 18:50:52 +00:00
Stuart Gill
21d60734f6
ICU-11621 Fix for decimal not showing when no fraction but always show decimal separator set
...
X-SVN-Rev: 38535
2016-03-17 23:22:32 +00:00
Peter Edberg
c8a1194dd2
ICU-12372 Add MeasureFormat test with nb,nn,sv; fix durationUnit data (J)
...
X-SVN-Rev: 38529
2016-03-17 02:03:08 +00:00
Yoshito Umaoka
799dff9226
ICU-12186 Added ICU4J 57 / deleted ICU4J 53 serialization test data.
...
X-SVN-Rev: 38503
2016-03-08 06:25:32 +00:00
Yoshito Umaoka
3af51fe196
ICU-12186 Fixed Eclipse compiler warnings - mostly javadoc warnings.
...
X-SVN-Rev: 38496
2016-03-05 01:31:16 +00:00
Craig Cornelius
6622efa42c
ICU-11914 Refine tests, remove TODO comment.
...
X-SVN-Rev: 38489
2016-03-04 20:52:04 +00:00
kazède king
c5fba6be2b
ICU-11872 suppress output of "midnight" in formatting (Java)
...
X-SVN-Rev: 38488
2016-03-04 18:35:26 +00:00
Markus Scherer
aaba97b6f9
ICU-12186 update the pool bundles, and the .res files that use them
...
X-SVN-Rev: 38487
2016-03-04 18:32:50 +00:00
Peter Edberg
b9759e7cce
ICU-12072 J, Updates per review comments
...
X-SVN-Rev: 38483
2016-03-04 06:40:50 +00:00
Fredrik Roubert
88a80c655c
ICU-12227 Always specify class loader when loading test data.
...
X-SVN-Rev: 38464
2016-03-02 19:25:40 +00:00
George Rhoten
68ac3cb27a
ICU-9503 Undo removal of lenient parse data. Only English wasn't moved to CLDR.
...
X-SVN-Rev: 38462
2016-03-02 09:02:20 +00:00
Markus Scherer
54ca0ab18c
ICU-11952 match whole select part string, not just prefix
...
X-SVN-Rev: 38456
2016-03-01 23:47:06 +00:00
Craig Cornelius
e68ab082c1
ICU-11914 Removed test that fails with Java 1.6.
...
X-SVN-Rev: 38443
2016-03-01 00:17:53 +00:00
Craig Cornelius
653ca5409d
ICU-11914 Refactor tests to simplify.
...
X-SVN-Rev: 38442
2016-02-29 22:48:26 +00:00
Craig Cornelius
0b9bb708cd
ICU-11914 Temporarily remove assert for failing tests.
...
X-SVN-Rev: 38431
2016-02-29 17:27:56 +00:00
Peter Edberg
d6562226e7
ICU-12154 J, update test & API doc for LocaleDisplayNames handling of bad locale IDs
...
X-SVN-Rev: 38428
2016-02-28 23:50:12 +00:00
Peter Edberg
d40857eaed
ICU-12156 J, for locale disp name trailing parts, use internal methods that don't adjust for context
...
X-SVN-Rev: 38424
2016-02-28 20:14:07 +00:00
Andy Heninger
b552700cc6
ICU-12081 RBBI extensions & Emoji rules. Import rule data to Java from C++, port code changes.
...
X-SVN-Rev: 38422
2016-02-28 19:14:48 +00:00
Peter Edberg
48214e5b5d
ICU-12056 J, Add format and toPattern tests for standard date fmts with number system overrides
...
X-SVN-Rev: 38421
2016-02-28 07:23:56 +00:00
John Emmons
d24c540196
ICU-10910 Compact currency formatting support
...
X-SVN-Rev: 38414
2016-02-27 02:47:37 +00:00
Craig Cornelius
b0773e59e9
ICU-11914 Add more detail to check failing tests.
...
X-SVN-Rev: 38411
2016-02-27 02:11:31 +00:00
Craig Cornelius
57ccd73a91
ICU-11914 Add more detail to check failing tests.
...
X-SVN-Rev: 38396
2016-02-27 00:24:52 +00:00
Craig Cornelius
75c9b88455
ICU-11914 Add tests that verify correct behavior.
...
X-SVN-Rev: 38392
2016-02-26 23:19:55 +00:00
John Emmons
e50534f9e2
ICU-12185 Fix LDML2ICUConversion of cashDigits/cashRounding
...
X-SVN-Rev: 38390
2016-02-26 22:51:44 +00:00
Craig Cornelius
fd1d1cc38f
ICU-11735 Fix minor indent mistake.
...
X-SVN-Rev: 38382
2016-02-26 18:45:46 +00:00
Craig Cornelius
54d140d51c
ICU-11735 Fix to return null in currency parsing when no currency symbol is present.
...
X-SVN-Rev: 38375
2016-02-25 23:22:08 +00:00
kazède king
de148065c2
ICU-11872 new time formatting pattern chars b/B
...
Merging from the branch.
X-SVN-Rev: 38371
2016-02-25 19:53:49 +00:00
Mark Davis
633a219737
ICU-11872 Added code to do the pattern generation part of the new day periods.
...
X-SVN-Rev: 38363
2016-02-25 16:03:26 +00:00
Steven R. Loomis
e0ab17b728
ICU-12055 remove NPE from FilteredBreakIteratorBuilder
...
X-SVN-Rev: 38361
2016-02-25 01:39:48 +00:00
John Emmons
2b457a4ea1
ICU-12170 Merge data from CLDR release-29-beta1
...
X-SVN-Rev: 38333
2016-02-23 02:31:28 +00:00
Mark Davis
ee0a1c0ecd
ICU-12053 fix UnicodeMap, and move in a couple of methods that were elsewhere. Did a bunch of cleanup on the tests as well.
...
X-SVN-Rev: 38327
2016-02-19 15:55:00 +00:00
Mark Davis
cc2ee5c6e6
ICU-4229 update to use new CLDR data, and to work with v28 data during transition.
...
X-SVN-Rev: 38321
2016-02-18 11:39:40 +00:00
Peter Edberg
c9d3995332
ICU-12072 RelativeDateTimeFormatter: improve J format API
...
X-SVN-Rev: 38320
2016-02-17 07:29:48 +00:00
Peter Edberg
e435f6e750
ICU-12085 Update J TestToUnicodeLocaleType/TestToLegacyType for "rg"
...
X-SVN-Rev: 38314
2016-02-16 19:31:42 +00:00
Peter Edberg
abe480ef9e
ICU-12085 Implement J support for new CLDR locale key "rg"
...
X-SVN-Rev: 38313
2016-02-16 07:11:10 +00:00
John Emmons
3376c4a0b7
ICU-12091 Merge preliminary CLDR 29 data for 57m1
...
X-SVN-Rev: 38277
2016-02-05 02:28:56 +00:00
Peter Edberg
3bbe499ec2
ICU-12133 (J) Change proportion-karat to concentr-karat, add 5 new units in CLDR 29
...
X-SVN-Rev: 38248
2016-02-02 00:36:47 +00:00
Yoshito Umaoka
3cbb178df4
ICU-12084 Fixed Eclipse compiler warnings.
...
X-SVN-Rev: 38230
2016-01-30 01:11:30 +00:00
Yoshito Umaoka
1a28b453fc
ICU-12084 Clean up import statements.
...
X-SVN-Rev: 38229
2016-01-30 01:01:17 +00:00
Yoshito Umaoka
af7c08969e
ICU-11962 tzdata2016a updates to ICU4J
...
X-SVN-Rev: 38223
2016-01-29 00:01:16 +00:00
Markus Scherer
dcb76aab72
ICU-7618 replace MessageFormat with SimpleFormatterImpl where easy; remove obsolete ChoiceFormat handling of currency names
...
X-SVN-Rev: 38199
2016-01-26 22:52:45 +00:00
Markus Scherer
00122edbf6
ICU-10896 split SimplePatternFormatter into public SimpleFormatter and all-static SimpleFormatterImpl
...
X-SVN-Rev: 38194
2016-01-23 05:17:18 +00:00
Markus Scherer
cbc1e34b7f
ICU-11802 add 4 Emoji properties from emoji-data.txt 2.0
...
X-SVN-Rev: 38184
2016-01-21 04:41:55 +00:00
Craig Cornelius
0013251fcb
ICU-12018 Overhaul RelativeDateTimeFormatter data loading
...
X-SVN-Rev: 38176
2016-01-15 23:50:25 +00:00
Andy Heninger
a5c02bbcda
ICU-5383 Re-enable test.
...
X-SVN-Rev: 38172
2016-01-15 22:17:16 +00:00
Andy Heninger
09819eab73
ICU-11669 Thread safety of DateIntervalFormat::format()
...
X-SVN-Rev: 38157
2016-01-07 21:15:19 +00:00
Markus Scherer
0183cad1d7
ICU-12032 remove SimplePatternFormatter wrapper objects from MeasureFormat range formatting, too
...
X-SVN-Rev: 38156
2016-01-07 00:45:28 +00:00
Markus Scherer
a7119fa972
ICU-12032 SimplePatternFormatter allow values=null, some better API docs, some changes parallel with C++
...
X-SVN-Rev: 38154
2016-01-07 00:18:30 +00:00
Andy Heninger
ec1aaee041
ICU-12034 Fix MeasureUnit static initialization race.
...
X-SVN-Rev: 38150
2016-01-04 21:25:47 +00:00
Markus Scherer
e13ef30930
ICU-12032 rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects; callers avoid wrapper objects
...
X-SVN-Rev: 38149
2016-01-02 01:12:37 +00:00
Mark Davis
1d5b1fbb6f
ICU-4229 Check for that zzzz is treated as duplicate of "others"; only allow regular scripts + zzzz.
...
X-SVN-Rev: 38138
2015-12-16 09:26:36 +00:00
Mark Davis
c3d49f32fc
ICU-4229 Check for duplicate reorder codes
...
X-SVN-Rev: 38132
2015-12-15 20:21:08 +00:00
Mark Davis
565abe4808
ICU-4229 Enhanced the checking further.
...
X-SVN-Rev: 38128
2015-12-14 16:14:40 +00:00
Mark Davis
bdfe1a68cf
ICU-4229 Enhanced the checking further.
...
X-SVN-Rev: 38125
2015-12-13 21:37:37 +00:00
Markus Scherer
fcd9bcbe71
ICU-12031 text.PluralRules.StandardPluralCategories -> impl.StandardPlural with new names for constants & methods
...
X-SVN-Rev: 38124
2015-12-11 22:27:18 +00:00
Markus Scherer
3d76dd93d2
ICU-11986 optimize UnitPatternSink a bit; add MeasureUnitTest.testIndividualPluralFallback()
...
X-SVN-Rev: 38101
2015-12-02 22:18:50 +00:00