Commit Graph

2268 Commits

Author SHA1 Message Date
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
b5b35e4640 ICU-12595 Updated SimpleDateRule class to create a calendar per intance, instead of creating a static calendar instance shared across all SimpleDateRule instances. This change fixes the JUnit test execution issue.
X-SVN-Rev: 38851
2016-06-16 15:35:44 +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
Markus Scherer
ba843c9aa9 ICU-7434 switch DateFormatSymbols from SimpleCache to SoftCache
X-SVN-Rev: 38827
2016-06-10 22:51:24 +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
Craig Cornelius
aa0e0a8a9d ICU-12527 Check in updated version.
X-SVN-Rev: 38804
2016-06-07 00:49:54 +00:00
kazède king
a99e0e389f ICU-12569 Use new sinks for Java.
X-SVN-Rev: 38803
2016-06-06 23:41:18 +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
Felipe Balbontín
f937e63126 ICU-12414 Updated DateFormatSymbols to load data using ResourceSink on ICU4J.
X-SVN-Rev: 38774
2016-05-31 17:52:07 +00:00
Shane Carr
4316e50619 ICU-12528 Updating CompactDecimalDataCache data loading logic for Java/C++ consistency.
X-SVN-Rev: 38773
2016-05-31 17:35:22 +00:00
Shane Carr
d03ad991d9 ICU-12534 Optimizing currency spacing data loading in ICUCurrencyDisplayInfoProvider using data sink.
X-SVN-Rev: 38772
2016-05-31 16:34:58 +00:00
Shane Carr
f2cf8cd5ac ICU-12533 Loading capitilization context for LocaleDisplayNames using data sink.
X-SVN-Rev: 38771
2016-05-29 23:44:49 +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
8cf118d150 ICU-7434 ICUService direct references to its cache Maps not SoftReferences
X-SVN-Rev: 38752
2016-05-18 20:58:20 +00:00
Markus Scherer
37701877e3 ICU-7434 switch UResourceBundle.BUNDLE_CACHE from SimpleCache to SoftCache, move/split BUNDLE_CACHE into impl subclasses to avoid protected @internal hacks
X-SVN-Rev: 38751
2016-05-18 20:29:26 +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
Markus Scherer
6cc82d7089 ICU-7434 switch RelativeDateTimeFormatter from SimpleCache to SoftCache
X-SVN-Rev: 38745
2016-05-16 21:46:11 +00:00
Markus Scherer
11ddfe3376 ICU-7434 switch DecimalFormatSymbols from SimpleCache to SoftCache
X-SVN-Rev: 38744
2016-05-16 17:23:18 +00:00
Markus Scherer
3d7536e60b ICU-7434 switch NumberingSystem from SimpleCache to SoftCache
X-SVN-Rev: 38743
2016-05-16 16:36:31 +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
33e71967fc ICU-7434 switch ULocale from SimpleCache to SoftCache
X-SVN-Rev: 38740
2016-05-14 00:05:52 +00:00
Markus Scherer
fec331c017 ICU-7434 cache region-to-Currency via SoftCache
X-SVN-Rev: 38739
2016-05-13 23:31:36 +00:00
Markus Scherer
220e261f82 ICU-7434 CalendarUtil cache all non-trivial calendarPreferenceData at once (currently only 4 entries), no need for complex cache
X-SVN-Rev: 38738
2016-05-13 22:29:11 +00:00
Markus Scherer
fa28f03bf6 ICU-7434 switch BreakIterator.iterCache from SoftReference to CacheValue
X-SVN-Rev: 38737
2016-05-13 21:23:20 +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
Yoshito Umaoka
3467318a84 ICU-12415 Merged metazone mapping fix (cldrbug:9427) to ICU4J trunk.
X-SVN-Rev: 38720
2016-05-07 04:33:12 +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
Shane Carr
36eb56695c ICU-12529 Committing Java version of MeasureUnit data sink.
X-SVN-Rev: 38697
2016-05-04 21:14:30 +00:00
Shane Carr
4544a84509 ICU-12528 Committing Java version of CompactDecimalDataCache data sink.
X-SVN-Rev: 38696
2016-05-04 21:12:46 +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
1e70c176bf ICU-12450 move com.ibm.icu.impl.duration.impl.YMDDateFormatter to org.unicode.unused
X-SVN-Rev: 38688
2016-05-03 21:06:24 +00:00
Markus Scherer
470a1f7ff5 ICU-12450 move com.ibm.icu.text.TransformTransliterator to org.unicode.unused
X-SVN-Rev: 38687
2016-05-03 20:57:17 +00:00
Markus Scherer
a97bd99a2e ICU-12450 move com.ibm.icu.text.TransformTransliterator to org.unicode.unused
X-SVN-Rev: 38686
2016-05-03 20:40:47 +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
Shane Carr
ac7474e79f ICU-12521 Updating DecimalFormatSymbols to data sink
X-SVN-Rev: 38676
2016-04-29 23:22:17 +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
Markus Scherer
fef70d16f0 ICU-12520 Collator.getKeywordValuesForLocale() resource data enumeration
X-SVN-Rev: 38671
2016-04-29 22:54:29 +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
14c2ede1d8 ICU-12450 move com.ibm.icu.impl.MultiComparator to org.unicode.cldr.util
X-SVN-Rev: 38660
2016-04-27 23:48:14 +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
8f7dd3149c ICU-12510 set the UResource.Sink.put() Key more simply from the key field of the bundle
X-SVN-Rev: 38654
2016-04-27 16:17:11 +00:00
Markus Scherer
87a89d4df0 ICU-12510 set the UResource.Sink.put() Key for the enumeration-start resource
X-SVN-Rev: 38652
2016-04-26 22:46:01 +00:00