Commit Graph

2072 Commits

Author SHA1 Message Date
Fredrik Roubert
081b54e280 ICU-11483 Canonicalize IDs for java.util.TimeZone.getTimeZone().
Review URL: https://codereview.appspot.com/194240043

X-SVN-Rev: 36988
2015-01-27 10:55:16 +00:00
Markus Scherer
0acf60d3e0 ICU-11479 do not ask the Java system what the canonical name should be, just figure it out from ICU data
X-SVN-Rev: 36982
2015-01-22 20:40:30 +00:00
Fredrik Roubert
c65976304f ICU-11491 adjust Java version check for Android.
R=markus.icu@gmail.com

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

X-SVN-Rev: 36978
2015-01-21 21:46:16 +00:00
Yoshito Umaoka
2e44f6274f ICU-11487 Fixed lookup trie initialization problem in TZDBTimeZoneNames.
X-SVN-Rev: 36977
2015-01-21 19:51:06 +00:00
Markus Scherer
ebc8fc083f ICU-11486 do not rely on javax.xml.datatype.DatatypeFactory, manually build good-enough-for-this-test Duration objects
X-SVN-Rev: 36976
2015-01-21 18:45:57 +00:00
Markus Scherer
1604e1772d ICU-11479 precompute Java canonical names for not-only-ICU Charsets, make CharsetProviderICU all-static again (see ticket #9973), simplify some test code
X-SVN-Rev: 36966
2015-01-16 17:35:52 +00:00
Fredrik Roubert
6572a72c63 ICU-11474 Identify Android as a Java vendor in unit tests.
R=markus.icu@gmail.com

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

X-SVN-Rev: 36961
2015-01-15 10:45:08 +00:00
Fredrik Roubert
0f41ec3319 ICU-11464 TestFmwk should log closing brace lines for empty tests.
Review URL: https://codereview.appspot.com/191480043

X-SVN-Rev: 36927
2015-01-07 18:39:29 +00:00
Markus Scherer
e65a679a26 ICU-11449 reorder single scripts not groups, scripts/groups can start on top-16-bit boundaries, data formatVersion 5 for new scripts data and optional reorderRanges appended to reorderCodes
X-SVN-Rev: 36925
2015-01-07 03:49:20 +00:00
Yoshito Umaoka
179ab63238 ICU-11466 Added a word break test case for Hangul, starting with Latin text. Such case did not work well with ICU4J 52, but works fine with other ICU versions.
X-SVN-Rev: 36916
2015-01-06 19:03:26 +00:00
Markus Scherer
6c0fcd7a64 ICU-11448 collation common tertiary weights for normal Hiragana, change builder to cope with below-common tertiary weights
X-SVN-Rev: 36907
2014-12-27 00:39:08 +00:00
Fredrik Roubert
c47bac8255 ICU-11018 Refactor date format string mapping code (ICU4J)
To make this code more maintainable: Make mapping tables zero based, add
a table to tell if a character can be used to define a field in a format
string (instead of now rather long-winded character range expressions)
and make all lookup tables accessed through helper functions.

R=rocketman@google.com

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

X-SVN-Rev: 36900
2014-12-19 07:28:19 +00:00
Fredrik Roubert
a897801e80 ICU-11018 Support CLDR time separator (ICU4J)
This change will treat the ':' character in patterns as a symbol
(instead of as a literal) and if the Locale defines timeSeparator then
use that character instead when formatting and accept both when parsing.

It will also define the '.' as an alternate time separator, that will be
accepted when parsing in lenient mode.

R=rocketman@google.com

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

X-SVN-Rev: 36898
2014-12-19 07:20:14 +00:00
John Emmons
9d67693f3f ICU-11430 Make genPatternInfo method public (for CLDR)
X-SVN-Rev: 36888
2014-12-18 18:06:07 +00:00
John Emmons
f4fcba39d9 ICU-11060 Fix naming convention for @alt values from CLDR
X-SVN-Rev: 36887
2014-12-17 23:26:00 +00:00
Travis Keep
4cbb21d8b5 ICU-11445 Bring per unit formatting in MeasureFormat out of tech preview.
X-SVN-Rev: 36885
2014-12-17 22:19:45 +00:00
Markus Scherer
ff5daae274 ICU-11444 LocaleData.MeasurementSystem.UK born stable ICU 55
X-SVN-Rev: 36882
2014-12-17 21:47:26 +00:00
Markus Scherer
1c447ba174 ICU-11426 make implicit narrowing compound assignment explicit
X-SVN-Rev: 36881
2014-12-17 20:27:28 +00:00
Fredrik Roubert
35f08c68e9 ICU-11424 Bugfix: RemoveTransliterator can cause NoClassDefFoundError
Make RemoveTransliterator._ID final, to ensure that the compiler
inlines it, so that it won't be null when register() accesses it.

X-SVN-Rev: 36862
2014-12-11 20:26:25 +00:00
Yoshito Umaoka
1477b9b8a2 ICU-11314 Updated a test case for JDK TimeZone test. With JDK TimeZone, ignore the dicrepancy between setRawOffset and getRawOffset.
X-SVN-Rev: 36861
2014-12-11 18:58:07 +00:00
Markus Scherer
cf3eb94a4e ICU-10829 simplify U+FFFE collation: U+FFFE use common non-primary weights, adjust code for that, test order of U+FFFE equivalent to CollationKey.merge() but not necessarily same sort keys, omit case level if lowerFirst and only common weights
X-SVN-Rev: 36857
2014-12-11 17:17:03 +00:00
Yoshito Umaoka
7ce10f73cf ICU-11314 Fixed compiler/FindBugs warnings.
X-SVN-Rev: 36855
2014-12-11 17:03:23 +00:00
Yoshito Umaoka
bf9e8ef636 ICU-11314 BRS - organize imports
X-SVN-Rev: 36854
2014-12-11 16:42:53 +00:00
John Emmons
d8e5b70769 ICU-11417 CLDR 27 data integration for ICU55M1
X-SVN-Rev: 36851
2014-12-11 16:16:10 +00:00
Markus Scherer
9dec69dd5f ICU-11357 add constant for UK measurement system
X-SVN-Rev: 36845
2014-12-10 21:32:13 +00:00
Yoshito Umaoka
22ec77242f ICU-11415 Fixed a locale display name issue with a currency keyword.
X-SVN-Rev: 36840
2014-12-10 09:08:03 +00:00
Travis Keep
073e9eeb6f ICU-10569 Add test to verify that equals and hashCode on Measure work correctly.
X-SVN-Rev: 36838
2014-12-10 00:43:17 +00:00
Travis Keep
c2a0ee6531 ICU-10438 Document that JAVA Duration RuleBasedNumberFormat always rounds down.
X-SVN-Rev: 36837
2014-12-09 23:58:32 +00:00
Travis Keep
adb019d0c8 ICU-10958 Update URL to instructions for updating generated code in MeasureUnit.java
X-SVN-Rev: 36832
2014-12-09 21:13:59 +00:00
Travis Keep
21b7a7e13d ICU-11383 Remove ScientificFormatHelper JAVA
X-SVN-Rev: 36825
2014-12-08 23:22:14 +00:00
Markus Scherer
ba2a065004 ICU-10823 ICUResourceBundle add & support enum OpenType, use OpenType.LOCALE_ROOT for Collator & BreakIterator, also change default locale to root for those services
X-SVN-Rev: 36818
2014-12-08 17:54:11 +00:00
Yoshito Umaoka
5d46e56bbd ICU-11411 Fixed problematic hardcoded JDK Locale mapping for ULocale Chinese constants.
X-SVN-Rev: 36814
2014-12-05 23:48:28 +00:00
Yoshito Umaoka
a2581f458c ICU-11363 Thread#join() to the main test thread after start.
X-SVN-Rev: 36802
2014-12-02 23:08:38 +00:00
Markus Scherer
f037dbecdd ICU-11388 fix bug in CollationFastLatinBuilder
X-SVN-Rev: 36781
2014-11-30 19:55:58 +00:00
Yoshito Umaoka
056f2f768c ICU-11315 Merging metazone mapping data fix for Russian zones from cldrbug:8041.
X-SVN-Rev: 36780
2014-11-25 21:27:17 +00:00
Markus Scherer
057a400689 ICU-8477 deprecate IDNA2003 API
X-SVN-Rev: 36751
2014-11-19 00:53:11 +00:00
Travis Keep
3d480f30a9 ICU-10275 Remove hardcoded fallback logic in J ListFormatter
X-SVN-Rev: 36750
2014-11-18 22:12:41 +00:00
Travis Keep
83db643252 ICU-10952 Add JAVA ScientificNumberFormatter class.
X-SVN-Rev: 36749
2014-11-18 19:22:33 +00:00
Markus Scherer
8dc1c4d704 ICU-11375 ICU root collation: remove Cyrillic contractions
X-SVN-Rev: 36736
2014-11-17 00:42:16 +00:00
Yoshito Umaoka
a554fd430a ICU-11363 Updated SimpleDateFormat clone implementation to create a copy of an array used for numeric field formatting.
X-SVN-Rev: 36729
2014-11-13 18:50:44 +00:00
Yoshito Umaoka
d6ccf6dab0 ICU-11315 tzdata2014j updates in ICU4J.
X-SVN-Rev: 36719
2014-11-11 19:08:49 +00:00
Yoshito Umaoka
b92612d82b ICU-11315 tzdata2014i updates in ICU4J.
X-SVN-Rev: 36692
2014-10-24 05:17:30 +00:00
Yoshito Umaoka
042d89895c ICU-11343 Fixed a deadlock problem in the TimeZone static initializer code.
X-SVN-Rev: 36688
2014-10-23 07:28:44 +00:00
Markus Scherer
a3e0dc1530 ICU-11342 cast CharBuffer to CharSequence before calling .subSequence()
X-SVN-Rev: 36682
2014-10-20 21:08:42 +00:00
Markus Scherer
299f24790f ICU-11341 better ICUBinary.getByteBufferFromInputStream(): minimize number of memory allocations, allocate available() bytes on good JDK, do not rely on available() for finding the end of the stream
X-SVN-Rev: 36681
2014-10-20 20:45:22 +00:00
Andy Heninger
5757929922 ICU-11245 Minor cleanup of RBBI Line Monkey test.
X-SVN-Rev: 36670
2014-10-10 18:18:31 +00:00
Andy Heninger
44d9a9692b ICU-11245 RBBI Line monkey test, add dictionary character exclusion, renable excluded test.
X-SVN-Rev: 36666
2014-10-09 23:19:21 +00:00
Yoshito Umaoka
7fd935bf5e ICU-11314 Updated ICU4J trunk version to 55m1.
X-SVN-Rev: 36656
2014-10-09 15:25:12 +00:00
Yoshito Umaoka
d376112155 ICU-11326 Updated build scripts to use bootclasspath option when compiling ICU4J library classes. Also updated build.xml to print out warning message when build environment is not properly configured for release.
X-SVN-Rev: 36655
2014-10-09 07:28:33 +00:00
Steven R. Loomis
b39fb3766a ICU-11310 fix Easter holiday
Easter had a simple logic error. 
Also fix the test cases to hit the error.
Also fix the HolidayCalendarDemo to assert an issue if the error shows up
Also fix the copyright string to be dynamic.

X-SVN-Rev: 36654
2014-10-09 05:19:18 +00:00
Yoshito Umaoka
a8df1d60b6 ICU-11315 Windows zone 2014 update 7 (cldrbug:7959)
X-SVN-Rev: 36646
2014-10-07 14:03:52 +00:00
Mark Davis
49f7b06a91 ICU-10565 Fixed javadoc with warning.
X-SVN-Rev: 36631
2014-10-03 07:24:58 +00:00
Yoshito Umaoka
a934a2fcba ICU-11307 A minor fix in Calendar's class doc.
X-SVN-Rev: 36619
2014-10-01 18:51:22 +00:00
Yoshito Umaoka
339f14fbd6 ICU-10898 tzdata2014h updates in ICU4J
X-SVN-Rev: 36593
2014-09-26 20:09:51 +00:00
Yoshito Umaoka
80ab82d283 ICU-11279 Copied the updated license.html from the C trunk.
X-SVN-Rev: 36580
2014-09-25 04:29:06 +00:00
Peter Edberg
30920d9cd9 ICU-10809 Update SimpleDateFormat class doc examples for Sept and Tues, other table updates and note (J)
X-SVN-Rev: 36566
2014-09-23 21:26:54 +00:00
Matitiahu Allouche
435efa6541 ICU-11100 fix crash happening when there are many nested matching isolates occurring in more than one paragraph.
Also change terminology from xxx_SIZE to xxx_COUNT to stay in tune with ICU4C.

X-SVN-Rev: 36560
2014-09-22 20:13:08 +00:00
Andy Heninger
050f986b4a ICU-11262 Spoof check data refresh (ICU4J).
X-SVN-Rev: 36554
2014-09-17 23:41:32 +00:00
Scott Russell
4b2c562718 ICU-11243 correct promotion releases
X-SVN-Rev: 36526
2014-09-16 15:14:05 +00:00
Yoshito Umaoka
f0ff703aa8 ICU-10993 Added ICU4J 54 serializable test data.
X-SVN-Rev: 36525
2014-09-16 09:12:35 +00:00
Yoshito Umaoka
18380243d0 ICU-10993 Synchronized ICU4J data with ICU4C trunk data (r36522).
X-SVN-Rev: 36523
2014-09-16 08:35:07 +00:00
Markus Scherer
5540d3abde ICU-10999 mark formatMeasuresPer() as Technology preview
X-SVN-Rev: 36519
2014-09-16 06:13:11 +00:00
Scott Russell
73c9cfdcb4 ICU-11243 ICU4J 54 API status promotion
X-SVN-Rev: 36515
2014-09-15 21:48:00 +00:00
Markus Scherer
076242b224 ICU-9131 fix a few more annotation & API docs issues
X-SVN-Rev: 36512
2014-09-15 20:18:49 +00:00
Michael Ow
cc637f84bd ICU-10551 Fix the error message print out of code points
X-SVN-Rev: 36509
2014-09-15 19:05:34 +00:00
Michael Ow
cd0b3fa10b ICU-10551 Fix default ignorable test result checking
X-SVN-Rev: 36508
2014-09-15 19:03:14 +00:00
Markus Scherer
954cbf1712 ICU-10560 more doc links for day constants
X-SVN-Rev: 36506
2014-09-15 18:19:21 +00:00
Yoshito Umaoka
bebdcfcc40 ICU-10993 Clean up import statements.
X-SVN-Rev: 36504
2014-09-15 17:32:08 +00:00
Yoshito Umaoka
4426b0e313 ICU-11257 Fix a ChineseCalendar constructor problem.
X-SVN-Rev: 36502
2014-09-15 04:06:31 +00:00
Mark Davis
d5c8fa0e9f ICU-9131 Final batch of changes for review comments.
X-SVN-Rev: 36501
2014-09-14 10:06:23 +00:00
Mark Davis
1d5dbc0af9 ICU-9131 First batch of fixes for review comments. More to come.
X-SVN-Rev: 36500
2014-09-13 12:08:00 +00:00
Mark Davis
cea11c1786 ICU-10560 Fixed link format
X-SVN-Rev: 36499
2014-09-13 09:13:33 +00:00
Mark Davis
794940cafe ICU-10600 update comments for review
X-SVN-Rev: 36498
2014-09-13 09:10:07 +00:00
Mark Davis
2af192e6c6 ICU-10560 Fixes to comments for review.
X-SVN-Rev: 36497
2014-09-13 09:01:05 +00:00
Mark Davis
c37851c95d ICU-9795 Fixed to throw different exception, and added test.
X-SVN-Rev: 36496
2014-09-13 08:25:46 +00:00
Travis Keep
747da3e356 ICU-10999 Mark Davis' review comments.
X-SVN-Rev: 36487
2014-09-12 18:17:11 +00:00
Yoshito Umaoka
78d280f9f4 ICU-10993 Removed @stable from a non-public API.
X-SVN-Rev: 36486
2014-09-12 17:21:39 +00:00
John Emmons
c900a96dd0 ICU-11251 Last minute CLDR data changes
X-SVN-Rev: 36476
2014-09-11 22:25:26 +00:00
Yoshito Umaoka
3415c2e9ca ICU-10993 Fix @provisional tags.
X-SVN-Rev: 36472
2014-09-11 19:44:19 +00:00
Travis Keep
8000374854 ICU-11009 Apply andy's code review comments.
X-SVN-Rev: 36471
2014-09-11 19:36:36 +00:00
Travis Keep
02f78e8bbb ICU-11250 Add test for SimplePatternFormatter.getPatternWithNoPlaceholders.
X-SVN-Rev: 36465
2014-09-11 17:31:56 +00:00
Travis Keep
b2d06e91fc ICU-10999 Add JAVA version of per unit measure formatting.
X-SVN-Rev: 36464
2014-09-11 17:06:37 +00:00
John Emmons
ed2e40fb1a ICU-11092 Split out units data into a separate tree
X-SVN-Rev: 36459
2014-09-11 10:17:49 +00:00
Michael Ow
1a2ae33299 ICU-10551 Update test to check non-ignorable codepoints and fix comments
X-SVN-Rev: 36444
2014-09-10 23:24:50 +00:00
Scott Russell
b6bfbcce5b ICU-10993 BRS: ensure correct line-endings and svn property
X-SVN-Rev: 36437
2014-09-10 18:50:09 +00:00
Yoshito Umaoka
509d9757b0 ICU-8951 Feedback from Markus's review - fixed regex pattern for legacy key, and one typo in comment.
X-SVN-Rev: 36435
2014-09-10 18:33:12 +00:00
Markus Scherer
c2484b0620 ICU-7118 minor doc fixes
X-SVN-Rev: 36413
2014-09-09 22:03:48 +00:00
Yoshito Umaoka
03955adbd3 ICU-10993 Fixed API status tag problems.
X-SVN-Rev: 36412
2014-09-09 21:54:10 +00:00
Markus Scherer
a40f35bba5 ICU-10911 removed unnecessary try-catch, fixed Eclipse warnings (better no @param than empty), removed @deprecated from impl class method
X-SVN-Rev: 36411
2014-09-09 21:40:40 +00:00
Yoshito Umaoka
eec0821db0 ICU-11029 Based on the review comments, I moved SimpleFilteredBreakIterator to impl package, refactor SimpleFilteredBreakIteratorBuilder to a nested class, documented some methods are not implemented in this technology preview version.
X-SVN-Rev: 36409
2014-09-09 21:35:53 +00:00
Peter Edberg
86d38b1d53 ICU-10695 (J) Update/expand UMALQURA_MONTHLENGTH, handleComputeMonthStart fix for tbla
X-SVN-Rev: 36406
2014-09-09 10:28:43 +00:00
Yoshito Umaoka
8b78bd0e84 ICU-10993 Fixed javac/eclipse compiler warnings, and issues reported by FindBugs.
X-SVN-Rev: 36404
2014-09-09 08:01:41 +00:00
Peter Edberg
916350e26d ICU-10326 Better way to check characters for Myanmar script to skip test
X-SVN-Rev: 36403
2014-09-09 04:35:01 +00:00
Markus Scherer
d56c8f7355 ICU-9644 use public Normalizer2 factory methods
X-SVN-Rev: 36402
2014-09-09 04:06:58 +00:00
Peter Edberg
5fc2d494f8 ICU-10326 Add dictionary-based word/line break for Burmese/Myanmar (J), logKnownIssue #11245
X-SVN-Rev: 36401
2014-09-09 03:20:53 +00:00
Yoshito Umaoka
d7dabc7c06 ICU-11029 Merging ICU4J implementation of filtered break iterator (ULI break) as technology preview from the work branch.
X-SVN-Rev: 36398
2014-09-08 22:30:08 +00:00
Andy Heninger
4db4766158 ICU-11078 Improve API documentation for BreakIterator, reference UAX 14/29.
X-SVN-Rev: 36392
2014-09-08 18:25:07 +00:00
Peter Edberg
6c88c14138 ICU-9385 DateFormatSymbols getters/setters for yearNames, zodiacNames, leapMonthPatterns (J)
X-SVN-Rev: 36387
2014-09-08 07:17:50 +00:00
Peter Edberg
823e3a9372 ICU-10995 Test formatting negative currency without minus sign (J)
X-SVN-Rev: 36383
2014-09-07 20:42:42 +00:00
Peter Edberg
38a5062157 ICU-10872 Fix en_US_POSIX word break for colon (J)
X-SVN-Rev: 36380
2014-09-07 07:05:16 +00:00
Peter Edberg
fb4d6e1222 ICU-10968 Add DisplayContext.Type.DISPLAY_LENGTH and values for it, implement support (J)
X-SVN-Rev: 36378
2014-09-07 06:22:43 +00:00
Peter Edberg
f35551771f ICU-11173 CLDR tags/release-26-d03 into ICU4J trunk, remove logKnownIssue 11219, fix test for cldrbug:7868
X-SVN-Rev: 36376
2014-09-06 06:14:06 +00:00
Travis Keep
cdabed7692 ICU-9509 Add DateFormat.getInstanceForSkeleton methods.
X-SVN-Rev: 36369
2014-09-05 22:15:50 +00:00
Travis Keep
4b779c18ee ICU-11223 Enable unit tests for ICU4J RelativeDateTimeFormatter.
X-SVN-Rev: 36364
2014-09-05 20:51:45 +00:00
Mark Davis
ae322ca430 ICU-5519 Document better XSymbolTable.applyPropertyAlias()
X-SVN-Rev: 36362
2014-09-05 14:50:24 +00:00
Mark Davis
4a08548070 ICU-11067 documented limitation on modification while iterating
X-SVN-Rev: 36361
2014-09-05 14:45:21 +00:00
Mark Davis
b96cdc6199 ICU-7118 Javadoc changes only
X-SVN-Rev: 36360
2014-09-05 14:41:18 +00:00
Yoshito Umaoka
fcb77cf738 ICU-10993 Synchronize ICU4J test data with ICU4C (to update ICU version # in DebugUtilitiesData)
X-SVN-Rev: 36359
2014-09-05 14:40:58 +00:00
Yoshito Umaoka
448921ccca ICU-10993 ICU4J version to 54.1
X-SVN-Rev: 36358
2014-09-05 14:35:07 +00:00
Mark Davis
0fe5842382 ICU-10911 added and called UPropertyAliases.getPropertyValueEnumNoThrow, as per Markus's suggestion
X-SVN-Rev: 36356
2014-09-05 14:03:52 +00:00
Travis Keep
0eb4b4682d ICU-11221 Add comments to MeasureUnit generated code pointing to documentation on how to update.
X-SVN-Rev: 36345
2014-09-04 17:49:44 +00:00
Yoshito Umaoka
5f7178754d ICU-10898 tzdata2014g updates in ICU4J
X-SVN-Rev: 36343
2014-09-04 15:36:37 +00:00
Travis Keep
4db139b786 ICU-11221 Add new MeasureUnits to ICU.
X-SVN-Rev: 36337
2014-09-03 21:19:21 +00:00
Yoshito Umaoka
28e2352960 ICU-11063 Added/removed @icu doc tag in ULocale class based on the latest JDK.
X-SVN-Rev: 36336
2014-09-03 21:18:21 +00:00
Yoshito Umaoka
217b1e0f0c ICU-8951 Added @icu tag to new APIs.
X-SVN-Rev: 36334
2014-09-03 20:51:46 +00:00
Yoshito Umaoka
e9c6dfbf23 ICU-10971 Return read-only copy of set by SpoofChecker#getAllowedLocales().
X-SVN-Rev: 36333
2014-09-03 20:41:58 +00:00
Yoshito Umaoka
b697493499 ICU-11065 Deprecated RbnfLenientScanner
X-SVN-Rev: 36332
2014-09-03 16:24:00 +00:00
Yoshito Umaoka
7952938f2e ICU-10785 Accidentally commented out the change for testing in the previous commit. Uncomment these lines.
X-SVN-Rev: 36331
2014-09-03 16:00:33 +00:00
Yoshito Umaoka
d5b4428971 ICU-10785 Abort test execution when OOM is once thrown.
X-SVN-Rev: 36327
2014-09-03 14:49:30 +00:00
Peter Edberg
0e16450cee ICU-11173 CLDR tags/release-26-d02 into ICU4J trunk, fixes more ldml2icu conversion bugs
X-SVN-Rev: 36322
2014-09-03 05:50:51 +00:00
Peter Edberg
6dc89ee267 ICU-11173 Update logKnownIssue #11234 in NumberRegression/Test4212072 to include locale "bm"
X-SVN-Rev: 36317
2014-09-03 02:52:13 +00:00
Yoshito Umaoka
9e14f0bb18 ICU-8951 Minor updates including additional test cases.
X-SVN-Rev: 36316
2014-09-02 23:41:52 +00:00
Peter Edberg
313feb8f81 ICU-11173 CLDR tags/release-26-d01 into ICU4J trunk with related test & lib code updates
X-SVN-Rev: 36311
2014-09-02 22:46:20 +00:00
Scott Russell
64fc4a44d0 ICU-10970 Support decimal point required
X-SVN-Rev: 36301
2014-08-30 23:12:15 +00:00
Mark Davis
6dfe296e91 ICU-9447 Fix remapping of warning
X-SVN-Rev: 36299
2014-08-30 09:11:24 +00:00
Markus Scherer
56e05e2809 ICU-10883 UTS 46 toUnicode set error for empty label including just xn--
X-SVN-Rev: 36296
2014-08-29 23:06:27 +00:00
Markus Scherer
c3a2e7c783 ICU-10889 test UCharacter.getCharFromExtendedName() edge cases
X-SVN-Rev: 36294
2014-08-29 21:31:47 +00:00
Markus Scherer
028ed85d32 ICU-10946 clarify UScript.getName() & UScript.getShortName()
X-SVN-Rev: 36291
2014-08-29 20:13:32 +00:00
Markus Scherer
c770e4d458 ICU-10751 AnyScriptTest/TestScripts logKnownIssue(11171)
X-SVN-Rev: 36290
2014-08-29 17:56:50 +00:00
Mark Davis
e6fb48948e ICU-9795 Fixed the internals and javadoc to have predictable behavior.
X-SVN-Rev: 36289
2014-08-29 15:51:22 +00:00
Mark Davis
f838029625 ICU-10467 Fix the freezables with volatile.
X-SVN-Rev: 36288
2014-08-29 14:45:47 +00:00
Mark Davis
b60a1ed581 ICU-10931 minor cleanup.
X-SVN-Rev: 36287
2014-08-29 12:59:37 +00:00
Mark Davis
c8dcd090f7 ICU-10911 Added @internal method, changed main callsite.
X-SVN-Rev: 36286
2014-08-29 12:27:45 +00:00
Mark Davis
4981f48bcc ICU-10654 change the logic to return null if the result is at or after.
result.after(end)

=>

!end.before(result)

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

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

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

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

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

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

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

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

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

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

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

R=markus.icu@gmail.com

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

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

R=markus.icu@gmail.com

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

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

R=markus.icu@gmail.com

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

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

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

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

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

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

R=markus.icu@gmail.com

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

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

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

Also add statement to actually test lenient data version.

R=markus.icu@gmail.com

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

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

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

X-SVN-Rev: 36031
2014-07-15 20:03:25 +00:00
Markus Scherer
61ee3253e8 ICU-10876 document Collator thread-safe only when frozen
X-SVN-Rev: 36022
2014-07-10 22:39:05 +00:00
Markus Scherer
1d533a66e8 ICU-10998 collation reorder others=Zzzz, recognize only others = reset
X-SVN-Rev: 36019
2014-07-09 23:36:43 +00:00
Markus Scherer
38b83477bf ICU-8082 private collation type: do not list as an available keyword value
X-SVN-Rev: 36012
2014-07-08 20:58:58 +00:00
Markus Scherer
aace462c2e ICU-8962 test collation import from und=root
X-SVN-Rev: 36010
2014-07-08 01:21:57 +00:00
Mark Davis
ff4dcfc31d ICU-10560 fix test
X-SVN-Rev: 35999
2014-07-04 16:27:32 +00:00
Mark Davis
1d11db8a35 ICU-10560 first cut, marked @internal for now
X-SVN-Rev: 35998
2014-07-04 15:48:06 +00:00
Mark Davis
adc2570f18 ICU-10600 add plural ranges and unit formatting
X-SVN-Rev: 35997
2014-07-03 13:16:30 +00:00
Andy Heninger
a0e8aa8bc9 ICU-10908 LocaleDisplayNames thread safety fix.
X-SVN-Rev: 35988
2014-07-02 22:19:59 +00:00
Yoshito Umaoka
1bbadfe835 ICU-10843 Fixed a collation test failure. It was caused by the lack of LocaleDisplayNamesImpl when the test is executed with a collation module jar.
X-SVN-Rev: 35971
2014-07-01 15:41:35 +00:00
Yoshito Umaoka
4ad6bfe991 ICU-10945 Test log might be emitted through AbstractTestLog, which was missed in the previous change.
X-SVN-Rev: 35966
2014-06-30 16:54:21 +00:00
Yoshito Umaoka
71fe3d234a ICU-10843 Fixed a couple of coding problems detected by FindBugs.
X-SVN-Rev: 35964
2014-06-27 20:14:41 +00:00
Yoshito Umaoka
2cf3edae51 ICU-10843 Updated Unicode license format, extracted the body part only.
X-SVN-Rev: 35962
2014-06-27 17:48:21 +00:00
Tom Zhang
925dd94560 ICU-10945 remove duplicate warning
X-SVN-Rev: 35960
2014-06-27 16:41:01 +00:00
Markus Scherer
df08e453dc ICU-10940 make ICUResourceBundleImpl smaller, remove lookup cache in favor of newer Reader cache, reduce object creation while finding resources and especially strings with fallback
X-SVN-Rev: 35936
2014-06-24 20:34:12 +00:00