Commit Graph

156 Commits

Author SHA1 Message Date
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
b1a7b1c10f ICU-3931 Code review changes for API
X-SVN-Rev: 27298
2010-01-16 07:47:37 +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
Doug Felt
335af0d393 ICU-7082 Revise display handling constant names per Markus's suggestions and to align with ICU4C
X-SVN-Rev: 27268
2010-01-15 02:52:35 +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
Markus Scherer
acc9b70c0d ICU-7273 add new Java normalization API; without implementation, for the API Freeze
X-SVN-Rev: 27262
2010-01-14 23:03:50 +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
Yoshito Umaoka
debc645c69 ICU-7308 Added Utility.getFallbackClassLoader() and call it from 4 different places recently updated. This change was made by Doug's suggestion.
X-SVN-Rev: 27257
2010-01-14 00:07:59 +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
70734622a2 ICU-7277 Fixed a Java doc warning.
X-SVN-Rev: 27180
2010-01-08 04:09:23 +00:00
Yoshito Umaoka
41e34ed682 ICU-7277 Fixed a broken link in the Java doc.
X-SVN-Rev: 27179
2010-01-08 04:07:12 +00:00
Yoshito Umaoka
dc01b9fef4 ICU-7082 Fixed a broken link in the Java doc.
X-SVN-Rev: 27178
2010-01-08 04:06:38 +00:00
Yoshito Umaoka
25a81736e6 ICU-7308 Try Thread.currentThread().getContextClassLoader() before fallback to system class loader based on Deven's suggestion.
X-SVN-Rev: 27177
2010-01-08 03:44:08 +00:00
Doug Felt
9c609170a1 ICU-7082 more doc cleanup
X-SVN-Rev: 27169
2010-01-08 00:37:46 +00:00
Doug Felt
43d630fb43 ICU-4264 clean up message format docs a bit more to align more closely with ICU4C docs
X-SVN-Rev: 27165
2010-01-07 22:13:42 +00:00
Doug Felt
fb6815fc9d ICU-4264 clean up message format docs a bit to clarify use of RBNF, shorten long lines
X-SVN-Rev: 27158
2010-01-07 01:18:16 +00:00
Doug Felt
9054a6919b ICU-3072 Add comments at top of Holiday files reminding clients that this is draft API.
X-SVN-Rev: 27156
2010-01-07 00:31:57 +00:00
Doug Felt
11acc7e54f ICU-7323 move API classes to text package, clean up some whitespace
X-SVN-Rev: 27153
2010-01-06 22:57:06 +00:00
Doug Felt
5129297cf3 ICU-7277 whitespace cleanup
X-SVN-Rev: 27152
2010-01-06 22:18:00 +00:00
Doug Felt
01e49d7279 ICU-7277 tag cleanup to APIs
X-SVN-Rev: 27151
2010-01-06 22:15:27 +00:00
Yoshito Umaoka
994193ba79 ICU-7319 Prevent IllegalArgumentException thrown in the ICUDebug class initializer when Java system property java.version contains number greater than 255.
X-SVN-Rev: 27146
2010-01-06 17:54:19 +00:00
Doug Felt
9440a6e740 ICU-7082 added docs and tags to public APIs
X-SVN-Rev: 27145
2010-01-06 17:46:03 +00:00
Yoshito Umaoka
337bb8effe ICU-7095 Removed an import statement no longer used
X-SVN-Rev: 27125
2010-01-04 15:52:45 +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
2d3d906353 ICU-7308 Use system class loader as fallback class loader in ICUResourceBundleFactory. This is a workaround for Harmony integration.
X-SVN-Rev: 27112
2009-12-21 19:06:50 +00:00
Yoshito Umaoka
02328c1edc ICU-7286 Also fixed unnecessary String construction in various codes.
X-SVN-Rev: 27105
2009-12-18 19:54:01 +00:00
Yoshito Umaoka
fd55ee2dcd ICU-7286 Avoid Unnecessary String object creation.
X-SVN-Rev: 27103
2009-12-18 17:23:35 +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
Michael Ow
2ece8a6f3d ICU-7091 Use java timezone instead of java calendar.
X-SVN-Rev: 27008
2009-12-03 05:38:18 +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
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
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
c563c9cceb ICU-3931 Merging SelectFormat.java from Kirti's branch to trunk for M3 with some code cleanup.
X-SVN-Rev: 26943
2009-11-18 03:56:33 +00:00
Yoshito Umaoka
b0fec15df6 ICU-7194 Fix Eclipse warnings introduced recently.
X-SVN-Rev: 26942
2009-11-18 03:20:16 +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
3cef7e25bb ICU-7227 Fixed a problem in getSimpleTimeZoneRulesNear to return a pair of rules that can be used for creating SimpleTimeZone.
X-SVN-Rev: 26849
2009-11-06 03:12:49 +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
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
f3b49de0a0 ICU-7075 Ignore SecurityException when reading system property used for ICULogger under security manager enabled.
X-SVN-Rev: 26739
2009-10-05 16:58:27 +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