Commit Graph

655 Commits

Author SHA1 Message Date
Markus Scherer
720b27098e ICU-9880 for CJK enumerate FDD0 contractions to replace hardcoded lists, adds support for zhuyin too; fix firstCharsInScripts for CJK to replace UScript-based hacks; simplify initLabels() code; fix initBuckets() for underflow label as the only one; make test for multiple primaries work with alternate=shifted; fix en_US_POSIX
X-SVN-Rev: 33112
2013-02-02 00:14:26 +00:00
Markus Scherer
919db4268e ICU-9880 add ImmutableIndex, overflow bucket always has non-null lowerBoundary, handle index characters with multiple primary weights, reject ignorable and unassigned index characters, lazy-create rarely-used objects, bug fixes, remove some obsolete commented-out code
X-SVN-Rev: 33105
2013-01-31 23:00:27 +00:00
Peter Edberg
740c626f66 ICU-9876 Pre-integrate some CLDR 23 additions/changes, part 2 (J)
X-SVN-Rev: 33075
2013-01-26 00:14:50 +00:00
Yoshito Umaoka
68d9cedfa8 ICU-9839 Added TestEnglishExemplarCharacter which was added in ICU4C with this ticket. No API/library code change in ICU4J, because punctuation exemplar is already supported.
X-SVN-Rev: 33063
2013-01-18 16:57:09 +00:00
Jennifer Chye
ff799e6446 ICU-9843 Remove testing of default from ICUResourceBundleTest/TestGetWithFallback
X-SVN-Rev: 33058
2013-01-16 22:42:08 +00:00
Travis Keep
3eafd4cf29 ICU-9508 Uncomment old CurrencyInfo constructor. Add test confirming its presence.
X-SVN-Rev: 33057
2013-01-16 21:22:11 +00:00
Peter Edberg
df1a9a0469 ICU-9781 Parsing fractional seconds should truncate (not round) to 3 places (J)
X-SVN-Rev: 33045
2013-01-13 19:11:07 +00:00
Travis Keep
16192c32d3 ICU-9800 Fix Currency.isAvailable() to return true for a currency that is available but is non-tender.
X-SVN-Rev: 33037
2013-01-11 19:15:17 +00:00
Peter Edberg
f497bdb604 ICU-9840 Pre-integrate some CLDR 23 additions/changes (J)
X-SVN-Rev: 33034
2013-01-10 18:01:23 +00:00
Travis Keep
bbd600846a ICU-9508 Make test name that tests withTender() more descriptive. Add test for using longs in place of dates.
X-SVN-Rev: 33029
2013-01-09 20:45:39 +00:00
Travis Keep
05194ef5f7 ICU-9508 Clarify test for this ticket.
X-SVN-Rev: 33028
2013-01-09 20:17:11 +00:00
Travis Keep
4308b46d69 ICU-9508 Merge changes from cmi branch into trunk.
X-SVN-Rev: 33025
2013-01-09 01:08:55 +00:00
Travis Keep
a55953f65a ICU-9807 Integrate jchye's changes from CLDR bug 5529 into ICU4J.
X-SVN-Rev: 33022
2013-01-09 00:07:35 +00:00
Yoshito Umaoka
bc5b7e5c35 ICU-9733 Use primary zone data (formerly singleCoutries) for generic location names in ICU4C. Synchronized metaZones.res including primaryZones data with ICU4C trunk.
X-SVN-Rev: 33013
2013-01-04 23:31:17 +00:00
Travis Keep
70deaa958c ICU-9531 CompactDecimalFormat to turn grouping separator off in short form only.
X-SVN-Rev: 33009
2013-01-02 22:31:02 +00:00
Michael Ow
49d85a9d59 ICU-9641 Add customizable max parse digit to DecimalFormat
X-SVN-Rev: 32993
2012-12-19 01:23:53 +00:00
John Emmons
f08b0bb69c ICU-9799 Merge CLDR 22.1.1 data to trunk
X-SVN-Rev: 32975
2012-12-14 23:47:07 +00:00
Yoshito Umaoka
612181f2f5 ICU-9785 Imported ICU data including updated Thai punctuation exemplar data. Also fixed ES_CURRENCY and some documentation / API version tag issues.
X-SVN-Rev: 32952
2012-12-13 19:52:57 +00:00
Mark Davis
730c1d3815 ICU-9789 Fix problems that Markus found in review.
X-SVN-Rev: 32950
2012-12-13 01:26:04 +00:00
Mark Davis
9b0fd4305f ICU-9789 Make date parsing slightly more lenient to fix compatibility problems.
X-SVN-Rev: 32948
2012-12-12 19:28:28 +00:00
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