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 |
|
Mark Davis
|
38eaa30361
|
ICU-7869 made name changes as per discussions with Andy, Markus
X-SVN-Rev: 28556
|
2010-08-30 20:28:15 +00:00 |
|
Mark Davis
|
d6213d77c7
|
ICU-7869 figured out how to do the pinyin buckets with complete sync to the getIndex bucket. Many deadends along the way, but it now works. Also added more comments.
X-SVN-Rev: 28541
|
2010-08-29 01:10:49 +00:00 |
|
Mark Davis
|
fe40416511
|
ICU-7869 added getBucketIndex and a test. It doesn't quite work right yet, but checking in so that Andy can look at it.
X-SVN-Rev: 28540
|
2010-08-28 01:15:48 +00:00 |
|
Mark Davis
|
c91d109999
|
ICU-7869 fixed labels to match buckets; fixed names to align with Andy's code; added tests for expected flow labels.
X-SVN-Rev: 28538
|
2010-08-27 23:46:45 +00:00 |
|
Mark Davis
|
8717b90914
|
ICU-7869 Escaped the unicode; moved hacks to the end of the file; some minor cleanup
X-SVN-Rev: 28529
|
2010-08-25 21:20:07 +00:00 |
|
Mark Davis
|
29d25d47c7
|
ICU-7869 Added utility class for testing (originally in CLDR)
X-SVN-Rev: 28518
|
2010-08-24 03:36:26 +00:00 |
|
Mark Davis
|
0d8df23f3b
|
ICU-7869 Made the value not be comparable. Added hack for pinyin support. Minor change to Differ for type-safety.
X-SVN-Rev: 28517
|
2010-08-24 03:34:55 +00:00 |
|
Yoshito Umaoka
|
82c89e9950
|
ICU-7869 Fixed test name problem introduced by the previous change AGAIN!.
X-SVN-Rev: 28511
|
2010-08-23 06:31:40 +00:00 |
|
Mark Davis
|
0f19b5ee8c
|
ICU-7869 Cleaned up names according to discussion.
X-SVN-Rev: 28509
|
2010-08-22 00:43:36 +00:00 |
|
Mark Davis
|
000d3bbf9d
|
ICU-7869 Made lazy-evaluated arguments; still a bit more cleanup to come.
X-SVN-Rev: 28507
|
2010-08-21 01:15:43 +00:00 |
|
Yoshito Umaoka
|
668b6e8cf4
|
ICU-7869 Fixed test name problem in the previous change.
X-SVN-Rev: 28465
|
2010-08-13 20:53:09 +00:00 |
|
Mark Davis
|
8b0fd59d96
|
ICU-7869 Changed name, javadocs in response to feedback
X-SVN-Rev: 28460
|
2010-08-13 16:30:28 +00:00 |
|
Mark Davis
|
acb23c4a13
|
ICU-7869 Revised the API based on discussions.
X-SVN-Rev: 28451
|
2010-08-12 03:25:53 +00:00 |
|
Mark Davis
|
7778b300d7
|
ICU-7869 Expanded tests and fixed problems found.
X-SVN-Rev: 28426
|
2010-08-06 23:05:24 +00:00 |
|
Mark Davis
|
1a23022dfb
|
ICU-7869 Fixed test and code to speed up: test only checks main locales for now, code takes shortcut for first chars in script.
X-SVN-Rev: 28424
|
2010-08-06 16:22:11 +00:00 |
|
Umesh Nair
|
f519d51352
|
ICU-7865 Wiring up IndexCharacters class with CLDR data; part of this is merged from the branch umesh/index-characters-100730
X-SVN-Rev: 28409
|
2010-08-04 16:42:37 +00:00 |
|
Umesh Nair
|
3e24713df1
|
ICU-7015 Compact collation syntax (lists and ranges): svn merge -r 27727:28181 icu4j/branches/umesh/collation
X-SVN-Rev: 28192
|
2010-06-14 23:39:34 +00:00 |
|
John Emmons
|
5f545450a0
|
ICU-7734 Merge last minute 1.9M1 changes to ICU
X-SVN-Rev: 28187
|
2010-06-14 21:12:51 +00:00 |
|
Yoshito Umaoka
|
014a18e855
|
ICU-6994 ICU4J build targets to generate *-src.jar which contain only .java source files as well as ICU4J source package archive in .tgz. Also some updates in release target: new target 'release' to build all download files with version string. Old target 'releaseJar' was deleted.
X-SVN-Rev: 28174
|
2010-06-11 17:02:51 +00:00 |
|
John Emmons
|
aef7b19644
|
ICU-7734 Merge CLDR 1.9M1 data into ICU
X-SVN-Rev: 28166
|
2010-06-09 18:33:07 +00:00 |
|
Yoshito Umaoka
|
3b456d2c67
|
ICU-7603 Migrating Vector to List.
X-SVN-Rev: 27905
|
2010-04-06 19:08:45 +00:00 |
|
Yoshito Umaoka
|
7d6b095df0
|
ICU-7444 Removed empty directories
X-SVN-Rev: 27740
|
2010-03-02 17:06:56 +00:00 |
|
Yoshito Umaoka
|
ecc6d768d2
|
ICU-7101 Organized imports for 4.4 release. Replaced tabs with spaces.
X-SVN-Rev: 27733
|
2010-03-02 07:02:47 +00:00 |
|
Umesh Nair
|
951011c3e0
|
ICU-7015 Adding compact collation tailoring syntax to icu4j
X-SVN-Rev: 27686
|
2010-02-25 22:50:04 +00:00 |
|
Yoshito Umaoka
|
8d3eb2b79f
|
ICU-7027 Added core-tests to collate-tests' classpath to run TestResourceBundle in GlobalizaitonPreferencesTest.
X-SVN-Rev: 27573
|
2010-02-16 06:00:54 +00:00 |
|
Yoshito Umaoka
|
1c5d050412
|
ICU-7035 icu4j-collate-test to include currdata, langdata and regiondata in its classpath for now. Updated year to 2010 in build property file. Changed API report version to 434.
X-SVN-Rev: 27351
|
2010-01-20 22:33:23 +00:00 |
|
Yoshito Umaoka
|
f52d02c8a4
|
ICU-7305 Updated the timebomb in GlobalizationPreferencesTest. Revisit this after M4.
X-SVN-Rev: 27310
|
2010-01-18 14:59:04 +00:00 |
|
Yoshito Umaoka
|
c77ddd796e
|
ICU-6673 Changed ULocale.ROOT definition from 'root' to empty. Also fixed ULocale#getFallback issues.
X-SVN-Rev: 26998
|
2009-12-01 05:12:27 +00:00 |
|
Claire Ho
|
ccb5efefb0
|
ICU-7240 Fixed collation test failures after UUCS5.2 upgrade.
X-SVN-Rev: 26962
|
2009-11-21 00:37:52 +00:00 |
|
Yoshito Umaoka
|
82db54eb63
|
ICU-7194 Update timebombs for M3
X-SVN-Rev: 26916
|
2009-11-16 05:24:39 +00:00 |
|
Markus Scherer
|
7ab2eb97d0
|
ICU-7084 Unicode 5.2: merge -r 26806:26891 branches/markus/uni52 into trunk (Java)
X-SVN-Rev: 26901
|
2009-11-13 21:38:05 +00:00 |
|