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
Yoshito Umaoka
6097a70d4b
ICU-11918 Fixed an eclipse warning in icu4j-build-tools.
...
X-SVN-Rev: 37980
2015-09-22 01:05:51 +00:00
Yoshito Umaoka
bd78494175
ICU-11918 Updated eclipse project for icu4j-build-tools to use a user library JDK8_TOOLS, referecing to JDK's tools.jar
...
X-SVN-Rev: 37979
2015-09-22 00:54:47 +00:00
Yoshito Umaoka
121c209819
ICU-11918 Reverted accidentally modified ICUTagletAdapter.java in the previous commit.
...
X-SVN-Rev: 37978
2015-09-22 00:51:19 +00:00
Yoshito Umaoka
e5105c7f84
ICU-11918 Fixed compiler warnings.
...
X-SVN-Rev: 37977
2015-09-22 00:32:25 +00:00
Scott Russell
4a0beedc03
ICU-11918 ICU4J version updates
...
X-SVN-Rev: 37973
2015-09-18 19:39:08 +00:00
Peter Edberg
abc86a3ec9
ICU-11918 Update icudata.jar, icutzdata.jar, testdata.jar from ICU4C
...
X-SVN-Rev: 37967
2015-09-16 21:26:27 +00:00
Scott Russell
bdc5ce07b3
ICU-11572 API proposal updates for approved constants
...
X-SVN-Rev: 37963
2015-09-16 04:00:08 +00:00
Scott Russell
d671fbb0c4
ICU-11572 API proposal updates for approved constants
...
X-SVN-Rev: 37962
2015-09-16 02:36:11 +00:00
Markus Scherer
8c5d68a7e0
ICU-11750 defer & simplify fetching code points from CharacterIterator, test normalization boundaries from both sides
...
X-SVN-Rev: 37958
2015-09-15 20:46:25 +00:00
Markus Scherer
c776894097
ICU-11738 minor fixes
...
X-SVN-Rev: 37957
2015-09-15 19:55:36 +00:00
Markus Scherer
6d31a2bfa2
ICU-11493 document Charset.name() not unique for mapping table variants
...
X-SVN-Rev: 37955
2015-09-15 16:08:15 +00:00
Peter Edberg
24d0d779d2
ICU-11750 For Indic search: Allow match end at normalization boundary in middle of grapheme cluster (J)
...
X-SVN-Rev: 37952
2015-09-13 19:01:29 +00:00
Mark Davis
003c9da518
ICU-11738 Updated to handle string ranges.
...
X-SVN-Rev: 37943
2015-09-10 14:30:28 +00:00
Mark Davis
1f9540cce1
ICU-11803 added 'main', simplified code for easier debugging
...
X-SVN-Rev: 37942
2015-09-10 12:14:46 +00:00
Peter Edberg
eef3e8f0f7
ICU-11787 Add support for STANDARDCURRENCYSTYLE and locale u-ext key -cf- (J)
...
X-SVN-Rev: 37941
2015-09-10 07:01:41 +00:00
Travis Keep
9c2626faa9
ICU-11887 Deprecate DurationFormat.
...
X-SVN-Rev: 37926
2015-09-09 20:53:18 +00:00
Craig Cornelius
266f4e8b67
ICU-11805 DecimalFormat missing negative sign in US locale formatToCharacterIterator
...
X-SVN-Rev: 37925
2015-09-09 20:52:52 +00:00
Markus Scherer
ea8111fe25
ICU-11447 better SpoofChecker.CheckResult.toString()
...
X-SVN-Rev: 37923
2015-09-09 19:29:17 +00:00
Fredrik Roubert
d8a1859b6e
ICU-11783 Remove use of class loaders in resource loading caches.
...
There is currently no known use-case where this code that is being
removed solves a real problem, but it causes problems in Android when
ICU4J is being initialized using one class loader but then called using
another class loader.
R=markus.icu@gmail.com , yoshito_umaoka@us.ibm.com
Review URL: https://codereview.appspot.com/260600044 .
X-SVN-Rev: 37920
2015-09-09 18:42:45 +00:00