Yoshito Umaoka
1bbadfe835
ICU-10843 Fixed a collation test failure. It was caused by the lack of LocaleDisplayNamesImpl when the test is executed with a collation module jar.
...
X-SVN-Rev: 35971
2014-07-01 15:41:35 +00:00
Markus Scherer
5918fef551
ICU-8260 support all collation-related keywords in Collator.getInstance()
...
X-SVN-Rev: 35767
2014-05-28 23:15:01 +00:00
Markus Scherer
093580b5dc
ICU-10821 Unicode 7.0 in trunk, from branches/markus/uni70@35631
...
X-SVN-Rev: 35634
2014-04-14 23:08:41 +00:00
John Emmons
2fda64929d
ICU-10745 Merge CLDR 25 data
...
X-SVN-Rev: 35430
2014-03-12 04:41:01 +00:00
Markus Scherer
dc9edbf4e8
ICU-10738 CollationAPITest/TestVariableTopSetting use the root collator, fails with en_US_POSIX
...
X-SVN-Rev: 35382
2014-03-07 17:32:11 +00:00
Yoshito Umaoka
3997d2d085
ICU-10746 Fixed a collation thread test execution problem. Made testFrozen (was the bad one) to share the same test code with testThreads (was OK).
...
X-SVN-Rev: 35310
2014-03-04 04:39:04 +00:00
Markus Scherer
b5b38d2c98
ICU-9101 merge branches/markus/collv2@35302 into the trunk
...
X-SVN-Rev: 35305
2014-03-04 00:11:11 +00:00
Markus Scherer
8e59fa7be4
ICU-9915 do not mask off the continuation bits and then later test this masked CE value for isContinuation()
...
X-SVN-Rev: 34310
2013-09-13 17:12:11 +00:00
John Emmons
a3c50c6e67
ICU-10335 Merge completed CLDR24 branch into trunk.
...
X-SVN-Rev: 34239
2013-09-07 20:54:48 +00:00
Peter Edberg
8d826958fd
ICU-10222 (J) Integrate CLDR data snapshot for ICU 52.0.1; add calendar types
...
X-SVN-Rev: 33888
2013-07-08 06:31:43 +00:00
Markus Scherer
54eb776527
ICU-10128 update ICU to Unicode 6.3 beta (merge from branches/markus/uni63 at r33585)
...
X-SVN-Rev: 33663
2013-05-15 22:16:48 +00:00
Yoshito Umaoka
766add67f0
ICU-9104 Updated CollationElementIterator API spec not to support changing the iteration direction without reset. Added a field tracking the iteration direction and trigger assertion when a caller violates the restriction (only when Java assertion is enabled).
...
X-SVN-Rev: 33549
2013-04-25 20:15:50 +00:00
Yoshito Umaoka
5fbc363972
ICU-9743 Logging known issues with ticket information, instead of timebomb.
...
X-SVN-Rev: 33503
2013-04-10 08:15:11 +00:00
Yoshito Umaoka
0a9b3e4833
ICU-9722 Updated the ICU4J version from 51.0.1 to 51.1 for RC. Moved timebombs.
...
X-SVN-Rev: 33323
2013-02-25 21:52:23 +00:00
Markus Scherer
e550589f9f
ICU-9929 fix RuleBasedCollator initialization of reorder codes (must go after init()), sync coll/zh.res with ICU4C including native-script-first reordering
...
X-SVN-Rev: 33309
2013-02-22 23:43:17 +00:00
Peter Edberg
258a1ad9b0
ICU-9925 CLDR 23 pre-integration part 3, batch 2 (J)
...
X-SVN-Rev: 33201
2013-02-13 13:12:16 +00:00
Peter Edberg
a15e0c2990
ICU-9925 CLDR 23 pre-integration part 3, batch 1 (J)
...
X-SVN-Rev: 33195
2013-02-12 20:45:06 +00:00
Andy Heninger
f18976290a
ICU-9842 Alphabetic Index constructor with collator, ICU4J
...
X-SVN-Rev: 33146
2013-02-08 23:35:46 +00:00
Peter Edberg
19f17de6db
ICU-9876 Pre-integrate some CLDR 23 additions/changes (J), part 2c through CLDR r8106
...
X-SVN-Rev: 33117
2013-02-03 19:04:54 +00:00
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
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
Yoshito Umaoka
814a90985f
ICU-9722 Updated ICU4J version numbers except data.
...
X-SVN-Rev: 32799
2012-11-12 15:46:44 +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
9b428833c5
ICU-9645 Fixed the test case Test5006GetShortMonths and removed the timebomb.
...
X-SVN-Rev: 32588
2012-10-10 16:19:37 +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
Yoshito Umaoka
a9ced99c1f
ICU-9435 Refactoring ICU non-core utilities. Added releaseCLDR target in build.xml for generating all CLDR release files including new source jar archives.
...
X-SVN-Rev: 32381
2012-09-14 03:57:54 +00:00
Markus Scherer
bf658c7d7b
ICU-9437 update to Unicode 6.2; merge in branches/markus/uni62 r32109
...
X-SVN-Rev: 32283
2012-08-28 23:40:28 +00:00
John Emmons
4440b4bbca
ICU-9251 First cut merge of CLDR 22 data
...
X-SVN-Rev: 32276
2012-08-28 22:06:04 +00:00
Yoshito Umaoka
8217ed7916
ICU-9409 Collator.getInstance to ignore unknown collation keyword. Also changed the implementation not to print the statck trace.
...
X-SVN-Rev: 32248
2012-08-27 20:17:17 +00:00
Debabrata Sengupta
525d85dd59
ICU-9476 fixed bug with numeric collation
...
X-SVN-Rev: 32223
2012-08-23 20:59:35 +00:00
Markus Scherer
527161ff5a
ICU-9406 deprecate isHiraganaQuaternary(), setHiraganaQuaternary(boolean flag) and setHiraganaQuaternaryDefault(), disable the setters (merged from branches/markus/uni62 r32109, should not have been on that branch)
...
X-SVN-Rev: 32176
2012-08-15 17:09:39 +00:00
Steven R. Loomis
26255a3157
ICU-8822 commit fix from branch, include timebomb 50.0.2 against islamic/islamic-civil alias problem
...
X-SVN-Rev: 32132
2012-08-08 23:30:29 +00:00
Michael Ow
8a6937498f
ICU-9233 Update ICU4J to 50.0.1
...
X-SVN-Rev: 31732
2012-04-18 19:30:40 +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
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
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
Markus Scherer
b3365b405a
ICU-7973 fix & rename skipIfBeforeICU() -> isICUVersionBefore() & isICUVersionAtLeast()
...
X-SVN-Rev: 31121
2011-12-15 16:57:46 +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
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
Markus Scherer
81e9b13f7b
ICU-8246 add Normalizer2.getNFCInstance(), getNFKDInstance(), ...
...
X-SVN-Rev: 30996
2011-12-01 01:50:37 +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
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
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
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
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
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
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
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
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
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
Steven R. Loomis
94526646de
ICU-8577 J test for collator weight bug
...
X-SVN-Rev: 30126
2011-05-16 23:13:43 +00:00
Stuart Gill
256fbc6f64
ICU-8295 changes based on code review
...
X-SVN-Rev: 30076
2011-05-10 00:14:12 +00:00
Yoshito Umaoka
94747c670f
ICU-8429 Cleaned up import statements (all projects under main)
...
X-SVN-Rev: 30051
2011-05-06 21:17:48 +00:00
Yoshito Umaoka
63bb1c6e6f
ICU-8429 Update ICU4J version to 4.8 / 4.8RC except data version.
...
X-SVN-Rev: 30047
2011-05-06 18:39:47 +00:00
John Emmons
62c42b499f
ICU-8489 Merge CLDR release-2-0-d01 into ICU4J
...
X-SVN-Rev: 30039
2011-05-05 22:44:41 +00:00
Stuart Gill
68a2af94ca
ICU-8243 make frozen collator be threadsafe, some javadoc changes, and tests
...
X-SVN-Rev: 29770
2011-04-11 17:39:44 +00:00
Stuart Gill
24eda0204f
ICU-8243 collation freezing
...
X-SVN-Rev: 29698
2011-03-25 22:58:01 +00:00
Stuart Gill
45dd32ab8a
ICU-8295 API for collation reordering
...
X-SVN-Rev: 29672
2011-03-18 23:12:00 +00:00
Yoshito Umaoka
60be8c7f9e
ICU-8424 Patched CLDR trunk data with necessary fixes. I locally modified %%Parent problem addressed in ticket#8425 and made sure all tests ran without errors. I'm going to generate CLDR trunk data after fixing LDML2ICUConverter and merge the output to ICU4C/J later, before 4.8M1.
...
X-SVN-Rev: 29639
2011-03-13 04:05:01 +00:00
Yoshito Umaoka
8f2a1ed97c
ICU-8210 Fixed compiler warnings and JavaDoc warnings.
...
X-SVN-Rev: 29544
2011-03-04 23:10:55 +00:00
Peter Edberg
6b7bfaa8cc
ICU-8290 (1) in CollationElementIterator next/previous, add iteration when an
...
ignorable element is produced from Hangul expansion so it loops again to process
the first jamo from the expansion before returning; (2) in nextHangul/previousHangul,
test m_isJamoSpecial_ for the CE Iterator's collator, not the UCA collator (which
alays has it false, so we never got jamo tailoring); set up m_bufferOffset_ for the
Hangul expansion so we get correct offsets for it.
X-SVN-Rev: 29494
2011-03-01 06:21:34 +00:00
Stuart Gill
ff9448fe98
ICU-8277 change interpretation of Zzzz in the collation reordering codes
...
X-SVN-Rev: 29365
2011-01-27 20:56:28 +00:00
Yoshito Umaoka
3037e36662
ICU-8210 Updated ICU4J versions and data. Moved some timebombs.
...
X-SVN-Rev: 29187
2010-12-10 21:11:35 +00:00
Mark Davis
7ddf792330
ICU-8226 Update tests
...
X-SVN-Rev: 29177
2010-12-09 18:09:48 +00:00
Yoshito Umaoka
4961d60ef4
ICU-8022 BRS: organize imports
...
X-SVN-Rev: 29064
2010-11-17 15:55:01 +00:00
Peter Edberg
44330039cc
ICU-8131 remove unihan collations, adjust tests
...
X-SVN-Rev: 29063
2010-11-17 05:35:28 +00:00
Stuart Gill
469d4035bd
ICU-3984 changes in response to code review
...
X-SVN-Rev: 29024
2010-11-11 02:11:46 +00:00
Mark Davis
4f230023d0
ICU-8142 fix the synchronization
...
X-SVN-Rev: 29021
2010-11-10 21:43:35 +00:00
Stuart Gill
0e5b74b849
ICU-3984 collation reordering complete
...
X-SVN-Rev: 29020
2010-11-10 02:35:21 +00:00
Stuart Gill
0e27c3ea13
ICU-3984 collation reordering checkpoint - still needs more tests and name change from script to reorder
...
X-SVN-Rev: 29018
2010-11-09 02:58:38 +00:00
Yoshito Umaoka
4954ca812f
ICU-8120 Updated build scripts and eclipse workspace settings to use UTF-8 for java source files.
...
X-SVN-Rev: 29013
2010-11-08 15:11:14 +00:00
Umesh Nair
86ce28acfb
ICU-7023 Supporting collation import syntax in ICU4J
...
X-SVN-Rev: 28970
2010-11-01 23:54:10 +00:00
Markus Scherer
f6fb60ff6f
ICU-7264 fix weight allocation and align sort key constants with C++
...
X-SVN-Rev: 28908
2010-10-25 23:02:08 +00:00
Mark Davis
4f9ae7991e
ICU-7869 Added test that first script characters are actually the first ones.
...
X-SVN-Rev: 28905
2010-10-25 21:40:48 +00:00
Peter Edberg
583f5ab6ee
ICU-8046 CLDR 1.9 integration pass 2 (J)
...
X-SVN-Rev: 28902
2010-10-25 06:46:33 +00:00
Markus Scherer
acafffb5d9
ICU-7264 Latin-1 special can result in CE_NOT_FOUND_; fall back to UCA, leave TODO to avoid this in the builder
...
X-SVN-Rev: 28897
2010-10-24 18:45:46 +00:00
Markus Scherer
d9de6496a8
ICU-7264 disable two failing string search test cases
...
X-SVN-Rev: 28896
2010-10-22 22:07:53 +00:00
Markus Scherer
3658544cc1
ICU-7264 unpaired surrogates are not ignorable any more; fix code for discontiguous contractions to look at combining classes of code *points*
...
X-SVN-Rev: 28895
2010-10-22 21:53:45 +00:00
Markus Scherer
8ebdd745da
ICU-7264 adjust AlphabeticIndex.getFirstScriptCharacters() for Unicode 6.0: add first characters for Batak, Brahmi, Mandaic; see http://unicode.org/charts/collation/
...
X-SVN-Rev: 28894
2010-10-21 23:59:18 +00:00
Markus Scherer
2947362274
ICU-7264 adjust TestRuleOptions data for FractionalUCA 6.0
...
X-SVN-Rev: 28892
2010-10-21 21:59:51 +00:00
Markus Scherer
c12d06e349
ICU-7264 noncharacters are not ignorable any more -- adapt TestNonChars()
...
X-SVN-Rev: 28891
2010-10-21 21:40:23 +00:00
Markus Scherer
ac89f9ed5b
ICU-7264 UCA 6.0 data & test data
...
X-SVN-Rev: 28876
2010-10-19 21:52:34 +00:00
Peter Edberg
1c7566e3db
ICU-8046 CLDR 1.9 integration pass 1, update J tests
...
X-SVN-Rev: 28874
2010-10-19 19:26:22 +00:00
Claire Ho
1d26b82ea8
ICU-7223 invlide range for handling expansions in CollationParsedRuleBuilder.
...
X-SVN-Rev: 28841
2010-10-15 22:25:56 +00:00
Mark Davis
42bb7ee26b
ICU-7264 add timebombs temporarily until collation files are updated.
...
X-SVN-Rev: 28808
2010-10-13 06:38:17 +00:00
Yoshito Umaoka
40d22aabc1
ICU-7793 Clean up import statements.
...
X-SVN-Rev: 28682
2010-09-22 17:45:36 +00:00
Yoshito Umaoka
4d0bdec81e
ICU-7968 Add a timebomb to TestFirstCharacters.
...
X-SVN-Rev: 28668
2010-09-21 20:56:07 +00:00
Markus Scherer
114432eec8
ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28341:28656
...
X-SVN-Rev: 28662
2010-09-21 00:32:21 +00:00
Peter Edberg
64a2586663
ICU-7928 Update tests for CLDR 1.9m2 data
...
X-SVN-Rev: 28609
2010-09-13 19:42:34 +00:00
Yoshito Umaoka
d234932deb
ICU-7793 Fixed all compiler warnings on JDK6 and Eclipse 3.6.
...
X-SVN-Rev: 28600
2010-09-09 22:29:17 +00:00
Mark Davis
b40fd1a2eb
ICU-7869 add convenience method with Locale
...
X-SVN-Rev: 28568
2010-09-01 18:18:10 +00:00