Doug Felt
|
81a779dc3b
|
ICU-7361 fix 'root' translation issues
X-SVN-Rev: 27354
|
2010-01-21 00:17:18 +00:00 |
|
Yoshito Umaoka
|
18553e9513
|
ICU-6447 Retract Formatter/Parser/BaseFormat for ICU4J 4.4. We'll revisit this after 4.6.
X-SVN-Rev: 27353
|
2010-01-20 23:51:57 +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
|
cfd92fecdc
|
ICU-7305 Fixed some test problem under Java security manager enabled.
X-SVN-Rev: 27345
|
2010-01-20 17:50:58 +00:00 |
|
Yoshito Umaoka
|
a342ee6992
|
ICU-3931 Removed SelectFormat no-arg constructor. Fixed some JavaDoc warnings.
X-SVN-Rev: 27342
|
2010-01-20 02:50:38 +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 |
|
Norbert Lindenberg
|
c575e21d3a
|
ICU-3931 Fixed SelectFormat serialization, equals(); TestMessageFormat.testSelectFormatToPattern()
X-SVN-Rev: 27309
|
2010-01-18 09:07:21 +00:00 |
|
Yoshito Umaoka
|
1c67e7b566
|
ICU-3931 Removed unused import statements.
X-SVN-Rev: 27306
|
2010-01-17 08:27:17 +00:00 |
|
Kirti Velankar
|
ae12fdd187
|
ICU-3931 Commenting out test cases - will be fixed later
X-SVN-Rev: 27299
|
2010-01-16 07:48:40 +00:00 |
|
Yoshito Umaoka
|
727fdddbce
|
ICU-7128 Added a configuration property com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing to disable extended separator character matching used by DecimalFormat. When the property is true, DecimalFormat uses only decimal/grouping separator characters during parse - this behavior is compatible with JDK.
X-SVN-Rev: 27270
|
2010-01-15 05:19:33 +00:00 |
|
Yoshito Umaoka
|
d3b29178e0
|
ICU-7345 Fixed a couple of decimal/grouping separator lenient parsing problems. Also updated implementation no longer needs to create a pair of UnicodeSet for parsing a number every time.
X-SVN-Rev: 27266
|
2010-01-15 02:26:57 +00:00 |
|
Peter Edberg
|
e6e5208a8d
|
ICU-6872 Sync with C changes from tickets 6626, 5702, 7007, 7180 (2 new API)
X-SVN-Rev: 27260
|
2010-01-14 17:32:36 +00:00 |
|
Kirti Velankar
|
d1df3c60de
|
ICU-3931 Merged with trunk r27250 from branch kirtig r27251 - Added SelectFormat
X-SVN-Rev: 27252
|
2010-01-13 02:20:05 +00:00 |
|
Yoshito Umaoka
|
bedfe071e5
|
ICU-7027 Changed the iteration time used by Test05_ConcurrentEverything to fit in the default unit test time threshold (10sec).
X-SVN-Rev: 27124
|
2010-01-04 15:19:23 +00:00 |
|
Yoshito Umaoka
|
bc57ab206e
|
ICU-7305 Updated ICU4J version to 4.3.4.
X-SVN-Rev: 27113
|
2009-12-21 19:28:26 +00:00 |
|
Yoshito Umaoka
|
dda62f1106
|
ICU-7095 Updated UCharacter not to initialize its internal support classes such as UCaseName, UCharacterProperty and so on. Also updated these UCharacter internal support classes to have a public singleton for each, created at the initialization time.
X-SVN-Rev: 27101
|
2009-12-18 16:10:41 +00:00 |
|
Yoshito Umaoka
|
d28d15669a
|
ICU-7027 Resolved some compiler warnings.
X-SVN-Rev: 27056
|
2009-12-11 23:09:56 +00:00 |
|
Doug Felt
|
a41fd31be3
|
ICU-7277 merged branches/dougfelt/currsplit -r 26994:27047 into trunk. restored original (not merged) data jars. fixed currdata external tool builder problem.
X-SVN-Rev: 27051
|
2009-12-11 20:59:29 +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 |
|
Doug Felt
|
3c20720e09
|
ICU-7274 merge branches/dougfelt/localesplit r26974:26992 into trunk
X-SVN-Rev: 26993
|
2009-11-30 21:53:28 +00:00 |
|
Markus Scherer
|
fcb96edba1
|
ICU-7272 fix implementation for script codes >0x7f
X-SVN-Rev: 26975
|
2009-11-25 19:30:56 +00:00 |
|
Doug Felt
|
434ca552f8
|
ICU-7082 merged localeformat branch 26892:26977
X-SVN-Rev: 26973
|
2009-11-25 18:54:02 +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 |
|
Andy Heninger
|
1e29b2a88c
|
ICU-7108 Fix and reenable Line Break monkey tests in ICU4J
X-SVN-Rev: 26961
|
2009-11-20 23:55:57 +00:00 |
|
Andy Heninger
|
a7f460e761
|
ICU-7077 UTrie2 port to Java, cleanup and optimization of iteration
X-SVN-Rev: 26959
|
2009-11-20 23:03:58 +00:00 |
|
Andy Heninger
|
22efa333d0
|
ICU-7257 add source file location to assert function output in Java test framework
X-SVN-Rev: 26958
|
2009-11-20 21:41:38 +00:00 |
|
Markus Scherer
|
16168ea78a
|
ICU-7182 remove support for Unicode Normalization behavior before corrigendum 5 (PRI #29), and small simplification of recompose()
X-SVN-Rev: 26954
|
2009-11-19 05:41:12 +00:00 |
|
Yoshito Umaoka
|
9ab5acc788
|
ICU-3931 Added a temporary serialization test case for SelectFormat
X-SVN-Rev: 26944
|
2009-11-18 04:27:31 +00:00 |
|
Yoshito Umaoka
|
b0fec15df6
|
ICU-7194 Fix Eclipse warnings introduced recently.
X-SVN-Rev: 26942
|
2009-11-18 03:20:16 +00:00 |
|
Yoshito Umaoka
|
82db54eb63
|
ICU-7194 Update timebombs for M3
X-SVN-Rev: 26916
|
2009-11-16 05:24:39 +00:00 |
|
Andy Heninger
|
97725c7854
|
ICU-7077 UTrie2 port to Java, merge from development branch.
X-SVN-Rev: 26903
|
2009-11-14 00:17:38 +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 |
|
Doug Felt
|
0b0401e906
|
ICU-7232 merge branch/dougfelt/datasplit at revision 26882 into trunk
X-SVN-Rev: 26885
|
2009-11-12 21:56:49 +00:00 |
|
Yoshito Umaoka
|
af6765a0a1
|
ICU-7194 Update ICU4J version to 4.3.3
X-SVN-Rev: 26853
|
2009-11-06 06:33:24 +00:00 |
|
Yoshito Umaoka
|
8f8f3449e5
|
ICU-6635 Additional change to match the latest JDK locale enhancement proposal.
X-SVN-Rev: 26847
|
2009-11-05 21:09:18 +00:00 |
|
John Emmons
|
20b3037ed2
|
ICU-1624 Add additional tests for Hebrew Calendar
X-SVN-Rev: 26844
|
2009-11-03 05:21:20 +00:00 |
|
Jason Spieth
|
6ff64495e1
|
ICU-6990 2009o ICU4J
X-SVN-Rev: 26813
|
2009-10-27 03:19:22 +00:00 |
|
Yoshito Umaoka
|
e5dc053c11
|
ICU-6635 Updated the implementation of BCP47 language tag support, locale builder, etc to match the latest JDK locale enhancement proposal.
X-SVN-Rev: 26804
|
2009-10-23 22:01:51 +00:00 |
|
Yoshito Umaoka
|
84c84795e3
|
ICU-7075 Update the timebomb for VTimeZone Asia/Amman problem.
X-SVN-Rev: 26738
|
2009-10-05 15:46:20 +00:00 |
|
John Emmons
|
ceb60561d4
|
ICU-7173 Merge CLDR 1.8p1 data from branch
X-SVN-Rev: 26735
|
2009-10-03 03:56:15 +00:00 |
|
Yoshito Umaoka
|
ff242a51a3
|
ICU-7169 Fixed DateTimePatternGenerator threading problem. Also added getFrozenInstance as @internal for now.
X-SVN-Rev: 26709
|
2009-09-30 22:32:48 +00:00 |
|
Jason Spieth
|
8af6181661
|
ICU-7140 Change cache hashkey in ULocale based method and other cache tweaks per comments.
X-SVN-Rev: 26695
|
2009-09-28 20:33:53 +00:00 |
|
Mark Davis
|
56afa88bdf
|
ICU-6424 extract iterable comparator
X-SVN-Rev: 26682
|
2009-09-23 21:53:28 +00:00 |
|
Jason Spieth
|
d9a955b0b7
|
ICU-7140 Two level cache in NumberingSystem - ICU4J
X-SVN-Rev: 26680
|
2009-09-23 18:29:21 +00:00 |
|
Andy Heninger
|
5e28363a15
|
ICU-7151 ICU4J RBBI Line break tests updated for Unicode 5.2
X-SVN-Rev: 26639
|
2009-09-16 21:56:30 +00:00 |
|
Yoshito Umaoka
|
479df20ab5
|
ICU-7027 Fix translit-tests execution problem in Eclipse IDE.
X-SVN-Rev: 26595
|
2009-09-03 20:17:24 +00:00 |
|
Michael Ow
|
37b340e112
|
ICU-7120 Fix error check in test and concatenation code for normalizer.
X-SVN-Rev: 26594
|
2009-09-03 19:32:31 +00:00 |
|
John Emmons
|
0ea33cbf80
|
ICU-4069 Implement getDisplayLanguageWithDialect() and getDisplayNameWithDialect()
X-SVN-Rev: 26593
|
2009-09-03 19:10:51 +00:00 |
|
Yoshito Umaoka
|
ddd8a50457
|
ICU-7107 Fixed TimeZone#getDisplayName threading problem.
X-SVN-Rev: 26591
|
2009-09-03 18:57:40 +00:00 |
|
Mark Davis
|
42d4b38e15
|
ICU-7125 Add API for language matching for data that will be coming from CLDR.
X-SVN-Rev: 26589
|
2009-09-02 23:13:26 +00:00 |
|