Commit Graph

635 Commits

Author SHA1 Message Date
Mark Davis
18f2d4bd81 ICU-9789 Make date parsing slightly more lenient to fix compatibility problems.
X-SVN-Rev: 32947
2012-12-12 19:17:26 +00:00
Mark Davis
8bb1a61c47 ICU-7645 Fixed problem in comparator exposed by Java 7.
X-SVN-Rev: 32924
2012-12-05 00:10:44 +00:00
Mark Davis
7de53e1046 ICU-7645 Various updates after feedback
X-SVN-Rev: 32919
2012-12-04 21:35:51 +00:00
Mark Davis
2e104e362a ICU-7645 Make test insensitive to order of elements in HashSet.
X-SVN-Rev: 32916
2012-12-02 20:21:48 +00:00
Mark Davis
c85f5b613a ICU-7645 Flesh out test more
X-SVN-Rev: 32914
2012-12-02 05:11:41 +00:00
Mark Davis
c3c9ed82d0 ICU-7645 Fix breaking test.
X-SVN-Rev: 32913
2012-12-02 02:30:56 +00:00
Markus Scherer
64cb025065 ICU-9774 FilteredNormalizer2: CharSequence.subSequence(start, limit) limit must be <= length()
X-SVN-Rev: 32911
2012-11-30 22:04:01 +00:00
Mark Davis
95098e216b ICU-7645 First cut at spoof detection changed. All marked @internal for now.
X-SVN-Rev: 32910
2012-11-30 17:51:08 +00:00
Yoshito Umaoka
63b30dc4c1 ICU-9668 Updated the spec of ULocale#equals. The modified implementation never returns true when the argument is String.
X-SVN-Rev: 32859
2012-11-16 23:16:12 +00:00
Travis Keep
59a7dc16de ICU-9647 Update J version of CompactDecimalFormat.
X-SVN-Rev: 32844
2012-11-16 00:44:07 +00:00
Yoshito Umaoka
6a2fd9b130 ICU-9746 Updated the build script for eclipse plug-in. The plug-in version no longer use different source code by this change. Also updated plug-in test and com.ibm.icu.base plug-in for Eclipse Kelper (June 2013).
X-SVN-Rev: 32841
2012-11-16 00:02:21 +00:00
Yoshito Umaoka
814a90985f ICU-9722 Updated ICU4J version numbers except data.
X-SVN-Rev: 32799
2012-11-12 15:46:44 +00:00
George Rhoten
e076e3a5de ICU-9715 Improve RBBI next performance by about 5% (35% over ICU4J 50.1 for this ticket).
X-SVN-Rev: 32797
2012-11-12 00:49:43 +00:00
Travis Keep
3fe72af5b0 ICU-9628 Fix J GenderInfo so that gender of a single item list is always the gender of the sole item.
X-SVN-Rev: 32758
2012-11-06 18:01:30 +00:00
Yoshito Umaoka
74124c733a ICU-9697 Fixed copyright issue in riwords.txt.
X-SVN-Rev: 32714
2012-10-26 17:32:46 +00:00
Yoshito Umaoka
d2e6714df6 ICU-9582 Added ICU4J 50 serialization test data.
X-SVN-Rev: 32679
2012-10-19 17:48:40 +00:00
John Emmons
4f2c5ef059 ICU-9676 Merge CLDR release-22-1-d01
X-SVN-Rev: 32667
2012-10-19 04:01:09 +00:00
Yoshito Umaoka
12e760b673 ICU-9582 BRS: Fixed svn properties.
X-SVN-Rev: 32663
2012-10-18 23:08:04 +00:00
Yoshito Umaoka
883e3dfb05 ICU-9582 Clean up import statements.
X-SVN-Rev: 32657
2012-10-18 17:32:46 +00:00
Yoshito Umaoka
3eeef3b050 ICU-9680 Updated TestTimeZoneNames to match the workaround for Java's TimeZoneNameProvider support problem done by #9400.
X-SVN-Rev: 32656
2012-10-18 16:58:09 +00:00
Peter Edberg
5eb6e0c01c ICU-9656 (J) Change RelativeDateFormat to keep 2 patterns (not formatters), and for fmt glue them (with substitutions) and apply to single formatter
X-SVN-Rev: 32641
2012-10-16 06:57:48 +00:00
Yoshito Umaoka
ae801e7343 ICU-8965 Removed unused import in PersianTest.java
X-SVN-Rev: 32632
2012-10-15 14:41:54 +00:00
Roozbeh Pournader
61d0585218 ICU-8965 Add tests for Persian Calendar
X-SVN-Rev: 32629
2012-10-13 00:57:46 +00:00
Peter Edberg
57a08f9d38 ICU-9633 Delete unused imports to avoid Eclipse warning
X-SVN-Rev: 32598
2012-10-11 18:05:57 +00:00
Peter Edberg
76cf9f508a ICU-9638 Make LocaleDisplayNamesImpl actually use context info; add test; make DisplayContext constructor private
X-SVN-Rev: 32596
2012-10-11 12:41:08 +00:00
Michael Ow
a439d31c6e ICU-9601 Skip test in ICU4J
X-SVN-Rev: 32589
2012-10-10 21:06:06 +00:00
Yoshito Umaoka
9b428833c5 ICU-9645 Fixed the test case Test5006GetShortMonths and removed the timebomb.
X-SVN-Rev: 32588
2012-10-10 16:19:37 +00:00
Yoshito Umaoka
76b8cbd675 ICU-6806 Updated DateTimeGeneratorTest/TestOrdering. The test code is preserved, but no longer report ordering differences as errors.
X-SVN-Rev: 32587
2012-10-10 15:12:05 +00:00
Travis Keep
86571337e9 ICU-9597 Be sure that FieldPosition adjusted correctly in DecimalFormat.java
X-SVN-Rev: 32581
2012-10-09 22:30:13 +00:00
John Emmons
7e5eb1c4c1 ICU-9587 Beefed up Region API tests - some fixes to the data loading based on the results of the better tests.
X-SVN-Rev: 32569
2012-10-09 03:26:22 +00:00
Peter Edberg
5c54282570 ICU-9633 Adapt SimpleDateFormat display context APIs to new DisplayContext enum
X-SVN-Rev: 32566
2012-10-09 01:49:46 +00:00
Andy Heninger
f32e1fc0f3 ICU-9491 refresh ICU4J data from ICU4C to pick up refreshed Spoof data. Also picks up RBBI line break Japanese tailoring and tz data.
X-SVN-Rev: 32556
2012-10-08 20:38:22 +00:00
Andy Heninger
a2bfbce32a ICU-9505 Update rbbitst.txt to re-instate Japanese line break tailoring.
X-SVN-Rev: 32555
2012-10-08 20:29:27 +00:00
Scott Russell
5c6dc411d8 ICU-9403 Calendar should return error for large negative millis out of range in strict mode
X-SVN-Rev: 32553
2012-10-08 19:13:27 +00:00
Mark Davis
6a81ec8327 ICU-8782 Added the functionality and tests.
X-SVN-Rev: 32544
2012-10-07 21:11:47 +00:00
Mark Davis
d3dc9e4d18 ICU-9375 fixed skeletons
X-SVN-Rev: 32524
2012-10-05 18:05:04 +00:00
Ramy Said
d5454556f8 ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
X-SVN-Rev: 32504
2012-10-04 16:41:22 +00:00
Ramy Said
6aa9d3b8d6 ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
X-SVN-Rev: 32503
2012-10-04 16:40:27 +00:00
Roozbeh Pournader
8158ae5725 ICU-8965 Add Persian Calendar support
X-SVN-Rev: 32500
2012-10-04 00:42:02 +00:00
Travis Keep
2679b554cb ICU-9554 JAVA CompactDecimalFormat to support negative numbers
X-SVN-Rev: 32479
2012-10-01 22:24:57 +00:00
Dina Sayed
71b1c62fa3 ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
X-SVN-Rev: 32475
2012-10-01 11:19:48 +00:00
John Emmons
46f7e6258a ICU-9587 Updated and improved Region API - moving to draft ICU 50
X-SVN-Rev: 32473
2012-09-29 01:44:13 +00:00
Travis Keep
841c0b626a ICU-9612 Let 0 in CLDR data mean format number normally with no prefix or suffix.
X-SVN-Rev: 32453
2012-09-28 00:30:42 +00:00
Travis Keep
df0d824956 ICU-9612 Fix CompactDecimalFormat so that it handles periods correctly that appear in prefixes or suffixes.
X-SVN-Rev: 32450
2012-09-27 23:41:01 +00:00
Travis Keep
24123a1ac0 ICU-9604 CompactDecimalFormat.getCompactDecimalInstance -> CompactDecimalFormat.getInstance
X-SVN-Rev: 32443
2012-09-27 20:07:18 +00:00
Travis Keep
719917e4a2 ICU-9604 Move JAVA CompactDecimalFormat factory methods and LONG/SHORT enum from NF down to CDF
X-SVN-Rev: 32437
2012-09-27 18:25:47 +00:00
Travis Keep
3cae7b9459 ICU-9577 For CompactDecimalFormat data, look for local number system long; latin long; local number system short; latin short.
X-SVN-Rev: 32432
2012-09-27 16:05:44 +00:00
Yoshito Umaoka
331d9f169f ICU-9255 Adding the traditional Korean calendar (Dangi) support to ICU4J.
X-SVN-Rev: 32426
2012-09-25 21:45:16 +00:00
Markus Scherer
d98f9772a7 ICU-9514 final UCA 6.2 UCARules.txt, adjust test code
X-SVN-Rev: 32417
2012-09-21 20:40:00 +00:00
Dina Sayed
101059d2ce ICU-8703 Bug fix in Arabic shaping exceptional handling for Shadda
X-SVN-Rev: 32403
2012-09-18 16:48:45 +00:00