Commit Graph

7474 Commits

Author SHA1 Message Date
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
a98b5ea5da ICU-10152 Remove use of multirootfileset from ant build
X-SVN-Rev: 38799
2016-06-06 19:42:57 +00:00
Stuart Gill
92c9f3d9b3 ICU-10152 Added runTest target
X-SVN-Rev: 38798
2016-06-06 18:14:56 +00:00
Stuart Gill
7f6156e5e3 ICU-10152 Force ivy init for building test-framework
X-SVN-Rev: 38796
2016-06-04 00:31:48 +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
Yoshito Umaoka
7d4c73da53 ICU-12445 Fixed a typo in a warning message.o
X-SVN-Rev: 38677
2016-04-29 23:32:28 +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
Yoshito Umaoka
1f2813e7fa ICU-12445 Updated ant target coverageJaCoCo to check method coverage. When a new method is added with no test coverage, the check will fail. All existing methods with no test coverage are captured in coverage-exclusion.txt.
X-SVN-Rev: 38667
2016-04-29 19:33:24 +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
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
Markus Scherer
0157724f4a ICU-12510 resource data enumeration: get array/table objects from Value, iterate with nested code & functions not by returning nested sinks; use this in DateTimePatternGenerator.DayPeriodAllowedHoursSink
X-SVN-Rev: 38646
2016-04-25 21:34:36 +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
70edfed042 ICU-12450 remove unused StringUCharacterIterator
X-SVN-Rev: 38640
2016-04-22 17:30:52 +00:00
Markus Scherer
56421e3958 ICU-12450 move com.ibm.icu.impl.Differ to org.unicode.cldr.util.Differ; fork off com.ibm.icu.dev.demo.translit.IntDiffer for use in the translit.Demo
X-SVN-Rev: 38634
2016-04-19 22:15:27 +00:00
Yoshito Umaoka
067f19e59e ICU-12415 tzdata2016d updates to ICU4J
X-SVN-Rev: 38630
2016-04-19 17:36:52 +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
ebb7620ad0 ICU-12450 move unused com.ibm.icu.dev.tool.cldr.CheckSystemFonts to Unicode Tools org.unicode.unused see changeset 1022 there
X-SVN-Rev: 38614
2016-04-12 22:10:50 +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
bc785127a3 ICU-12446 fix typo
X-SVN-Rev: 38605
2016-04-07 00:17:35 +00:00
Markus Scherer
f4376e1e6f ICU-12446 UResource sink size: move into new enter(size) method
X-SVN-Rev: 38604
2016-04-06 23:40:59 +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
kazède king
18268b8bae ICU-12275 use the new enumeration mechanism
X-SVN-Rev: 38595
2016-03-31 21:23:50 +00:00
Stuart Gill
aeff22719e ICU-11621 Changes in response to code review
X-SVN-Rev: 38594
2016-03-31 21:06:49 +00:00
Stuart Gill
1e38653868 ICU-11621 Changes in response to code review
X-SVN-Rev: 38592
2016-03-29 22:21:43 +00:00
Yoshito Umaoka
7137a3b65a ICU-12415 tzdata2016c updates to ICU4J
X-SVN-Rev: 38567
2016-03-24 05:39:51 +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
4bbe886626 ICU-11962 tzdata2016b updates to ICU4J
X-SVN-Rev: 38528
2016-03-17 00:24:18 +00:00
Andy Heninger
076db669c4 ICU-12373 Refresh ICU4J data from ICU4C to pick up GAZ fix in character break rules.
X-SVN-Rev: 38521
2016-03-16 20:29:17 +00:00
Steven R. Loomis
ab6b7f24fe ICU-12037 update license location
X-SVN-Rev: 38508
2016-03-08 23:50:05 +00:00
Steven R. Loomis
d1a3fe1a2d ICU-12037 copy license from icu4c
X-SVN-Rev: 38507
2016-03-08 23:45:22 +00:00
Steven R. Loomis
4f56bae466 ICU-12037 delete/read license
X-SVN-Rev: 38506
2016-03-08 23:44:26 +00:00
Yoshito Umaoka
f486f67188 ICU-12186 Changed SimpleDateFormat#matchDayPeriodString from @internal protected to private, so it won't show up in the API reference doc.
X-SVN-Rev: 38505
2016-03-08 18:24:17 +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
a0af6fe967 ICU-12186 Added ICU 57 API signature file.
X-SVN-Rev: 38502
2016-03-08 06:10:34 +00:00
Yoshito Umaoka
111a79ab31 ICU-12186 Fixed a couple of API status problems and regenerated API change report. Updated/corrected version and year strings in some files.
X-SVN-Rev: 38501
2016-03-08 00:16:56 +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
Peter Edberg
bbf481e0c3 ICU-12072 J, tabs -> spaces
X-SVN-Rev: 38494
2016-03-04 22:39:03 +00:00
Andy Heninger
6d4d768bf2 ICU-12081 Add emoji changes to line_normal_fi.txt.
X-SVN-Rev: 38492
2016-03-04 21:38:40 +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
Scott Russell
f4afeff820 ICU-12186 update readme for 57rc
X-SVN-Rev: 38486
2016-03-04 18:26:22 +00:00
Peter Edberg
b9759e7cce ICU-12072 J, Updates per review comments
X-SVN-Rev: 38483
2016-03-04 06:40:50 +00:00
Scott Russell
6d565a1d0c ICU-12186 organize imports
X-SVN-Rev: 38475
2016-03-03 16:14:06 +00:00
Scott Russell
b4319fbd64 ICU-12186 update ICU4J version number
X-SVN-Rev: 38474
2016-03-03 15:51:43 +00:00
Scott Russell
3fb3162cce ICU-12186 merge API promotion branch and update APIChangeReport
X-SVN-Rev: 38473
2016-03-03 04:17:43 +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
Scott Russell
265f653a01 ICU-12059 support custom tag @discouraged
X-SVN-Rev: 38453
2016-03-01 21:24:28 +00:00
Markus Scherer
cbf6464079 ICU-12067 withdraw getter & setter for TIME_SEPARATOR date/time field
X-SVN-Rev: 38450
2016-03-01 18:49:43 +00:00
Yoshito Umaoka
a48cbfd993 ICU-12005 Fixed doc build problem with JDK 8. Added a build target 'docsStrict' which does all jlint check. Changed numeric character references in API doc with raw code points, so javadoc does not invalidate them in doclint.
X-SVN-Rev: 38444
2016-03-01 05:14:36 +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
Markus Scherer
93256d3f9e ICU-12067 withdraw TIME_SEPARATOR date/time field
X-SVN-Rev: 38441
2016-02-29 22:18:03 +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
Scott Russell
d7a1f3cfb1 ICU-12005 Fix numerous warnings / errors from Javadoc generation
X-SVN-Rev: 38429
2016-02-29 01:56:20 +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
Steven R. Loomis
802559f528 ICU-12037 fix references to license.html
X-SVN-Rev: 38409
2016-02-27 01:48:56 +00:00
Steven R. Loomis
b3df13641f ICU-12037 copy LICENSE.txt and license.html from icu4c
X-SVN-Rev: 38406
2016-02-27 01:32:47 +00:00
Steven R. Loomis
2c58e57d8d ICU-12037 remove old license
X-SVN-Rev: 38404
2016-02-27 01:31:05 +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
Scott Russell
8f598f6746 ICU-12005 Fix numerous warnings / errors from Javadoc generation
X-SVN-Rev: 38385
2016-02-26 21:14:36 +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
63aa3ea44f ICU-11872 fix build errors
X-SVN-Rev: 38374
2016-02-25 21:42:52 +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
Felipe Balbontín
c08ea1df96 ICU-12013 Refactor DateIntervalFormat resource data loading using the sink on ICU4J.
X-SVN-Rev: 38357
2016-02-24 23:45:42 +00:00
Yoshito Umaoka
82801c4b0a ICU-12003 User more links to actual Java classes in ICU API doc.
X-SVN-Rev: 38348
2016-02-24 22:01:37 +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
Yoshito Umaoka
f74ad54c81 ICU-12170 Regenerated ICU4J data with ICU4C/r38309. Revereted the patch for transform extension x0 which was temporarily made for 57m1.
X-SVN-Rev: 38310
2016-02-15 17:28:47 +00:00
John Emmons
457a8b9340 ICU-12091 Merge preliminary CLDR 29 data for 57m1
X-SVN-Rev: 38288
2016-02-05 04:18:17 +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
fd35c53245 ICU-12084 Removed echo for java 5 bootclasspath.
X-SVN-Rev: 38241
2016-01-30 07:05:03 +00:00
Yoshito Umaoka
7bd3bee5d6 ICU-12084 Fixed javadoc warnings and updated API change report for 57m1.
X-SVN-Rev: 38238
2016-01-30 06:42:15 +00:00
Yoshito Umaoka
a600c949fb ICU-12132 Regenerated ICU4J 56.1 API signature data file with JDK 7 javadoc.
X-SVN-Rev: 38237
2016-01-30 06:33:18 +00:00
Peter Edberg
ee0d2ada6e ICU-12085 (J) integrate CLDR keyTypeData for locale key "rg" (and some other new ones)
X-SVN-Rev: 38235
2016-01-30 02:49:25 +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
Fredrik Roubert
932aa99948 ICU-12018 Add missing * in Javadoc syntax.
X-SVN-Rev: 38216
2016-01-28 19:51:38 +00:00
Craig Cornelius
813980f620 ICU-11989 API doc fix
X-SVN-Rev: 38214
2016-01-28 19:45:33 +00:00
Peter Edberg
3c2bc322c2 ICU-12016 Correct author tags in some ICU4J files
X-SVN-Rev: 38201
2016-01-27 00:02:14 +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
Michael Ow
7151f52fc8 ICU-12084 Update version number to 57m1 in ICU4J
X-SVN-Rev: 38187
2016-01-21 20:08:17 +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
Markus Scherer
f6296491cc ICU-12041 check that per-unit patterns have one placeholder, fix patterns
X-SVN-Rev: 38140
2015-12-16 22:29:44 +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
Markus Scherer
cab8879780 ICU-12030 move some code to QuantityFormatter so that PluralRules does not depend on NumberFormat and to be more parallel with C++
X-SVN-Rev: 38135
2015-12-16 04:30:48 +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
fa027da0f7 ICU-12030 MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, reintegrate from ^/icu4j/branches/markus/sideways
X-SVN-Rev: 38122
2015-12-11 21:02:02 +00:00
Mark Davis
ad6035c5c2 ICU-4229 Initial cut at reading the CLDR from the resources, for use in validation. The main() has some quick check that will be separated into a test class.
X-SVN-Rev: 38118
2015-12-10 17:40:58 +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
Yoshito Umaoka
670241f8d6 ICU-12010 Fixed a typo @returns in the previous commit.
X-SVN-Rev: 38100
2015-12-01 05:36:12 +00:00
Yoshito Umaoka
7c43d7d3f5 ICU-12022 Updated the minimum JRE version to Java 6.
X-SVN-Rev: 38099
2015-12-01 05:29:28 +00:00
Markus Scherer
7ac5360664 ICU-11986 MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set
X-SVN-Rev: 38098
2015-11-30 22:44:04 +00:00
Yoshito Umaoka
f387438e17 ICU-12010 Fixed some minor API doc issues.
X-SVN-Rev: 38097
2015-11-30 17:08:04 +00:00
Markus Scherer
6c1ba0d58e ICU-11986 slightly nicer QuantityFormatter.getPluralIndex(), avoid key.toString() for it
X-SVN-Rev: 38096
2015-11-20 17:36:23 +00:00
Markus Scherer
3f4f8032d1 ICU-11986 UResource.Value.getAliasString(), sink.leave(), MeasureFormat use resource enumeration, store one data reference not pieces of that data
X-SVN-Rev: 38095
2015-11-19 22:56:12 +00:00
Markus Scherer
d1b77c4e66 ICU-11986 rename ICUResource to UResource, consistent with UResourceBundle, in case we want to make the resource enumeration public
X-SVN-Rev: 38088
2015-11-18 00:19:31 +00:00
Michael Ow
e4126a0fb6 ICU-11979 Fix max char size for iso-2022-kr in icu4j
X-SVN-Rev: 38085
2015-11-17 23:05:18 +00:00
Yoshito Umaoka
a854940385 ICU-11962 tzdata2015g to ICU4J trunk
X-SVN-Rev: 38059
2015-10-10 05:16:59 +00:00
Andy Heninger
11da2bc073 ICU-11619 VTimeZone throws a ClassCastException when Zone ID unknown; move fixes from branch to trunk.
X-SVN-Rev: 38039
2015-10-07 00:32:46 +00:00
Scott Russell
f3f355943b ICU-11918 refresh API change report & API sig, fix for missing file for formatTests module test, and cleanup LocaleMatcher API change
X-SVN-Rev: 38017
2015-09-23 22:01:29 +00:00
Michael Ow
953f033293 ICU-11869 Update 2022 code in ICU4J
X-SVN-Rev: 38013
2015-09-23 20:47:33 +00:00
John Emmons
31ef2b0df7 ICU-11928 Fix NPEs in test framework (affects CLDR build)
X-SVN-Rev: 38011
2015-09-23 19:50:53 +00:00
Peter Edberg
6b23d8ac58 ICU-11929 (J) Rename MeasureUnit constants GENERIC, REVOLUTION
X-SVN-Rev: 38010
2015-09-23 18:37:20 +00:00
Yoshito Umaoka
2f09a06e26 ICU-11918 Excluded ISO-2022-KR check on IBM Java 8. Java ISO-2022-KR is broken in the latest IBM Java 8 release (8.0.1.10).
X-SVN-Rev: 38008
2015-09-23 18:31:46 +00:00
Michael Ow
7ecac51d1c ICU-11869 Port ICU4C fix to ICU4J
X-SVN-Rev: 38007
2015-09-23 17:29:48 +00:00
Scott Russell
99f4e9be82 ICU-11918 LocaleMatcher API change reverted back to public but marked @internal as per Mark
X-SVN-Rev: 38006
2015-09-23 17:21:42 +00:00
Scott Russell
5e6ddd90c1 ICU-11918 update readme for RC
X-SVN-Rev: 38005
2015-09-23 16:39:47 +00:00
Scott Russell
406f9aef1a ICU-11918 clean-up LocaleMatcher API and turn off doclint html check if V8
X-SVN-Rev: 38004
2015-09-23 13:25:42 +00:00
Scott Russell
90703e3819 ICU-11918 ICU4J API change report
X-SVN-Rev: 38001
2015-09-23 04:49:03 +00:00
Yoshito Umaoka
bbf7a2da42 ICU-11918 Removed @author tag in a couple of methods in TimeZoneNames.java. @author cannot be used in method documentation.
X-SVN-Rev: 38000
2015-09-23 04:11:08 +00:00
Yoshito Umaoka
44a9dcdabe ICU-10988 Changed the default javadoc implementation to JDK7, updated the build script to use JDK8 supported version at build time if JDK8 is used. Prints out warning in top-level release targets, when JDK8 is used.
X-SVN-Rev: 37999
2015-09-23 03:59:54 +00:00
Yoshito Umaoka
c5324d571a ICU-11918 Added 56.1 serialization test data. Deleted 52.1 serialization test data.
X-SVN-Rev: 37998
2015-09-23 02:18:52 +00:00
Yoshito Umaoka
79d8e92f14 ICU-11918 BRS - Clean up import statements
X-SVN-Rev: 37991
2015-09-22 20:56:14 +00:00
Yoshito Umaoka
e3222a5716 ICU-11755 Excluded a couple of locales (ROOT and de_GR) from locale SPI test. __ICU4J does not make much sense, and de_GR is not supported by ICU4J.
X-SVN-Rev: 37990
2015-09-22 19:24:31 +00:00
Yoshito Umaoka
9a3c2ba437 ICU-11861 Fixed compiler warnings introduced in the previous commit.
X-SVN-Rev: 37989
2015-09-22 17:06:11 +00:00
Scott Russell
990774fbd4 ICU-11918 ICU4J API promotion from draft to stable
X-SVN-Rev: 37985
2015-09-22 13:52:13 +00:00
Mark Davis
09b798d757 ICU-11861 Added immutable lists of skeletons for iteration, as @internal. Also added test to make sure that they are aligned with what is tested. Note that I reordered and added items to DateFormatTest to verify coverage and order.
X-SVN-Rev: 37984
2015-09-22 12:01:44 +00:00
Mark Davis
72e1610789 ICU-11898 fixed assertion and added test.
X-SVN-Rev: 37983
2015-09-22 11:23:13 +00:00
Scott Russell
f57dc2ac03 ICU-11572 review updates
X-SVN-Rev: 37982
2015-09-22 04:17:27 +00:00