Yoshito Umaoka
c6581d9c2f
ICU-11677 Fixed numeric field detection method to return true for pattern Q up to two letters. The pattern letters constant were updated to match the corresponding C implementation (DateFormatSymbols:isNumericField(UDateFormatField,int32_t)). Uncommented TestQuarters which was commented previously for some reasons, and added the problematic abutting patterns - Qyy and QQyy in the test data.
...
X-SVN-Rev: 37452
2015-05-19 21:25:08 +00:00
Fredrik Roubert
4854bd6b67
ICU-11674 Make ULocale tests work better with Android.
...
ULocale has been updated to work with scripts and Unicode extensions in
the Android Locale, so the tests can be updated to expect this to behave
essentially like Java 7.
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/235430043
X-SVN-Rev: 37432
2015-05-12 18:38:39 +00:00
Fredrik Roubert
3229213046
ICU-11674 Make ULocale work better with Android.
...
Android supports scripts and Unicode extensions, but not locale
categories. Instead of identifying Java version to determine
capabilities, this change introduces two booleans in JDKLocaleHelper,
one that tells whether the implementation supports locale categories,
and another that tells whether scripts and extensions are supported.
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/238000043
X-SVN-Rev: 37430
2015-05-08 14:43:48 +00:00
Andy Heninger
b8a025a215
ICU-11635 Fix supplemental character handling bug in class IdentifierInfo.
...
X-SVN-Rev: 37427
2015-05-07 00:32:28 +00:00
Yoshito Umaoka
5cbba9e1f6
ICU-11630 tzdata2015d to ICU4J
...
X-SVN-Rev: 37400
2015-04-24 23:46:18 +00:00
George Rhoten
a423e7cb09
ICU-11564 Improve the thread safety of RBNF.
...
The recursion count is now a method argument instead of a data member.
Some data fields are now marked final to ensure thread safety, which caused reordering of some data initialization/parsing.
Setting the DecimalFormatSymbols no longer reparses the rules, but it just sets a new version of DecimalFormatSymbols instead.
X-SVN-Rev: 37383
2015-04-23 07:44:14 +00:00
Andy Heninger
fa38aa2c0b
ICU-11608 remove lines with $ svn keywords
...
X-SVN-Rev: 37368
2015-04-20 20:50:26 +00:00
Andy Heninger
e599c1007e
ICU-11609 set svn property eol-style native for more text files in icu4j.
...
X-SVN-Rev: 37365
2015-04-17 23:31:56 +00:00
Yoshito Umaoka
7daa0c8e78
ICU-11629 Updated ICU4J version to 56.0.1.
...
X-SVN-Rev: 37338
2015-04-15 16:41:47 +00:00
Michael Ow
997afd4ee2
ICU-11630 Update tzdata in ICU4J to 2015c
...
X-SVN-Rev: 37334
2015-04-14 21:23:40 +00:00
Travis Keep
2efcd46ee3
ICU-11580 Fix DateIntervalInfo descrepencies between C and J
...
X-SVN-Rev: 37325
2015-04-09 18:28:59 +00:00
Yoshito Umaoka
bc3b3a3916
ICU-11595 Merging locale matcher's fix from the work branch emmons/t11595 to trunk, with ICU4J data jar files regenerated from the ICU4C trunk.
...
X-SVN-Rev: 37295
2015-03-27 17:57:18 +00:00
Yoshito Umaoka
b72bd763eb
ICU-11315 tzdata2015b updates in ICU4J.
...
X-SVN-Rev: 37267
2015-03-24 22:34:57 +00:00
Mark Davis
7887f56097
ICU-11583 fix bug that travis found in review. See comments in the bug report for details
...
X-SVN-Rev: 37239
2015-03-17 08:17:40 +00:00
John Emmons
a5f260cbd8
ICU-11586 Fixes for en_CA date formats
...
X-SVN-Rev: 37236
2015-03-16 21:14:23 +00:00
Yoshito Umaoka
fc82df36a1
ICU-11565 Removed the link to icu4c.css to fix HTML validation error. The same file was already checked into ICU4C repo.
...
X-SVN-Rev: 37232
2015-03-13 21:29:28 +00:00
Yoshito Umaoka
32271b5e29
ICU-11583 Fixed several issues in the previous commits. See #11583 comment:7 for the details.
...
X-SVN-Rev: 37230
2015-03-13 20:18:09 +00:00
Mark Davis
d43a9202f2
ICU-11583 remove spurious Objects in imports (with a cleanup)
...
X-SVN-Rev: 37228
2015-03-13 12:54:42 +00:00
Mark Davis
152bcd92c8
ICU-11583 fix resource loading for interval formats, plus add tests. There are some internal APIs for use by the tests also.
...
X-SVN-Rev: 37227
2015-03-13 07:09:17 +00:00
Yoshito Umaoka
d4975a1818
ICU-11565 Added ICU4J 55 API signature file. Added ICU4J 55 serializable test data and deleted ICU4J 51 serializable data.
...
X-SVN-Rev: 37218
2015-03-11 20:43:39 +00:00
Yoshito Umaoka
14e95860a8
ICU-11565 BRS - Updated the API change report, fixed some JavaDoc tag problems.
...
X-SVN-Rev: 37216
2015-03-11 20:19:46 +00:00
Yoshito Umaoka
f9cf01598c
ICU-11567 Promote draft APIs to stable in ICU 55.
...
X-SVN-Rev: 37214
2015-03-11 19:45:26 +00:00
Yoshito Umaoka
22dd5c9096
ICU-11565 Fixed Eclipse compiler warnings. Updated ICU4J project settings to detect [potentail] resource leak as warning, except icu-demos, icu-build-tools and icu-tools.
...
X-SVN-Rev: 37213
2015-03-11 18:54:31 +00:00
Yoshito Umaoka
aacaaf660b
ICU-11565 Resync data with ICU4C r37203. The previous data import included resource files with future date accidentally.
...
X-SVN-Rev: 37208
2015-03-11 16:15:38 +00:00
Yoshito Umaoka
d2598ad888
ICU-11565 BRS - organize import statements
...
X-SVN-Rev: 37207
2015-03-11 15:25:50 +00:00
Yoshito Umaoka
fad6881394
ICU-10488 Added @provisional to draft APIs, and supplied missing java doc commment/status to java.lang.Object method overrides.
...
X-SVN-Rev: 37206
2015-03-10 22:27:08 +00:00
Yoshito Umaoka
1ca1101b1f
ICU-11315 Windows zone 2015 version 4 / Quintana Roo and Santiago / icu4j
...
X-SVN-Rev: 37204
2015-03-10 19:23:12 +00:00
Markus Scherer
09e137189c
ICU-11565 ICU4J 55 pool.res & other .res bundles with CLDR 27 data
...
X-SVN-Rev: 37200
2015-03-10 17:32:30 +00:00
Peter Edberg
8cfa7a0d29
ICU-11565 Update DRAFT_VERSIONS, ICU 53 MeasureUnit constants/createXxx are no longer draft
...
X-SVN-Rev: 37198
2015-03-10 07:37:08 +00:00
Scott Russell
6c4df64d1f
ICU-11565 BRS - svnprops check
...
X-SVN-Rev: 37195
2015-03-09 21:11:14 +00:00
Mark Davis
1c46811b4d
ICU-10488 fixes for review comments. See comment:10
...
X-SVN-Rev: 37191
2015-03-08 10:06:22 +00:00
John Emmons
70b7df5c6c
ICU-11555 Build sw_CD locale, per Cldrbug:8079
...
X-SVN-Rev: 37190
2015-03-07 17:29:47 +00:00
John Emmons
1e423f49fd
ICU-10750 Remove obsolete files from source/data/xml
...
X-SVN-Rev: 37188
2015-03-07 16:30:39 +00:00
John Emmons
f3256d9e77
ICU-11555 Integrate CLDR 27 data
...
X-SVN-Rev: 37184
2015-03-07 13:00:24 +00:00
John Emmons
1bf3215b3f
ICU-11555 Integrate CLDR 27 data
...
X-SVN-Rev: 37170
2015-03-06 23:05:45 +00:00
Markus Scherer
dacf87f4de
ICU-11392 sync a little with C++
...
X-SVN-Rev: 37161
2015-03-06 20:55:44 +00:00
Yoshito Umaoka
0ac0d23f9a
ICU-11565 ICU4J version number to 55.1
...
X-SVN-Rev: 37158
2015-03-06 20:21:01 +00:00
Markus Scherer
c65fdec5e2
ICU-11392 make readLine() easier to use
...
X-SVN-Rev: 37157
2015-03-06 19:46:43 +00:00
Yoshito Umaoka
a2a9fba351
ICU-11532 Fixed a minor JavaDoc comment problem found during code review. The warning is gone now.
...
X-SVN-Rev: 37154
2015-03-06 04:11:24 +00:00
Markus Scherer
9f30cd935f
ICU-11265 T not A for generic Appendable type name
...
X-SVN-Rev: 37153
2015-03-06 03:45:03 +00:00
Peter Edberg
85f525d004
ICU-9043 Using 'r' to avoid ambiguity in Chinese cal date parsing, re-enable test
...
X-SVN-Rev: 37142
2015-03-05 05:07:29 +00:00
Peter Edberg
f28e3cf98b
ICU-10936 J umalqura: Speedup for IslamicCalendar.yearStart, add conversion accuracy tests
...
X-SVN-Rev: 37141
2015-03-05 04:10:35 +00:00
Markus Scherer
980e3f32de
ICU-11562 improve script code API docs
...
X-SVN-Rev: 37136
2015-03-04 22:24:12 +00:00
Scott Russell
5f81c8793b
ICU-10426 rename IslamicCalendar#setType() to IslamicCalendar#setCalculationType()
...
X-SVN-Rev: 37134
2015-03-04 22:16:24 +00:00
Peter Edberg
cf6c574be4
ICU-11565 J: Update copyright year for ICU/Unicode licenses, linkify tzdb references
...
X-SVN-Rev: 37132
2015-03-04 21:56:36 +00:00
Markus Scherer
9c9d176d56
ICU-11500 test framework: always print both exception message and stack trace
...
X-SVN-Rev: 37130
2015-03-04 20:05:26 +00:00
Fredrik Roubert
617841ff20
ICU-11395 Add @SuppressWarnings for parameterized vararg warnings.
...
R=yoshito_umaoka@us.ibm.com
Review URL: https://codereview.appspot.com/203450043
X-SVN-Rev: 37129
2015-03-04 17:55:34 +00:00
Peter Edberg
8242b3914c
ICU-11019 J: Add Thai words for "browser" and "post" to dictionary
...
X-SVN-Rev: 37127
2015-03-04 07:20:48 +00:00
Peter Edberg
3765b3d130
ICU-11510 J: Support narrow AM/PM "aaaaa" for date format and parse
...
X-SVN-Rev: 37125
2015-03-04 06:27:56 +00:00
Markus Scherer
31bc4daf4c
ICU-11265 UnicodeSet: Replace StringBuffer with StringBuilder
...
X-SVN-Rev: 37116
2015-03-03 22:46:32 +00:00