Yoshito Umaoka
900f7354f2
ICU-9138 Updated readme.html
...
X-SVN-Rev: 31580
2012-03-02 21:48:37 +00:00
Yoshito Umaoka
200dc73502
ICU-8592 tzdata2012b to ICU4J trunk
...
X-SVN-Rev: 31572
2012-03-02 09:51:58 +00:00
Yoshito Umaoka
81fbc610de
ICU-9138 Fixed 'format' module test failure - now format module needs BreakIterator stuff.
...
X-SVN-Rev: 31569
2012-03-02 05:55:25 +00:00
Mark Davis
4f9f1f602c
ICU-8460 Fixed bug with formatting 0.
...
X-SVN-Rev: 31568
2012-03-02 05:12:50 +00:00
Yoshito Umaoka
2d515412de
ICU-9118 Added a separte API doc target for Java 7+ to avoid JCite problem.
...
X-SVN-Rev: 31567
2012-03-02 05:12:11 +00:00
Yoshito Umaoka
f89701c4a0
ICU-8592 tzdata2012a to ICU4J trunk
...
X-SVN-Rev: 31566
2012-03-02 04:15:52 +00:00
Yoshito Umaoka
2b85bffdd4
ICU-9138 Updated license files in ICU4J.
...
X-SVN-Rev: 31555
2012-03-01 15:41:25 +00:00
Yoshito Umaoka
74fd94b4cf
ICU-9155 Changed special ICU suffix for the locale provider from 'ICU' to 'ICU4J'. Removed some workaround code in locale SPI tests introduced by #9150 . Fixed Java 7 env specific issues exposed by these changes.
...
X-SVN-Rev: 31554
2012-03-01 10:46:18 +00:00
Yoshito Umaoka
670109a1aa
ICU-9138 Updated API change report for 49RC
...
X-SVN-Rev: 31551
2012-03-01 04:48:50 +00:00
Yoshito Umaoka
0978796e24
ICU-9138 Fixing API doc issues.
...
X-SVN-Rev: 31550
2012-03-01 04:40:13 +00:00
Yoshito Umaoka
440d4c84c7
ICU-9151 Implemented CurrencyNameProvider#getDisplayName in the locale SPI module. Also added corresponding test case. This change was agreed on ICU PMC 2012-02-29.
...
X-SVN-Rev: 31548
2012-02-29 23:14:37 +00:00
Yoshito Umaoka
78d551fa5d
ICU-9138 Fix svn properties
...
X-SVN-Rev: 31542
2012-02-29 17:22:09 +00:00
Yoshito Umaoka
58a11c2260
ICU-9150 Workaround for locale SPI tests on Java 7 environment.
...
X-SVN-Rev: 31537
2012-02-29 06:35:16 +00:00
Yoshito Umaoka
a0f1b89882
ICU-9138 Use 'rc' in release file names.
...
X-SVN-Rev: 31535
2012-02-28 21:37:01 +00:00
Yoshito Umaoka
f9c9e5b0d7
ICU-8309 Fixed arabic charset detection code problem which triggered unexpected input data change.
...
X-SVN-Rev: 31534
2012-02-28 21:23:57 +00:00
Mark Davis
3a4528f3cf
ICU-8460 Fixes for Peter's comments
...
X-SVN-Rev: 31531
2012-02-28 01:54:47 +00:00
Peter Edberg
3221fe6a79
ICU-9134 J, Integrate CDLR 21.0.1 data from CLDR maint-21 branch r6616, improve NumberFormatTest err logs
...
X-SVN-Rev: 31530
2012-02-28 00:35:06 +00:00
Yoshito Umaoka
f813baec1b
ICU-9138 Fixed compiler warnings - corrected invalid java doc tags, deleted unused local variable.
...
X-SVN-Rev: 31527
2012-02-27 23:18:44 +00:00
Yoshito Umaoka
5a43428ac6
ICU-9138 Cleaning up import statements.
...
X-SVN-Rev: 31526
2012-02-27 23:08:02 +00:00
Mark Davis
917fd32488
ICU-7149 Clean up the argument replacement, since it could have a bad hit if an argument contained {0}
...
X-SVN-Rev: 31525
2012-02-27 22:20:15 +00:00
Doug Felt
fe4bb98547
ICU-9072 modify CurrencyDisplayNames API - fix docs to reflect changed semantics of 'to' data
...
X-SVN-Rev: 31524
2012-02-27 19:18:40 +00:00
Doug Felt
9960ee3a3f
ICU-9072 modify CurrencyDisplayNames API - update revision tags
...
X-SVN-Rev: 31521
2012-02-27 18:18:58 +00:00
Dragan Besevic
085ea5add7
ICU-9094 merge changes for eclipse38 into trunk
...
X-SVN-Rev: 31518
2012-02-27 14:44:28 +00:00
Mark Davis
01b36214be
ICU-8460 Make draft, incorporate Markus's review notes.
...
X-SVN-Rev: 31515
2012-02-25 01:59:54 +00:00
Peter Edberg
e532ba9a51
ICU-9110 J review fixes: handle DateFormatSymbols capitalization==null; add @provisional tags
...
X-SVN-Rev: 31511
2012-02-24 23:17:44 +00:00
Peter Edberg
dea035e59d
ICU-8697 Review comments J: Add @provisional, remove unnecessary casts
...
X-SVN-Rev: 31508
2012-02-24 18:31:32 +00:00
Mark Davis
123e26fe66
ICU-8460 Remove serialization, fix SerializationTest.
...
X-SVN-Rev: 31504
2012-02-24 05:23:24 +00:00
Yoshito Umaoka
f1bc7ea2bf
ICU-9138 Updated ICU4J version to 49.1
...
X-SVN-Rev: 31497
2012-02-23 22:54:04 +00:00
Peter Edberg
4a17aa27fe
ICU-7727 Complete for DateIntervalInfo.java (J)
...
X-SVN-Rev: 31496
2012-02-23 20:42:16 +00:00
Peter Edberg
7aec49b34f
ICU-7727 When collecting data, use real parent (per %%Parent if present) instead of just truncating name (J)
...
X-SVN-Rev: 31492
2012-02-23 12:26:09 +00:00
Markus Scherer
c422bcd481
ICU-5929 optimize CharsetEncoderICU fallback test
...
X-SVN-Rev: 31489
2012-02-23 02:08:37 +00:00
Steven R. Loomis
a78862686b
ICU-9019 fix copyright date
...
X-SVN-Rev: 31487
2012-02-22 23:15:25 +00:00
Peter Edberg
ac005b8b3a
ICU-9110 J - Update internal method call in ChineseDateFormat (SimpleDateFormat subclass)
...
X-SVN-Rev: 31484
2012-02-22 09:37:06 +00:00
Peter Edberg
331eea1d3f
ICU-9110 J -Add SimpleDateFormat methods for setting context, use context when formatting
...
X-SVN-Rev: 31482
2012-02-22 08:26:12 +00:00
Andy Heninger
2be586c40c
ICU-9099 Fix break iterarator problem that was causing Finnish line break tests to fail.
...
X-SVN-Rev: 31479
2012-02-22 01:51:25 +00:00
Yoshito Umaoka
08b039b84a
ICU-9108 Cleaned up some garbages and made minor improvements. Ready for review.
...
X-SVN-Rev: 31463
2012-02-21 06:24:52 +00:00
Mark Davis
ac906834e2
ICU-9125 Check for fallback, odd locales; clean up constructors.
...
X-SVN-Rev: 31456
2012-02-21 00:56:17 +00:00
Mark Davis
7bc558601a
ICU-7149 Add initial version, @internal for now.
...
X-SVN-Rev: 31455
2012-02-21 00:35:51 +00:00
Mark Davis
9fdb34c0d3
ICU-9125 Add initial version, @internal for now.
...
X-SVN-Rev: 31454
2012-02-20 23:19:07 +00:00
Mark Davis
20f17c2fa7
ICU-8460 Add initial version, @internal for now.
...
X-SVN-Rev: 31451
2012-02-20 22:18:45 +00:00
Mark Davis
f1c787eca1
ICU-8460 Add initial version, @internal for now.
...
X-SVN-Rev: 31450
2012-02-20 22:13:20 +00:00
Peter Edberg
355b75af8e
ICU-8697 J, change parseCurrency to take CharSequence, make draft ICU 49
...
X-SVN-Rev: 31445
2012-02-19 20:13:04 +00:00
Yoshito Umaoka
1abb248717
ICU-9108 setDefaultParseOptions and parse method taking parse option override in TimeZoneFormat. Also including the support for ISO 8601 extended format 'ZZZZZ' ( #9045 ).
...
X-SVN-Rev: 31428
2012-02-18 08:30:48 +00:00
John Emmons
06f294319e
ICU-7501 Use allowsParsing attribute from CLDR to detect unparseable RBNF rulesets
...
X-SVN-Rev: 31419
2012-02-17 23:26:39 +00:00
Michael Ow
e4aee6892f
ICU-8940 Ensure the new DecimalFormatSymbols is propagated properly in ICU4J RBNF
...
X-SVN-Rev: 31418
2012-02-17 23:14:06 +00:00
Yoshito Umaoka
dbecc6efd4
ICU-8916 Calendar APIs supporting options for handling ambiguous wall time (Merged from the work branch to the trunk).
...
X-SVN-Rev: 31415
2012-02-17 22:13:13 +00:00
Peter Edberg
f8869b1d10
ICU-9105 Fix DateTimePatternGenerator for 'U', integrate Chinese cal data updates from cldrbug 4395, update tests (J)
...
X-SVN-Rev: 31412
2012-02-17 17:19:17 +00:00
John Emmons
7d681bcd8d
ICU-8849 ICU4J Updates to NumberingSystem class to support otherNumberingSystems from CLDR
...
X-SVN-Rev: 31402
2012-02-16 18:57:56 +00:00
Markus Scherer
fa3ad3f8c4
ICU-8803 make Calendar.getType() public and improve API docs
...
X-SVN-Rev: 31386
2012-02-13 23:55:36 +00:00
Doug Felt
88a3c797e5
ICU-8456 change display of keywords in locale display names
...
X-SVN-Rev: 31384
2012-02-13 22:35:36 +00:00
Doug Felt
ce683d967e
ICU-8456 change display of keywords in locale display names
...
X-SVN-Rev: 31383
2012-02-13 22:29:17 +00:00
Doug Felt
b440fd0930
ICU-8456 change display of keywords in locale display names
...
X-SVN-Rev: 31382
2012-02-13 22:28:44 +00:00
Michael Ow
3f457f1f18
ICU-7464 Apply fix to incorrect number rounding when rounding increment is in the string pattern of the decimal formatter in ICU4J
...
X-SVN-Rev: 31379
2012-02-13 19:27:24 +00:00
John Emmons
749182ac67
ICU-8849 Additional data to support otherNumberingSystems from CLDR
...
X-SVN-Rev: 31358
2012-02-10 04:35:08 +00:00
John Emmons
ff0f8829a7
ICU-9071 Merge data from CLDR release-21
...
X-SVN-Rev: 31347
2012-02-08 20:15:44 +00:00
Doug Felt
924a24986b
ICU-9072 modify CurrencyDisplayNames API
...
X-SVN-Rev: 31345
2012-02-08 19:31:11 +00:00
Andy Heninger
1ceb97b025
ICU-8309 Add test case provided with the bug report.
...
X-SVN-Rev: 31343
2012-02-07 21:59:03 +00:00
John Emmons
41d1118ef6
ICU-9071 Merge data from CLDR release-21-d02
...
X-SVN-Rev: 31339
2012-02-07 21:03:21 +00:00
Andy Heninger
1b46329c58
ICU-8564 move updated rbbitst.txt test case file from icu4c to icu4j. A number of test cases are commented out, and tickets 9099 and 9084 opened to fix them.
...
X-SVN-Rev: 31335
2012-02-07 01:59:19 +00:00
Markus Scherer
c113439fad
ICU-9073 double-check that the shared variable is still null before setting it to the new object
...
X-SVN-Rev: 31334
2012-02-06 21:32:20 +00:00
Markus Scherer
1f793f7006
ICU-9014 update hasScript() @draft version
...
X-SVN-Rev: 31332
2012-02-06 21:06:30 +00:00
Markus Scherer
3fd6a0e7f2
ICU-9014 make hasScript(c, sc) == sc in scx(c)
...
X-SVN-Rev: 31331
2012-02-06 20:11:43 +00:00
Markus Scherer
2281643107
ICU-9014 and ICU-9015 scx defaults to {sc}, and return that efficiently
...
X-SVN-Rev: 31328
2012-02-03 23:39:45 +00:00
Yoshito Umaoka
30e3a9e8b2
ICU-9078 Moved com.ibm.icu.impl.ImplicitCEGenerator from core project to collator project.\
...
X-SVN-Rev: 31325
2012-02-03 21:27:21 +00:00
John Emmons
2c99787c7a
ICU-8514 Modify behavior of YY to parse as a two-digit year
...
X-SVN-Rev: 31324
2012-02-03 21:10:04 +00:00
Yoshito Umaoka
9b3a63154f
ICU-7964 Merging new ICU4J Currency APIs and test case from the work branch to the trunk.
...
X-SVN-Rev: 31318
2012-02-03 18:02:30 +00:00
Stuart Gill
5b1d31d013
ICU-9095 fixed test data
...
X-SVN-Rev: 31314
2012-02-03 01:15:01 +00:00
Stuart Gill
400fa68b20
ICU-9095 added test for issue
...
X-SVN-Rev: 31312
2012-02-03 00:07:58 +00:00
John Emmons
c0431190d6
ICU-9071 Merge data from CLDR release-21-d01
...
X-SVN-Rev: 31308
2012-02-02 23:11:12 +00:00
Michael Ow
42208f627b
ICU-9085 Fix infinite loop error in compound text converter in ICU4J
...
X-SVN-Rev: 31299
2012-02-02 01:56:59 +00:00
Peter Edberg
bbed782b13
ICU-9067 Per review comments: add JavaDoc tag, remove unused Comparator stuff
...
X-SVN-Rev: 31293
2012-02-01 00:54:10 +00:00
Peter Edberg
73635200a4
ICU-9044 Fix timebomb to use isICUVersionBefore() (J)
...
X-SVN-Rev: 31282
2012-01-31 08:44:39 +00:00
Peter Edberg
044e9d07c0
ICU-9044 Improve parse method documentation, note that parsing Chinese cal dates may be ambiguous (J)
...
X-SVN-Rev: 31281
2012-01-31 08:13:43 +00:00
Peter Edberg
6abaa5337f
ICU-9069 Parse 'U' when there there is no cyclic year name data (J)
...
X-SVN-Rev: 31279
2012-01-31 06:37:51 +00:00
Yoshito Umaoka
fac016b0ed
ICU-9006 ICU4J API promotion for 49. A bug fix in the api report tool.
...
X-SVN-Rev: 31275
2012-01-30 17:16:37 +00:00
Michael Ow
672786786d
ICU-8940 Add new ICU4J API to set decimal format symbols in RBNF
...
X-SVN-Rev: 31266
2012-01-25 21:17:06 +00:00
Doug Felt
2189a60f84
ICU-9073 synchronize PluralRulesLoader methods that modify internal maps.
...
X-SVN-Rev: 31261
2012-01-24 22:54:11 +00:00
Doug Felt
a18cc6389c
ICU-9072 modify CurrencyDisplayNames API
...
X-SVN-Rev: 31260
2012-01-24 22:11:32 +00:00
Doug Felt
2da3a310d9
ICU-9072 modify CurrencyDisplayNames API
...
X-SVN-Rev: 31259
2012-01-24 22:10:27 +00:00
Doug Felt
a5035b2c58
ICU-9072 modify CurrencyDisplayNames API
...
X-SVN-Rev: 31258
2012-01-24 22:09:54 +00:00
Markus Scherer
f2c94fe24f
ICU-8995 add new ISO script code Hluw=Anatolian Hieroglyphs
...
X-SVN-Rev: 31250
2012-01-23 19:52:28 +00:00
Peter Edberg
f4ccd40ed0
ICU-9067 Add internal getCanonicalSkeletonAllowingDuplicates method for use by CLDR
...
X-SVN-Rev: 31244
2012-01-21 07:57:02 +00:00
Yoshito Umaoka
1542d80acf
ICU-8991 Added currencyNumericCodes(res) in ICU4J.
...
X-SVN-Rev: 31243
2012-01-20 23:33:27 +00:00
Peter Edberg
5463a83c67
ICU-8959 If pattern char is 'U' but year has no cyclic name data, format as number (J)
...
X-SVN-Rev: 31225
2012-01-19 05:21:17 +00:00
Markus Scherer
f9daf42c8d
ICU-8995 update to 2012-jan-18 UCD & UCA data
...
X-SVN-Rev: 31223
2012-01-18 23:51:56 +00:00
Peter Edberg
3ac6325d3e
ICU-9055 Integrate Chinese cal pattern updates from cldrbug 4237, update tests (J)
...
X-SVN-Rev: 31221
2012-01-18 04:29:09 +00:00
Yoshito Umaoka
6e06cd9a5d
ICU-9028 Implemented Freezable in TimeZoneJDK class in the locale SPI module.
...
X-SVN-Rev: 31218
2012-01-17 16:30:12 +00:00
Peter Edberg
41b22c7e69
ICU-8959 Add DateFormat.YEAR_NAME_FIELD for pattern char 'U', implement format/parse for it (J)
...
X-SVN-Rev: 31217
2012-01-17 10:29:05 +00:00
Yoshito Umaoka
74c98ef6fb
ICU-8895 Added API status comments in ICUConfig.properties, although the tag is not processed by any tools at this moment. Added API doc for com.ibm.icu.text.MessagePattern.ApostropheMode with possible values.
...
X-SVN-Rev: 31216
2012-01-17 08:15:51 +00:00
Yoshito Umaoka
66350869c3
ICU-8998 Merging TimeZone#observesDaylightTime changes from my work branch to trunk.
...
X-SVN-Rev: 31213
2012-01-17 04:32:31 +00:00
Yoshito Umaoka
df45f653ae
ICU-8976 Commented out unnecessary main() in com.ibm.icu.text.BreakDictionary and com.ibm.icu.impl.duration.impl.Utils.
...
X-SVN-Rev: 31211
2012-01-16 23:30:55 +00:00
Markus Scherer
2d666989dd
ICU-9039 simplify/optimize ucase.icu encoding: fixed trie bit for Case_Ignorable; ucase.icu formatVersion 3.0
...
X-SVN-Rev: 31205
2012-01-13 01:18:28 +00:00
Peter Edberg
4c61713090
ICU-8977 Replace usage of String.isEmpty() which is new in Java 1.6
...
X-SVN-Rev: 31187
2012-01-09 17:52:41 +00:00
Peter Edberg
70ccf80320
ICU-8977 Add ICU4J monthPatterns format/parse support, move Chinese cal era handling
...
into SimpleDateFormat, ignore 'l' pattern char, stop using obsolete isLeapMonth resource,
add/fix tests.
X-SVN-Rev: 31186
2012-01-08 22:09:38 +00:00
Abhinav Gupta
2730ee27c3
ICU-8924 Add findbugs targets
...
X-SVN-Rev: 31176
2011-12-29 18:13:00 +00:00
Markus Scherer
b81e90d33d
ICU-9016 document default Numeric_Value differs from Unicode Standard
...
X-SVN-Rev: 31128
2011-12-15 23:28:55 +00:00
Markus Scherer
c39e5af48c
ICU-9013 deprecate API for Unicode 1.0 character names & ISO comments, remove support & data
...
X-SVN-Rev: 31126
2011-12-15 22:30:24 +00:00
Mark Davis
a0194a2c19
ICU-9015 Fix UnicodeProperty for tests
...
X-SVN-Rev: 31123
2011-12-15 21:33:04 +00:00
Markus Scherer
b3365b405a
ICU-7973 fix & rename skipIfBeforeICU() -> isICUVersionBefore() & isICUVersionAtLeast()
...
X-SVN-Rev: 31121
2011-12-15 16:57:46 +00:00
Michael Ow
3b84d14076
ICU-8887 Update timezone doc in ICU4J
...
X-SVN-Rev: 31110
2011-12-13 17:44:31 +00:00
Yoshito Umaoka
25ccafa02d
ICU-8877 Updated the API change report for 49M2.
...
X-SVN-Rev: 31106
2011-12-13 15:22:01 +00:00
Yoshito Umaoka
91542e27a5
ICU-8877 Updated version# in readme.html
...
X-SVN-Rev: 31094
2011-12-12 15:13:05 +00:00
Yoshito Umaoka
744682621a
ICU-8877 Fixed a Java compiler warning (redundant type cast).
...
X-SVN-Rev: 31088
2011-12-09 23:20:15 +00:00
Yoshito Umaoka
a969c18618
ICU-8877 Updated the ICU4J version number.
...
X-SVN-Rev: 31087
2011-12-09 22:56:54 +00:00
Yoshito Umaoka
57f294624e
ICU-8877 Commented out currently unused private method to clean up Eclipse IDE warnings.
...
X-SVN-Rev: 31086
2011-12-09 22:43:22 +00:00
Yoshito Umaoka
21a67903a4
ICU-8446 One more correction in the API doc.
...
X-SVN-Rev: 31085
2011-12-09 22:26:58 +00:00
Peter Edberg
d2598a68f5
ICU-8978 Fix duplicate name in chr; don't copy root MeasurementSystem & PaperSize to ar_001
...
X-SVN-Rev: 31084
2011-12-09 21:45:48 +00:00
Yoshito Umaoka
a3182936ef
ICU-8446 Grammar corrections in the API doc, suggested by Doug.
...
X-SVN-Rev: 31081
2011-12-09 21:27:12 +00:00
Abhinav Gupta
9c41dbd218
ICU-8877 J, organize imports.
...
X-SVN-Rev: 31080
2011-12-09 21:20:01 +00:00
Peter Edberg
4482f6409e
ICU-8978 Integrate CLDR 21m2 data. Update DateFormatTest.java for some timezone name
...
cleanup per cldrbug 3825. RegionTest.java code updates per cldrbug 4105. Timebomb
ChineseTest/TestFormat until #8977 is rolled in.
X-SVN-Rev: 31075
2011-12-09 08:54:27 +00:00
Markus Scherer
03a4b1a127
ICU-8827 Unicode 6.1 update: svn merge --reintegrate branches/markus/uni61 at r31061 into the trunk
...
X-SVN-Rev: 31072
2011-12-09 00:01:13 +00:00
Abhinav Gupta
709f7250c8
ICU-8876 Revert [30811] for PluralRules, RBBIDataWrapper, RBBISetBuilder.
...
X-SVN-Rev: 31070
2011-12-08 19:09:33 +00:00
Michael Ow
879b1aa3d9
ICU-8956 Update ICU4J SimpleDateFormat doc
...
X-SVN-Rev: 31068
2011-12-08 18:27:13 +00:00
Abhinav Gupta
6e73c9e17f
ICU-8854 add API status comment to dummy hashCode functions.
...
X-SVN-Rev: 31067
2011-12-08 18:06:45 +00:00
Yoshito Umaoka
a10116996d
ICU-8345 Public API classes need formal JavaDoc comments with API status. Add them to the new Freezable method implementations in TimeZone and its subclasses. Also fixed a couple of compiler warnings (unnecessary type cast).
...
X-SVN-Rev: 31066
2011-12-08 17:08:53 +00:00
Michael Ow
94a9854969
ICU-8970 MungeInput when neccessary on detection instead of when text is set
...
X-SVN-Rev: 31065
2011-12-08 17:04:46 +00:00
Abhinav Gupta
b4bc4b8ecb
ICU-8668 Use AsciiUtil instead of Character.
...
X-SVN-Rev: 31055
2011-12-07 19:17:10 +00:00
Abhinav Gupta
670f0268a1
ICU-8668 J, restrict script to be alphabetic in locale name.
...
X-SVN-Rev: 31032
2011-12-05 20:34:00 +00:00
Peter Edberg
57d4e75211
ICU-7930 J, don't limit base skeleton field length to 3
...
X-SVN-Rev: 31029
2011-12-05 06:00:10 +00:00
Stuart Gill
b668e88639
ICU-8914 extra Java documentation for collation reordering
...
X-SVN-Rev: 31013
2011-12-02 22:11:29 +00:00
Yoshito Umaoka
f45fb4a410
ICU-8943 Updated the test case.
...
X-SVN-Rev: 31008
2011-12-02 06:52:35 +00:00
Stuart Gill
c3409e4285
ICU-8914 extra Java documentation for collation reordering
...
X-SVN-Rev: 31003
2011-12-01 23:16:58 +00:00
Markus Scherer
77b94f2bd1
ICU-8915 document why BMPSet.set32x64Bits(..., limit=0x800) is fine & safe
...
X-SVN-Rev: 31001
2011-12-01 06:47:04 +00:00
Markus Scherer
1166cb2f03
ICU-8945 fix UCharacter.CJK_IDEOGRAPH_FOURTH_ code point
...
X-SVN-Rev: 30997
2011-12-01 03:31:57 +00:00
Markus Scherer
81e9b13f7b
ICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...
...
X-SVN-Rev: 30996
2011-12-01 01:50:37 +00:00
Markus Scherer
c50c6a20d7
ICU-8942 straggler fixes, parallel with C++
...
X-SVN-Rev: 30995
2011-12-01 00:55:29 +00:00
Michael Ow
7d66d16531
ICU-8804 Ensure empty strings are included when calling the split method of a string
...
X-SVN-Rev: 30993
2011-11-30 18:17:25 +00:00
Michael Ow
719f170653
ICU-8804 Remove unneeded fields array size check
...
X-SVN-Rev: 30988
2011-11-29 21:26:05 +00:00
Yoshito Umaoka
884a12613a
ICU-8953 Fixed the getCanonicalID with the Olson link.
...
X-SVN-Rev: 30987
2011-11-29 17:45:37 +00:00
Markus Scherer
c267b157f0
ICU-8942 use smaller/simpler FCD data rather than building an FCD trie
...
X-SVN-Rev: 30986
2011-11-28 23:04:28 +00:00
Michael Ow
8ffe8b6439
ICU-8804 Fix String format error in UCharacterTest code
...
X-SVN-Rev: 30984
2011-11-28 18:47:38 +00:00
Markus Scherer
19735dc2a3
ICU-8804 Normalizer2.composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not
...
X-SVN-Rev: 30983
2011-11-27 20:34:42 +00:00
Markus Scherer
c80f9c5856
ICU-8804 Normalizer2.getRawDecomposition(c) with added data in .nrm formatVersion 2
...
X-SVN-Rev: 30981
2011-11-27 04:44:50 +00:00
Yoshito Umaoka
39812e6f72
ICU-8943 Fixed NPE problem in RuleBasedTimeZone#getOffsets.
...
X-SVN-Rev: 30975
2011-11-18 22:30:34 +00:00
Abhinav Gupta
4b1538b4f9
ICU-8899 Switch to StringBuilder for buffer.
...
X-SVN-Rev: 30974
2011-11-18 19:04:50 +00:00
Abhinav Gupta
29a020c198
ICU-8899 LocaleIDParser#append should not rely on exceptions.
...
X-SVN-Rev: 30972
2011-11-16 15:32:20 +00:00
Yoshito Umaoka
9ba9b4ad4e
ICU-8345 Freezable implementation in TimeZone and its subclasses.
...
X-SVN-Rev: 30962
2011-11-15 14:57:18 +00:00
Michael Ow
6b801b04a1
ICU-8887 Update timezone class doc in ICU4J
...
X-SVN-Rev: 30957
2011-11-11 23:25:33 +00:00
Abhinav Gupta
fa39f72cf5
ICU-8854 revert changeset [30943].
...
X-SVN-Rev: 30953
2011-11-11 15:46:59 +00:00
Michael Ow
cd7aee24e4
ICU-8592 Update tzdata2011n to ICU4J
...
X-SVN-Rev: 30952
2011-11-11 06:53:12 +00:00
Abhinav Gupta
c24cc0f86a
ICU-8854 String concatenation in a loop using + operator. Should use StringBuilder.
...
X-SVN-Rev: 30943
2011-11-09 15:51:57 +00:00
Yoshito Umaoka
3b3d0e7b9b
ICU-8903 Default testarg in 'runTest' target.
...
X-SVN-Rev: 30939
2011-11-07 21:32:23 +00:00
Yoshito Umaoka
6dfa3a52d0
ICU-8927 Avoid NPE when invalid system ID is specifed in TimeZone.countEquivalentIDs and getEquivalentID.
...
X-SVN-Rev: 30937
2011-11-07 16:51:49 +00:00
Abhinav Gupta
8ec0200596
ICU-8854 Possible null pointer dereference.
...
X-SVN-Rev: 30936
2011-11-07 16:36:22 +00:00
Abhinav Gupta
073babced5
ICU-8854 Class defines equals() but not hashCode().
...
X-SVN-Rev: 30935
2011-11-07 16:36:16 +00:00
Abhinav Gupta
1ce9ad44b0
ICU-8889 JarURLHandler should not die if icu4j jar is inside another jar.
...
X-SVN-Rev: 30929
2011-11-04 16:09:57 +00:00
Abhinav Gupta
8c6de437fc
ICU-8854 Check for oddness that won't work for negative numbers.
...
X-SVN-Rev: 30928
2011-11-04 15:19:31 +00:00
Abhinav Gupta
f613d3d4d9
ICU-8854 method ignores result of InputStream.read.
...
X-SVN-Rev: 30927
2011-11-04 15:19:19 +00:00
Abhinav Gupta
23d796e394
ICU-8854 Inner class does not use embedded reference to creator. Should be static inner class.
...
X-SVN-Rev: 30926
2011-11-04 15:19:11 +00:00
Abhinav Gupta
049feaf0a2
ICU-8854 Class defines or inherits equals() but not hashCode().
...
X-SVN-Rev: 30925
2011-11-04 15:18:39 +00:00
Abhinav Gupta
f24d42939c
ICU-8854 possible null pointer dereference
...
X-SVN-Rev: 30924
2011-11-04 15:18:01 +00:00
Abhinav Gupta
698b723ba9
ICU-8854 Dead store to local variable.
...
X-SVN-Rev: 30923
2011-11-04 15:17:52 +00:00
Abhinav Gupta
82962c12cb
ICU-8854 Unused final instance variable. Should be static.
...
X-SVN-Rev: 30922
2011-11-04 15:17:34 +00:00
Abhinav Gupta
fc9b8646db
ICU-8854 string concatenation in loop using + operator
...
X-SVN-Rev: 30863
2011-10-24 19:24:17 +00:00
Abhinav Gupta
1efa6d411f
ICU-8854 bitwise and/or of signed byte value.
...
Values loaded from a byte array are sign extended to 32-bits before any
bitwise operations are performed. Should &-down back to one-byte.
X-SVN-Rev: 30862
2011-10-24 19:24:08 +00:00
Abhinav Gupta
e35f720425
ICU-8854 dead store to local variable
...
X-SVN-Rev: 30861
2011-10-24 19:23:59 +00:00
Abhinav Gupta
3ae6d5af5b
ICU-8854 computation of average could overflow.
...
X-SVN-Rev: 30860
2011-10-24 19:23:51 +00:00
Abhinav Gupta
5f0127fd5d
ICU-8854 equals() does not check for null.
...
X-SVN-Rev: 30859
2011-10-24 19:23:44 +00:00
Abhinav Gupta
77598a7d62
ICU-8854 Unused final instance variable. Should be static.
...
X-SVN-Rev: 30858
2011-10-24 19:23:29 +00:00
Abhinav Gupta
04b9f1678a
ICU-8854 unnecessary use of String constructor.
...
X-SVN-Rev: 30857
2011-10-24 19:23:20 +00:00
Abhinav Gupta
87f031cd34
ICU-8854 use of inefficient Number constructors. Use valueOf.
...
X-SVN-Rev: 30856
2011-10-24 19:14:19 +00:00
Abhinav Gupta
7f0d45c7ad
ICU-8854 toString may return null
...
X-SVN-Rev: 30855
2011-10-24 19:14:10 +00:00
Abhinav Gupta
2192442a0e
ICU-8854 integral division result cast to double (and floored).
...
Unnecessary because integral division already truncates the result.
X-SVN-Rev: 30854
2011-10-24 19:14:03 +00:00
Abhinav Gupta
9794f1727b
ICU-8854 unchecked/unconfirmed cast.
...
X-SVN-Rev: 30853
2011-10-24 19:13:57 +00:00
Mark Davis
9424775dc1
ICU-8807 Small changes in Map, Property
...
X-SVN-Rev: 30852
2011-10-23 22:31:02 +00:00
Mark Davis
0e05f5d9d6
ICU-8898 Checked in (since shifting systems) but can retract if not approved.
...
X-SVN-Rev: 30851
2011-10-23 22:27:11 +00:00
Yoshito Umaoka
02bf9dd68a
ICU-8649 Integrating JCite and embedding coding example in the ICU4J API reference doc.
...
X-SVN-Rev: 30841
2011-10-17 21:10:07 +00:00
Abhinav Gupta
728bdac7fa
ICU-8854 possible null pointer dereference.
...
X-SVN-Rev: 30839
2011-10-17 20:24:17 +00:00
Abhinav Gupta
9c83ba6e64
ICU-8854 Unclosed streams.
...
X-SVN-Rev: 30838
2011-10-17 20:24:09 +00:00
Abhinav Gupta
0c1d2e9452
ICU-8854 Result of integer multiplication cast to long after
...
multiplication. Casting should be done before multiplication to avoid
overflow.
X-SVN-Rev: 30837
2011-10-17 20:23:59 +00:00
Abhinav Gupta
7a58e117d9
ICU-8854 Inefficient use of number constructors. Use valueOf instead.
...
X-SVN-Rev: 30836
2011-10-17 20:23:48 +00:00
Yoshito Umaoka
a5edd10c64
ICU-8446 System property user.script to initialize ULocale's script field on Java 6 or older JREs.
...
X-SVN-Rev: 30824
2011-10-14 22:11:56 +00:00
Abhinav Gupta
037aa7865a
ICU-8876 disabled Clover where necessary.
...
Disabled for parts of PluralRules, RBBIDataWrapper, RBBISetBuilder,
TimeZoneNames, Calendar.
X-SVN-Rev: 30811
2011-10-12 15:31:19 +00:00
Abhinav Gupta
ab30e3c400
ICU-8876 added test for SelectFormat.format exception.
...
X-SVN-Rev: 30810
2011-10-12 15:31:07 +00:00
Yoshito Umaoka
cd49cad3f7
ICU-8874 Modified TestCompareReferenceImpl to do the same tests with ICU4C corresponding test case. Fixed problems in IDNAReference, which was obviously out of date. Restored toUnicode tests in TestErrorCases (but still excluding ASCII only error cases).
...
X-SVN-Rev: 30805
2011-10-07 22:35:38 +00:00
Abhinav Gupta
cd5ec415e7
ICU-8876 Filtered asserts from coverage reports.
...
X-SVN-Rev: 30803
2011-10-06 20:07:21 +00:00
Yoshito Umaoka
f996620c7b
ICU-8856 Lower case release file name - m1 instead of M1.
...
X-SVN-Rev: 30800
2011-10-04 21:52:36 +00:00
Yoshito Umaoka
35e6f14f26
ICU-8856 pom.xml to use 49-SNAPSHOT
...
X-SVN-Rev: 30796
2011-10-04 20:10:13 +00:00
Yoshito Umaoka
b9ae6e1a29
ICU-8856 API change report for 49M1
...
X-SVN-Rev: 30795
2011-10-04 20:08:06 +00:00
Yoshito Umaoka
33a27b6625
ICU-8856 Updated readme.html for 49M1
...
X-SVN-Rev: 30794
2011-10-04 20:05:56 +00:00
Yoshito Umaoka
ed2c135303
ICU-8856 Explicit private constructor to prevent MessagePatternUtil instatiation. This change fixed unwanted javadoc/api report for MessagePatternUtil constructor.
...
X-SVN-Rev: 30791
2011-10-04 15:59:21 +00:00
Yoshito Umaoka
53eb6fa62f
ICU-8856 Fixed a javac compiler warning.
...
X-SVN-Rev: 30790
2011-10-04 15:45:25 +00:00
Yoshito Umaoka
406f46d075
ICU-8856 Fixed Eclipse compiler warnings.
...
X-SVN-Rev: 30789
2011-10-04 15:09:36 +00:00
Yoshito Umaoka
504e04477a
ICU-8856 Organized import statements
...
X-SVN-Rev: 30788
2011-10-04 14:38:02 +00:00
Michael Ow
46fc0ce9da
ICU-8864 Use fallback mechanism for empty string in ICUResourceTableAccess get method
...
X-SVN-Rev: 30782
2011-10-03 19:17:07 +00:00
Michael Ow
1b6e647811
ICU-8592 Update ICU4J time zone data to 2011k
...
X-SVN-Rev: 30777
2011-10-03 17:59:37 +00:00
Peter Edberg
69bb199a1b
ICU-8753 Replace confusing use of dst variable with prevOffset / newOffset
...
X-SVN-Rev: 30772
2011-09-30 21:32:41 +00:00
Yoshito Umaoka
c27fc1d6e5
ICU-8518 Misspelled again... Corrected.
...
X-SVN-Rev: 30771
2011-09-30 21:17:08 +00:00
Yoshito Umaoka
a87cae4ff8
ICU-8518 Corrected spelling found by Markus's review
...
X-SVN-Rev: 30769
2011-09-30 20:52:56 +00:00
Abhinav Gupta
33f9e7e935
ICU-8856 copyright info on com.ibm.icu.text.SourceTargetUtility.
...
X-SVN-Rev: 30768
2011-09-30 20:28:27 +00:00
Michael Ow
6903a27947
ICU-8515 Add missing provisional tag to draft API CharsetEncoderICU.getMaxBytesForString
...
X-SVN-Rev: 30760
2011-09-30 19:16:20 +00:00
Abhinav Gupta
2dde8091b2
ICU-8268 fixed problems found in code review.
...
X-SVN-Rev: 30759
2011-09-30 19:01:29 +00:00
John Emmons
e14fa4e630
ICU-8846 Merge CLDRv21M1 data into ICU
...
X-SVN-Rev: 30756
2011-09-29 21:57:33 +00:00
Abhinav Gupta
9f4b2deecc
ICU-8856 fixed newline removed by icu-svnprops-check.
...
X-SVN-Rev: 30754
2011-09-29 21:05:55 +00:00
Steven R. Loomis
f2dea4dba1
ICU-8855 undo bad commit r30752
...
X-SVN-Rev: 30753
2011-09-29 20:18:13 +00:00
Abhinav Gupta
27cdc577c8
ICU-8855 utf-8 file properties for icu4j (with copyright updates).
...
X-SVN-Rev: 30752
2011-09-29 19:44:32 +00:00
Abhinav Gupta
deca5a8197
ICU-8856 text file line endings fixed for icu4j
...
X-SVN-Rev: 30741
2011-09-28 21:16:24 +00:00
Abhinav Gupta
00d87011fd
ICU-8268 Unitialized read of field in constructor.
...
X-SVN-Rev: 30738
2011-09-28 20:30:19 +00:00
Abhinav Gupta
dc1f5c5a80
ICU-8268 Fixed use of & instead of &&.
...
X-SVN-Rev: 30737
2011-09-28 20:30:12 +00:00
Abhinav Gupta
7048d48b6e
ICU-8268 equals(Object o) methods assume that o is the correct type.
...
X-SVN-Rev: 30736
2011-09-28 20:30:06 +00:00
Abhinav Gupta
6916271396
ICU-8268 computation of average could overflow.
...
The (a+b)/2 or (a+b)>>1 could cause an overflow. Use unsigned bit shift (>>>).
X-SVN-Rev: 30735
2011-09-28 20:29:59 +00:00
Abhinav Gupta
24f423c0f8
ICU-8268 inefficient use of Long, Integer, Character constructors.
...
X-SVN-Rev: 30734
2011-09-28 20:29:47 +00:00
Abhinav Gupta
79287fc66b
ICU-8268 Inefficient use of new String(...) constructor.
...
X-SVN-Rev: 30733
2011-09-28 20:29:28 +00:00
Abhinav Gupta
7e90359b1a
ICU-8268 null check of value previously dereferenced.
...
A value is null-checked after it has already been dereferenced. If it was
null, it would never get to the check because of NullPointerException.
X-SVN-Rev: 30732
2011-09-28 20:29:19 +00:00
Abhinav Gupta
8db98c750a
ICU-8268 fixed bug introduced by infinite recursion fix (r30724).
...
X-SVN-Rev: 30731
2011-09-28 14:46:18 +00:00
Abhinav Gupta
e20dcd910d
ICU-8268 toString on array doesn't produce anything useful. Use Arrays.toString.
...
X-SVN-Rev: 30730
2011-09-28 14:46:11 +00:00
Markus Scherer
077d3a16e0
ICU-8779 add UNKNOWN_ZONE & GMT_ZONE
...
X-SVN-Rev: 30728
2011-09-27 23:52:04 +00:00
Abhinav Gupta
c2769af599
ICU-8268 return value was ignored.
...
Return value of string concatenation was ignored. Results in invalid data.
X-SVN-Rev: 30726
2011-09-27 19:50:26 +00:00
Abhinav Gupta
c9b90e11db
ICU-8268 dead store to local variable.
...
A value is assigned to a local variable but never read again.
Signed-off-by: Abhinav Gupta <abhinavg@ca.ibm.com>
X-SVN-Rev: 30725
2011-09-27 19:50:19 +00:00
Abhinav Gupta
b69da8afad
ICU-8268 infinite recursive loop fixed
...
X-SVN-Rev: 30724
2011-09-27 19:50:07 +00:00
Abhinav Gupta
b58534a609
ICU-8268 impossible cast from double[] to int[].
...
Java doesn't allow casting array of type A to array of type B. The elements
have to be manually casted.
X-SVN-Rev: 30723
2011-09-27 19:49:59 +00:00
Abhinav Gupta
2fe1f01851
ICU-8268 Illegal format string %04lx fixed.
...
X-SVN-Rev: 30722
2011-09-27 19:49:51 +00:00
Abhinav Gupta
55e9ba2738
ICU-8268 Inefficient use of Map.keySet. Use entrySet instead.
...
X-SVN-Rev: 30721
2011-09-27 19:49:44 +00:00
Abhinav Gupta
b8f1bb9223
ICU-8268 concatenation of strings using + in a loop is inefficient. Use StringBuilder.
...
X-SVN-Rev: 30720
2011-09-27 18:15:21 +00:00
Abhinav Gupta
811b9905c8
ICU-8268 toString on array doesn't produce anything useful. Use Arrays.toString.
...
X-SVN-Rev: 30719
2011-09-27 18:15:12 +00:00
Abhinav Gupta
a65971645c
ICU-8268 repeated conditional test
...
X-SVN-Rev: 30718
2011-09-27 18:15:03 +00:00
Abhinav Gupta
d96782f661
ICU-8268 update copyrights of previously touched files
...
X-SVN-Rev: 30717
2011-09-27 18:14:53 +00:00
Abhinav Gupta
d00e5b14fb
ICU-8328 switched to separate icudata.jar and icutzdata.jar
...
X-SVN-Rev: 30710
2011-09-26 15:30:39 +00:00
Angshuman Deb
aab73b3bb7
ICU-8796 fixed Javadoc with {@icuenhanced} tag
...
X-SVN-Rev: 30694
2011-09-20 01:40:44 +00:00
John Emmons
42a46a6e1e
ICU-8811 Regen of CLDR data with no commonlyUsed
...
X-SVN-Rev: 30684
2011-09-19 16:14:43 +00:00
John Emmons
adc6836918
ICU-8821 Handle no inheritance marker in ICU4J
...
X-SVN-Rev: 30683
2011-09-19 16:10:48 +00:00
Markus Scherer
28e4515617
ICU-8788 deprecate ChoiceFormat
...
X-SVN-Rev: 30674
2011-09-16 00:24:27 +00:00
Peter Edberg
99fa6505ef
ICU-8753 Fix ICU4J Calendar.add() to handle change in ZONE_OFFSET
...
X-SVN-Rev: 30660
2011-09-15 04:22:55 +00:00
Yoshito Umaoka
684bbcecfe
ICU-8512 Prmoting previously tech preview TimeZoneNames/TimeZoneFormat APIs to draft. Implementing explicit serialization. Removed the logic for commonlyUsed flag for short names ( #8811 ). Let TimeZoneNameImpl fail when it cannot load necessary data.
...
X-SVN-Rev: 30659
2011-09-15 01:57:16 +00:00
Mark Davis
acf033775b
ICU-8816 Fix missing code to utilize fast frozen data structure.
...
X-SVN-Rev: 30654
2011-09-13 22:13:48 +00:00
Michael Ow
739dc92460
ICU-8815 Update alias table in ICU4J data
...
X-SVN-Rev: 30653
2011-09-13 21:35:51 +00:00
Michael Ow
844d3c5e1f
ICU-8795 Remove suffix when CharsetMatch is creating a new string
...
X-SVN-Rev: 30648
2011-09-13 18:10:10 +00:00
Yoshito Umaoka
a6f627d664
ICU-8592 tzdata2011j to ICU4J
...
X-SVN-Rev: 30645
2011-09-12 19:37:31 +00:00
Mark Davis
666e129847
ICU-8807 Fix constant that can't be changed until U6.1
...
X-SVN-Rev: 30641
2011-09-09 18:16:53 +00:00
Mark Davis
5b237cf6bb
ICU-8807 cleanup warnings
...
X-SVN-Rev: 30640
2011-09-08 23:07:29 +00:00
Mark Davis
c47d4fdbd7
ICU-8808 add access to punctuation characters
...
X-SVN-Rev: 30639
2011-09-08 22:38:05 +00:00
Mark Davis
e3546c39d6
ICU-8807 Add internal changes for use in unicode tools. Adds internal API, but doesn't change behavior if that is not called.
...
X-SVN-Rev: 30638
2011-09-08 22:28:40 +00:00
Markus Scherer
693640fd13
ICU-8805 fix some MessagePattern API comments
...
X-SVN-Rev: 30636
2011-09-08 19:27:48 +00:00
Markus Scherer
49407c6a1e
ICU-8806 fix MessageFormat plural # formatting: fix offset lookup
...
X-SVN-Rev: 30634
2011-09-07 23:02:21 +00:00
Yoshito Umaoka
27b6a943bc
ICU-8769 Reverted the previous change because of loading status issue. Move the cache to ICUResourceBundleReader that actually hold the resource data. Moved pool key bundle initialization to ICUResourceBundle to prevent cached instances modified by other classes.
...
X-SVN-Rev: 30633
2011-09-07 22:47:55 +00:00
Yoshito Umaoka
3959df3834
ICU-8769 Brought back ICUResourceBundle cache with improved cache logic.
...
X-SVN-Rev: 30627
2011-09-07 04:45:20 +00:00
John Emmons
2abb6e6d3b
ICU-8423 Use stand-alone form of script name if possible in getDisplayScript() APIs
...
X-SVN-Rev: 30621
2011-09-06 20:28:21 +00:00
John Emmons
34cbf1552e
ICU-8423 Data to support stand-alone script names
...
X-SVN-Rev: 30617
2011-09-02 01:08:00 +00:00
Yoshito Umaoka
f0b3038b80
ICU-8774 Updated the call sites of JDK service object creation depending on default Locale to use proper ULocale category default. On JRE 6, ULocale.setDefault(Category, ULocale) affects the behavior on ICU services. com.ibm.icu.base implementation should honor the category default.
...
X-SVN-Rev: 30608
2011-08-31 19:44:57 +00:00
Yoshito Umaoka
7f0deb8734
ICU-8774 Support locale category in com.ibm.icu.base plug-in. Also fixed a Java 5 support problem in DateFormatSymbols in com.ibm.icu.base.
...
X-SVN-Rev: 30602
2011-08-31 07:02:05 +00:00
Yoshito Umaoka
33f643ba29
ICU-8592 tzdata2011i to ICU4J. Also includes updates from CLDR (rev#6121)
...
X-SVN-Rev: 30589
2011-08-29 22:04:18 +00:00
John Emmons
d3f81bfa50
ICU-8611 Allow number patterns to be looked up by numbering system
...
X-SVN-Rev: 30576
2011-08-24 22:33:08 +00:00
Michael Ow
dd8732a309
ICU-7365 Promote approved data version API to draft 49 in ICU4J
...
X-SVN-Rev: 30571
2011-08-23 17:24:11 +00:00
Yoshito Umaoka
02375bb109
ICU-8630 Follow up fix - ULocale#setDefault(ULocale) to synchronize default Locale properly.
...
X-SVN-Rev: 30549
2011-08-19 20:44:12 +00:00
Markus Scherer
6a3384cfa2
ICU-8745 docs & comments from code review
...
X-SVN-Rev: 30533
2011-08-16 23:04:09 +00:00
Yoshito Umaoka
1487205b1a
ICU-8766 Fixed a regression bug - wrong parse position with RFC822 time zone format.
...
X-SVN-Rev: 30514
2011-08-16 16:35:02 +00:00
Markus Scherer
69c0605df2
ICU-8745 merge MessagePatternUtil into trunk, from merge --reintegrate branches/markus/msgnodes from r30506
...
X-SVN-Rev: 30510
2011-08-15 21:09:39 +00:00
Yoshito Umaoka
d895f91300
ICU-8630 A few more API doc updates explaining default locale type to be used
...
X-SVN-Rev: 30496
2011-08-12 15:31:37 +00:00
Yoshito Umaoka
2ae8b05602
ICU-8630 Category locale support for Java 7 conformance.
...
X-SVN-Rev: 30487
2011-08-11 19:53:36 +00:00
John Emmons
021caab7ea
ICU-8713 Fix Polish number spellings
...
X-SVN-Rev: 30466
2011-08-04 20:48:20 +00:00
John Emmons
1536eaa553
ICU-8722 Update German short/generic tz names
...
X-SVN-Rev: 30461
2011-08-03 22:14:36 +00:00
Yoshito Umaoka
5037790845
ICU-8734 ULocale.getDefault to return ULocale.ROOT when it is called when default ULocale is being initialized.
...
X-SVN-Rev: 30440
2011-07-28 17:55:33 +00:00
Yoshito Umaoka
09ac0d986b
ICU-8518 Fixed a potential bug (toLowerCase, Calendar class name/type mismatch) in the DateFormatSymbols constructor taking a Calendar class as an argument.
...
X-SVN-Rev: 30439
2011-07-28 16:40:37 +00:00
Yoshito Umaoka
3661163076
ICU-7787 Updated API report tool to show APIs promoted from internal to stable properly when -internal option is specified.
...
X-SVN-Rev: 30434
2011-07-27 22:44:49 +00:00
Michael Ow
ddaa367fa9
ICU-8729 Fix source buffer's array offset handling error
...
X-SVN-Rev: 30420
2011-07-25 22:18:42 +00:00
Yoshito Umaoka
b9500da3b5
ICU-8710 One more Java compiler warning fix for ICU4J 4.8.1
...
X-SVN-Rev: 30359
2011-07-14 22:50:51 +00:00
Yoshito Umaoka
05a386320e
ICU-8710 Fix Eclipse Java compiler warnings relevant to ICU4J 4.8.1
...
X-SVN-Rev: 30358
2011-07-14 22:35:58 +00:00
John Emmons
a0a3f56e8b
ICU-8709 Merge CLDR ticket 4038 ( Spanish currency format)
...
X-SVN-Rev: 30357
2011-07-14 22:31:40 +00:00
John Emmons
5160cf75f2
ICU-8696 Final update for CLDR 2.0.1 - restoring missing en_GB data + minor fixes
...
X-SVN-Rev: 30334
2011-07-13 20:57:53 +00:00
Mark Davis
d56fad92d0
ICU-8522 Now using the new special labels, tests passing.
...
X-SVN-Rev: 30325
2011-07-13 04:12:10 +00:00
John Emmons
51407e2e73
ICU-8696 Fix build break in merging CLDR 2.0.1
...
X-SVN-Rev: 30324
2011-07-13 02:27:44 +00:00
Michael Ow
15a668e12b
ICU-8591 Compile normalizer performance test only on Java 6 and up.
...
X-SVN-Rev: 30319
2011-07-12 23:43:55 +00:00
John Emmons
9ca075df31
ICU-8696 Merge CLDR 2.0.1
...
X-SVN-Rev: 30317
2011-07-12 20:00:25 +00:00
Peter Edberg
3803ce751d
ICU-8583 J, Only parse arbitrary currency for calls that can return the found currency (e.g. parseCurrency)
...
X-SVN-Rev: 30315
2011-07-12 06:58:44 +00:00
Peter Edberg
6323e8b1aa
ICU-8583 make ICU4J parseCurrency methods public @internal
...
X-SVN-Rev: 30314
2011-07-12 03:33:00 +00:00
Michael Ow
f521ddb4f4
ICU-8591 Add ICU4J performance test to main build.xml
...
X-SVN-Rev: 30298
2011-07-08 20:46:34 +00:00
Michael Ow
834901f20c
ICU-8660 Skip the current source char when searching for the next escape character
...
X-SVN-Rev: 30297
2011-07-08 17:22:34 +00:00
Michael Ow
d71f5096b1
ICU-8664 Use the custom CharsetDecoder's replacement character if one is specified
...
X-SVN-Rev: 30284
2011-07-06 17:42:56 +00:00
Yoshito Umaoka
231a784d6c
ICU-8596 Fixed the actual maximum week problem.
...
X-SVN-Rev: 30275
2011-07-05 22:41:45 +00:00
Markus Scherer
ab842070fd
ICU-8676 remove the range check and Exception throwing from getCombiningClass()
...
X-SVN-Rev: 30270
2011-07-01 22:39:23 +00:00
Andy Heninger
a57589b70d
ICU-8677 code cleanup
...
X-SVN-Rev: 30269
2011-07-01 22:31:44 +00:00
Markus Scherer
3044b39615
ICU-8615 implement optional IDNA2008 CONTEXTO check in UTS46
...
X-SVN-Rev: 30267
2011-07-01 22:17:53 +00:00
Andy Heninger
c997b7a1f9
ICU-8634 Add a little testing for spoof checkers built from source rules.
...
X-SVN-Rev: 30265
2011-07-01 05:42:23 +00:00
Andy Heninger
a99e6dc48f
ICU-8634 Assertion Failures in spoof checker.
...
X-SVN-Rev: 30264
2011-07-01 00:12:29 +00:00
Markus Scherer
05cff4e761
ICU-8606 forgot to switch the second getCombiningClass(c) in UTS46.java; also switching to lower-level UBiDiProps functions
...
X-SVN-Rev: 30262
2011-06-30 23:10:11 +00:00
Markus Scherer
e95274d0a4
ICU-8606 add Normalizer2.getCombiningClass(c)
...
X-SVN-Rev: 30261
2011-06-30 22:07:22 +00:00
Markus Scherer
ea2123175f
ICU-8637 fix MessagePattern Part iteration when a plural style contains other followed by a different keyword, and the PluralRules return other
...
X-SVN-Rev: 30259
2011-06-30 18:33:32 +00:00
Yoshito Umaoka
2f391f5e51
ICU-8592 tzdata2011h to ICU4J. Also includes updates from CLDR (rev#5938)
...
X-SVN-Rev: 30242
2011-06-27 21:54:05 +00:00
Michael Ow
a2b657a9a3
ICU-8612 Remove exception usage in normal code path of CharsetASCII and Charset88591
...
X-SVN-Rev: 30238
2011-06-27 18:06:05 +00:00
Michael Ow
cfe479cd47
ICU-8515 Add getMaxBytesForString to CharsetEncoderICU
...
X-SVN-Rev: 30237
2011-06-27 17:03:06 +00:00
Mark Davis
38a2ac09cc
ICU-8662 exposed some API (as @internal)
...
X-SVN-Rev: 30225
2011-06-23 17:29:16 +00:00
Yoshito Umaoka
346a693268
ICU-8624 Updated the test case in the previous change to show the current case first mode in the error message.
...
X-SVN-Rev: 30221
2011-06-20 17:19:35 +00:00
Yoshito Umaoka
53aae67b42
ICU-8624 Fixed a collation key copression problem. A tertiary key value was incorrect with a long string when case first option is enabled.
...
X-SVN-Rev: 30219
2011-06-20 14:39:30 +00:00
Michael Ow
a2ff52af8e
ICU-8636 Update ICU4J data to 49.0.1
...
X-SVN-Rev: 30217
2011-06-14 04:39:47 +00:00
Yoshito Umaoka
7f68601ad9
ICU-8636 Updated the version to 49.0.1 (49M1) except data path (requiring C update).
...
X-SVN-Rev: 30215
2011-06-13 20:45:44 +00:00
Yoshito Umaoka
816670941f
ICU-8642 Add the API signature data file generated by release-4-8 into the trunk.
...
X-SVN-Rev: 30213
2011-06-13 19:40:00 +00:00
Yoshito Umaoka
9acc678a3a
ICU-8642 Reverting the previous change that was a mis-commit.
...
X-SVN-Rev: 30212
2011-06-13 19:39:28 +00:00
Yoshito Umaoka
7726aff490
ICU-8642 Add the API signature data file generated by release-4-8 into the trunk.
...
X-SVN-Rev: 30211
2011-06-13 19:22:06 +00:00
Yoshito Umaoka
a1cf9f19a5
ICU-8641 Added the serialization compatibility test data created by ICU4J 4.8. Added a build target serialTestData to invoke the code creating the serialization test data in build.xml
...
X-SVN-Rev: 30210
2011-06-13 19:13:24 +00:00
Yoshito Umaoka
caa4327cd2
ICU-8640 Adding ICU4.6 serialization test data.
...
X-SVN-Rev: 30208
2011-06-13 17:05:20 +00:00
Yoshito Umaoka
233f71bedf
ICU-8528 Enabled Java assertions in build target check and exhaustiveCheck. Commented out assert statement returning errors. These issues are reported in ticket#8634 and #8637 .
...
X-SVN-Rev: 30199
2011-06-09 21:20:05 +00:00
Yoshito Umaoka
b1d06a7eab
ICU-8627 Lazily instantiate TimeZoneGenericNames also in J to improve the initial invocation peformance for default format patterns.
...
X-SVN-Rev: 30198
2011-06-09 19:15:09 +00:00
Yoshito Umaoka
3fafa85a60
ICU-8626 Set time zone ID in the OlsonTimeZone constructor, not via setID after creation.
...
X-SVN-Rev: 30197
2011-06-08 22:32:24 +00:00
Doug Felt
9dc733ed7d
ICU-8620 remove static ICUResourceBundle.cache
...
X-SVN-Rev: 30195
2011-06-03 23:17:53 +00:00
Dragan Besevic
b22717a642
ICU-8484 fix the problem with infinite loop with surrogates for collation
...
X-SVN-Rev: 30184
2011-06-02 19:56:42 +00:00
Michael Ow
7078702c9f
ICU-8569 Terminate the UTF-7 byte buffer with MINUS when flushing
...
X-SVN-Rev: 30176
2011-06-01 16:26:45 +00:00
Yoshito Umaoka
5ef5a3bed2
ICU-8488 Use explicit locale in String#toLowerCase / #toUpperCase.
...
X-SVN-Rev: 30156
2011-05-27 19:25:11 +00:00
Michael Ow
7225bff0c5
ICU-8549 UTF-7 error consumption fix to ICU4J
...
X-SVN-Rev: 30152
2011-05-27 17:08:14 +00:00
Yoshito Umaoka
2de18c1d21
ICU-8589 TestTimeZoneDisplayName test date parser to force GMT to be used.
...
X-SVN-Rev: 30150
2011-05-26 21:04:36 +00:00
Yoshito Umaoka
356c5f4528
ICU-8589 Corrected the condition for using country display name in a time zone partial location name.
...
X-SVN-Rev: 30147
2011-05-26 19:42:16 +00:00