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
|
937bf876d3
|
ICU-7035 Freezable methods' API status to 4.4 in GlobalizationPreferences.
X-SVN-Rev: 27338
|
2010-01-19 23:16:56 +00:00 |
|
Yoshito Umaoka
|
587ad9d857
|
ICU-7035 Updated Freezable methods' status to @stable ICU 4.4.
X-SVN-Rev: 27337
|
2010-01-19 23:11:35 +00:00 |
|
Markus Scherer
|
d875ce368a
|
ICU-7273 port Normalizer2Impl.load() to Java
X-SVN-Rev: 27336
|
2010-01-19 23:02:01 +00:00 |
|
Yoshito Umaoka
|
ea261366fe
|
ICU-7035 Fixed API status comment for ByteArrayWrapper#compareTo to @stable 4.4.
X-SVN-Rev: 27335
|
2010-01-19 22:58:49 +00:00 |
|
Yoshito Umaoka
|
64ed0a3be6
|
ICU-7035 Fixed API status comment for Freezable<UnicodeSet> methods to @stable 4.4.
X-SVN-Rev: 27334
|
2010-01-19 22:56:59 +00:00 |
|
Yoshito Umaoka
|
60cd371f9a
|
ICU-7035 Updated API status comment for UTF16.StringComparator#compare to @stable 4.4.
X-SVN-Rev: 27333
|
2010-01-19 22:53:10 +00:00 |
|
Yoshito Umaoka
|
a64f51c603
|
ICU-7035 Updated API status comment for compareTo to @stable 4.4
X-SVN-Rev: 27332
|
2010-01-19 22:36:13 +00:00 |
|
Yoshito Umaoka
|
087706c935
|
ICU-7035 Fixed API documentation for CharsetMatch#compareTo
X-SVN-Rev: 27331
|
2010-01-19 22:33:17 +00:00 |
|
Markus Scherer
|
68976c5324
|
ICU-7273 start adding Normalizer2 Java implementation code
X-SVN-Rev: 27330
|
2010-01-19 21:12:38 +00:00 |
|
Yoshito Umaoka
|
07c1c262c7
|
ICU-7305 Updating API draft status. Refresh the API change report with the updates.
X-SVN-Rev: 27327
|
2010-01-19 19:19:33 +00:00 |
|
Yoshito Umaoka
|
e69e9e83b2
|
ICU-6990 Merging tzdata2010a to the ICU4J trunk.
X-SVN-Rev: 27324
|
2010-01-19 08:14:20 +00:00 |
|
Yoshito Umaoka
|
d7901d7826
|
ICU-7273 Synchronized ICU4J data with ICU4C - r27319
X-SVN-Rev: 27320
|
2010-01-19 06:41:42 +00:00 |
|
Yoshito Umaoka
|
1686a16084
|
ICU-7273 Temporarily add @SuppressWarnings to resolve 'unused' warning
X-SVN-Rev: 27312
|
2010-01-18 15:08:19 +00:00 |
|
Yoshito Umaoka
|
2898e2085e
|
ICU-6872 Removed unused local variable String lang. This is no longer used since r27260.
X-SVN-Rev: 27311
|
2010-01-18 15:03:30 +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 |
|
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 |
|
Yoshito Umaoka
|
55e70bfe32
|
ICU-6990 tzdata2009u to the ICU4J trunk
X-SVN-Rev: 27176
|
2010-01-08 02:51:24 +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
|
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
|
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 |
|
Michael Ow
|
b53f0f9667
|
ICU-7156 Update LMBCS converter in ICU4J.
X-SVN-Rev: 27085
|
2009-12-16 21:48:30 +00:00 |
|
Yoshito Umaoka
|
d28d15669a
|
ICU-7027 Resolved some compiler warnings.
X-SVN-Rev: 27056
|
2009-12-11 23:09:56 +00:00 |
|
Yoshito Umaoka
|
8e4568204a
|
ICU-7277 Fixed Eclipse project file problem in the previous change. Also set svn:ignore to specify directory 'out' for the new project directory.
X-SVN-Rev: 27055
|
2009-12-11 22:27:41 +00:00 |
|
Yoshito Umaoka
|
fb723c62cb
|
ICU-7277 Fixed command line build problems introduced by previous changes.
X-SVN-Rev: 27054
|
2009-12-11 21:59:27 +00:00 |
|
Doug Felt
|
8aec2d2a55
|
ICU-7277 remove overlooked comment
X-SVN-Rev: 27053
|
2009-12-11 21:10:59 +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 |
|
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
|
fe5eca2018
|
ICU-7194 Update readme and API change report.
X-SVN-Rev: 26945
|
2009-11-18 04:35: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
|
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 |
|
Yoshito Umaoka
|
2cd9096d18
|
ICU-6990 2009s updates to the ICU4J trunk.
X-SVN-Rev: 26932
|
2009-11-17 20:20:21 +00:00 |
|
Yoshito Umaoka
|
4456096267
|
ICU-7194 Updated API change report.
X-SVN-Rev: 26922
|
2009-11-17 15:19:41 +00:00 |
|
Yoshito Umaoka
|
47f62ca328
|
ICU-7194 Minimum updates in ICU4J readme for M3
X-SVN-Rev: 26918
|
2009-11-16 06:27:43 +00:00 |
|
Yoshito Umaoka
|
a08c82a115
|
ICU-7027 Fixed a bug in timeZoneCheck.
X-SVN-Rev: 26917
|
2009-11-16 06:19:33 +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 |
|
Michael Ow
|
a1900371b7
|
ICU-7226 Undo commit revision 24105 from ticket 6300.
X-SVN-Rev: 26871
|
2009-11-11 17:33:56 +00:00 |
|
Yoshito Umaoka
|
927a01c2e8
|
ICU-6990 2009r updates to icu4j trunk
X-SVN-Rev: 26867
|
2009-11-11 05:48:53 +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 |
|
John Emmons
|
20b3037ed2
|
ICU-1624 Add additional tests for Hebrew Calendar
X-SVN-Rev: 26844
|
2009-11-03 05:21:20 +00:00 |
|
Yoshito Umaoka
|
7dffff4ea1
|
ICU-6990 2009q updates to icu4j trunk
X-SVN-Rev: 26841
|
2009-11-03 02:03:59 +00:00 |
|
Yoshito Umaoka
|
f6094ae96c
|
ICU-6990 tzdata2009p / CLDR 1.7.1.1 updates to the icu4j trunk.
X-SVN-Rev: 26828
|
2009-10-30 18:43:44 +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 |
|
Michael Ow
|
8fbea86221
|
ICU-7185 Ensure swaplfnl option is not ignored.
X-SVN-Rev: 26784
|
2009-10-14 04:52:54 +00:00 |
|
Yoshito Umaoka
|
d4ef02200d
|
ICU-7075 Updated readme and api change report for 4.4M2.
X-SVN-Rev: 26742
|
2009-10-05 21:30:36 +00:00 |
|
Yoshito Umaoka
|
ea7d49c696
|
ICU-7027 Fixed some compiler warnings.
X-SVN-Rev: 26741
|
2009-10-05 21:16:36 +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 |
|
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 |
|
Jason Spieth
|
15e32fe597
|
ICU-6990 2009n ICU4J
X-SVN-Rev: 26716
|
2009-10-01 16:03:33 +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 |
|
Yoshito Umaoka
|
6d08d7a36f
|
ICU-7030 Generics support in Freezable. Some other co-variant return type support. Merging changes done in the branch to the trunk.
X-SVN-Rev: 26699
|
2009-09-29 21:28:39 +00:00 |
|
Yoshito Umaoka
|
7d19f16115
|
ICU-6924 UPropertyAlias#get*Enum to return UProperty.UNDEFINED instead of throwing an IllegalArgumentException. UnicodeSet to call these methods directly and removed try/catch block in a loop.
X-SVN-Rev: 26698
|
2009-09-29 19:21:35 +00:00 |
|
Yoshito Umaoka
|
bc31f197d0
|
ICU-6810 Use generic template type T instead of U for addAllTo.
X-SVN-Rev: 26697
|
2009-09-29 15:46:24 +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 |
|
John Emmons
|
e4e4513690
|
ICU-7136 Modify ICUResourceBundle implementation to honor %%ParentIsRoot resources in locales with multiple scripts
X-SVN-Rev: 26685
|
2009-09-24 17:28:39 +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 |
|
Yoshito Umaoka
|
2fe427bc5d
|
ICU-7127 Resource loading code to support filepath with space characters and non-ASCII characters.
X-SVN-Rev: 26661
|
2009-09-21 20:30:49 +00:00 |
|
Yoshito Umaoka
|
2c2d76044f
|
ICU-7137 Moved getCalendarType from Calendar to new class CalendarUtil in impl package and use it from both Calendar and DateFormatSymbols.
X-SVN-Rev: 26643
|
2009-09-17 16:43:35 +00:00 |
|
Jason Spieth
|
058950ccfb
|
ICU-6990 2009m ICU4J
X-SVN-Rev: 26642
|
2009-09-17 16:25:00 +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 |
|
Mark Davis
|
85f0ecb659
|
ICU-7139 fix index constructor, etc.
X-SVN-Rev: 26617
|
2009-09-10 17:57:19 +00:00 |
|
Michael Ow
|
ddc3287efd
|
ICU-4954 Use skipRuleWhiteSpace after white space check.
X-SVN-Rev: 26610
|
2009-09-08 16:42:54 +00:00 |
|
Mark Davis
|
323d5a9b31
|
ICU-7125 Modify internal data structure to make it easer to build in CLDR.
X-SVN-Rev: 26604
|
2009-09-04 19:37:27 +00:00 |
|
Yoshito Umaoka
|
71fb8f005b
|
ICU-4069 Some minor updates
X-SVN-Rev: 26603
|
2009-09-04 18:42:47 +00:00 |
|
Mark Davis
|
ddefb74427
|
ICU-7125 Fix warnings
X-SVN-Rev: 26601
|
2009-09-03 22:47:33 +00:00 |
|
Mark Davis
|
a13bccbf15
|
ICU-7125 Fix warnings
X-SVN-Rev: 26600
|
2009-09-03 22:44:25 +00:00 |
|
Mark Davis
|
b4176a2b83
|
ICU-7125 Fix warnings
X-SVN-Rev: 26599
|
2009-09-03 22:35:35 +00:00 |
|
Mark Davis
|
50cb567507
|
ICU-7125 Fix spurious test println
X-SVN-Rev: 26598
|
2009-09-03 22:30:26 +00:00 |
|
Yoshito Umaoka
|
830d75f537
|
ICU-7027 Once remove eclipse-dummy.jar from icu4j-core build path.
X-SVN-Rev: 26597
|
2009-09-03 20:44:49 +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
|
f8c58d2721
|
ICU-7107 Reverted the method signature to synchronized.
X-SVN-Rev: 26592
|
2009-09-03 19:00:24 +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 |
|
Yoshito Umaoka
|
dd9ec6844f
|
ICU-7027 Updated icu4j-localespi-tests project to use project specific Java compiler level.
X-SVN-Rev: 26582
|
2009-09-01 20:12:40 +00:00 |
|
Yoshito Umaoka
|
d22b1f602e
|
ICU-7027 Disable some compiler warnings for non API projects. Remove unused import from BuildDictionaryFile.java
X-SVN-Rev: 26573
|
2009-08-28 20:09:01 +00:00 |
|
Yoshito Umaoka
|
4425baa2f3
|
ICU-7027 Added eclipse-dummy.jar which contains dummy com.ibm.icu.text.Collator and Transliterator. Updated icu4j-core project to include the dummy jar in the build path, so we can resolve unwanted javadoc warning triggered by @link.
X-SVN-Rev: 26572
|
2009-08-28 19:46:57 +00:00 |
|
Michael Ow
|
392d7d16b6
|
ICU-4954 Ensure Unicode Pattern_White_Space set is used where appropriate.
X-SVN-Rev: 26571
|
2009-08-28 18:37:27 +00:00 |
|
John Emmons
|
e979b36cf7
|
ICU-4069 Cleanup unused variables
X-SVN-Rev: 26569
|
2009-08-28 15:26:43 +00:00 |
|
Yoshito Umaoka
|
eb9b97663b
|
ICU-7097 Enabled java compiler option -Xlint:all,-deprecation,-dep-ann for API projects. Fixed redundant cast warnings detected by javac in various files. Added @SuppressWarnings for intended usage of fallthrough in switch statements. Enabled fallthrough warning in Eclipse project files.
X-SVN-Rev: 26568
|
2009-08-27 23:02:38 +00:00 |
|
John Emmons
|
7e0113e5e8
|
ICU-4069 Use localized locale pattern and separator in Ulocale.getDisplayName()
X-SVN-Rev: 26567
|
2009-08-27 20:28:30 +00:00 |
|
John Emmons
|
7b8f450d29
|
ICU-4547 Cleaned up Hebrew calendar mods based on Yoshito's code review
X-SVN-Rev: 26561
|
2009-08-27 17:53:57 +00:00 |
|
John Emmons
|
5a22aee70f
|
ICU-4547 Cleaned up Hebrew calendar mods based on Yoshito's code review
X-SVN-Rev: 26560
|
2009-08-27 17:13:59 +00:00 |
|
Mark Davis
|
693b8adc7a
|
ICU-7084 Tooling Fixes as result of U5.2
X-SVN-Rev: 26559
|
2009-08-27 12:03:04 +00:00 |
|
Yoshito Umaoka
|
d98fd3f3fb
|
ICU-6710 Formal @deprecated comment for ICU internal API.
X-SVN-Rev: 26557
|
2009-08-26 20:52:26 +00:00 |
|
Jason Spieth
|
7b753884ce
|
ICU-4735 Cleanup TimeZone getDisplayName changes based on review comments - ICU4J
X-SVN-Rev: 26552
|
2009-08-26 16:52:47 +00:00 |
|
John Vu
|
42a092da36
|
ICU-4442 Updated the test file to log the errors and clarified instructors. Cleaned up the code.
X-SVN-Rev: 26550
|
2009-08-26 00:03:37 +00:00 |
|
Yoshito Umaoka
|
a8562c32ed
|
ICU-6990 tzdata2009l to ICU4J
X-SVN-Rev: 26529
|
2009-08-20 21:04:25 +00:00 |
|
Yoshito Umaoka
|
67b4574185
|
ICU-6824 CheckSystemFonts requires some classes from translit-tests project.
X-SVN-Rev: 26524
|
2009-08-20 16:36:31 +00:00 |
|
John Emmons
|
6b5b8779fd
|
ICU-4547 Updated support for correct month numbering/naming in Hebrew calendar
X-SVN-Rev: 26523
|
2009-08-20 15:50:27 +00:00 |
|
Yoshito Umaoka
|
52b57d47a1
|
ICU-7027 Fix some ICU4J project file problems - demos and tools.
X-SVN-Rev: 26517
|
2009-08-19 21:14:18 +00:00 |
|
Yoshito Umaoka
|
743aa1e259
|
ICU-6824 Removed icu4j-collate dependency in icu4j-translit-tests project.
X-SVN-Rev: 26516
|
2009-08-19 20:02:01 +00:00 |
|
Mark Davis
|
2a21b4cfb7
|
ICU-6824 Remove dependency on collator in test
X-SVN-Rev: 26515
|
2009-08-19 17:25:31 +00:00 |
|
Mark Davis
|
bf1cd6d88e
|
ICU-6824 Merge in font testing
X-SVN-Rev: 26512
|
2009-08-19 00:02:38 +00:00 |
|
Mark Davis
|
f9f5c969b2
|
ICU-6824 PrettyPrinting fixes
X-SVN-Rev: 26511
|
2009-08-18 23:30:38 +00:00 |
|
Mark Davis
|
4b2f25a6c1
|
ICU-6824 Merge in font testing
X-SVN-Rev: 26510
|
2009-08-18 23:20:05 +00:00 |
|
Yoshito Umaoka
|
8b731b4e41
|
ICU-7058 Always log elapsed time for each test case in the test framework code.
X-SVN-Rev: 26508
|
2009-08-18 17:17:00 +00:00 |
|
John Vu
|
4f6acc7e64
|
ICU-6237 After upgrading to Eclipse 3.5, added back @SupressWarnings and comment out "dead code".
X-SVN-Rev: 26507
|
2009-08-18 17:09:22 +00:00 |
|
Yoshito Umaoka
|
5414398199
|
ICU-7032 Instead of create UnicodeSet instances for validating named parameter syntax, use UCharacter.isUnicodeIdentifierXXX for the same operation. This change drastically improve the initialization performance of MessageFormat without paying any runtime penalties.
X-SVN-Rev: 26506
|
2009-08-18 16:23:17 +00:00 |
|
Yoshito Umaoka
|
e24f8b9b03
|
ICU-7033 Use the new lightweight UnicodeSet constructor to initialize static fields in DecimalFormat to improve the initialization performance.
X-SVN-Rev: 26505
|
2009-08-18 13:25:49 +00:00 |
|
John Vu
|
558c4b2824
|
ICU-6237 Uploaded the Javadoc preferences for core, collate, charset, and translit to have the warnings appear if Javadocs are written incorrect for the settings placed.
X-SVN-Rev: 26503
|
2009-08-17 23:13:43 +00:00 |
|
John Vu
|
8bdfa75b71
|
ICU-6237 Fixed Javadoc warnings for "collate" "charset" and "translit" packages.
X-SVN-Rev: 26502
|
2009-08-17 23:01:21 +00:00 |
|
John Vu
|
2c50c7cebe
|
ICU-6237 Fixed the warning for "core" package.
X-SVN-Rev: 26501
|
2009-08-17 18:17:11 +00:00 |
|
Yoshito Umaoka
|
c41731f2a7
|
ICU-7027 Fixed an unused warning in ICUServiceTestSample
X-SVN-Rev: 26500
|
2009-08-14 18:37:45 +00:00 |
|
Yoshito Umaoka
|
29acc27d2a
|
ICU-7027 Synchronized TestTable32 with the C version, which actually refers a test case field. By this change, unused warning was resolved.
X-SVN-Rev: 26499
|
2009-08-14 18:26:52 +00:00 |
|
Michael Ow
|
651a023b47
|
ICU-5720 Add provisional comment after draft.
X-SVN-Rev: 26498
|
2009-08-13 20:52:10 +00:00 |
|
Michael Ow
|
2c58dba41c
|
ICU-6710 Add provisional comments after draft.
X-SVN-Rev: 26497
|
2009-08-13 20:51:24 +00:00 |
|
Michael Ow
|
9e233fa1dc
|
ICU-5720 Use TimeZone.getTZDataVersion method to avoid duplicate code.
X-SVN-Rev: 26496
|
2009-08-13 20:48:02 +00:00 |
|
Yoshito Umaoka
|
c3a6b83ddb
|
ICU-7027 Fixed a bunch of Eclipse compiler warnings.
X-SVN-Rev: 26495
|
2009-08-13 20:32:55 +00:00 |
|
Michael Ow
|
ee2de03dc2
|
ICU-6710 Remove unneeded import.
X-SVN-Rev: 26494
|
2009-08-13 20:23:32 +00:00 |
|
Michael Ow
|
257bf86726
|
ICU-6710 Add description to ICULogger and implement in TimeZone.
X-SVN-Rev: 26492
|
2009-08-13 19:12:20 +00:00 |
|
Michael Ow
|
5f2ff249fd
|
ICU-5720 Add data version to ICU4J.
X-SVN-Rev: 26491
|
2009-08-13 18:03:37 +00:00 |
|
Michael Ow
|
be4903380b
|
ICU-6710 Add ICULogger class to ICU4J.
X-SVN-Rev: 26488
|
2009-08-12 22:38:53 +00:00 |
|
Yoshito Umaoka
|
a8f599ae11
|
ICU-7027 Exclude .svn from Java build path, so directory .svn and its contents won't be copied to the build output directory.
X-SVN-Rev: 26486
|
2009-08-12 19:15:17 +00:00 |
|
Yoshito Umaoka
|
7641e19c5d
|
ICU-6824 New enum in UnicodeSet in the previous change triggered serialization CoverageTest failure. Updated CoverageTest to ignore classes generated by enum.
X-SVN-Rev: 26485
|
2009-08-12 19:11:26 +00:00 |
|
Yoshito Umaoka
|
7f169416ee
|
ICU-7063 Reverting Mark's changes for #7063 for now, because of the build breakage and incompatibility concerns.
X-SVN-Rev: 26479
|
2009-08-11 20:44:22 +00:00 |
|
Jason Spieth
|
dc5876ae14
|
ICU-4735 Enhanced TimeZone getDisplayName allows for more name formats, ICU4J implementation.
X-SVN-Rev: 26475
|
2009-08-10 16:00:22 +00:00 |
|
Mark Davis
|
766b01ec0c
|
ICU-7063 merged branch - rev 27439
X-SVN-Rev: 26474
|
2009-08-07 20:51:06 +00:00 |
|
Mark Davis
|
66b106094d
|
ICU-6447 First pass at fixes to MessageFormat
X-SVN-Rev: 26473
|
2009-08-07 01:17:33 +00:00 |
|
Mark Davis
|
e23963cb67
|
ICU-6824 Merge in some more from CLDR
X-SVN-Rev: 26472
|
2009-08-07 01:07:04 +00:00 |
|
Jason Spieth
|
496eead7a6
|
ICU-4735 ULocale getTableString will return null instead of NullPointerException when input String is null.
X-SVN-Rev: 26460
|
2009-07-30 20:03:57 +00:00 |
|
Michael Ow
|
6691cb5e86
|
ICU-6653 Undo previous change.
X-SVN-Rev: 26445
|
2009-07-27 18:11:52 +00:00 |
|
Jason Spieth
|
252149b02a
|
ICU-6033 IS_LEAP_MONTH moved from ChineseCalendar to Calendar
X-SVN-Rev: 26443
|
2009-07-27 17:09:00 +00:00 |
|
Mark Davis
|
1e5826f41a
|
ICU-6824 Merge in another function from CLDR
X-SVN-Rev: 26440
|
2009-07-24 23:20:30 +00:00 |
|
Yoshito Umaoka
|
7bc2decc9e
|
ICU-7075 Update ICU4J version to 4.3.2
X-SVN-Rev: 26432
|
2009-07-24 19:02:13 +00:00 |
|
Yoshito Umaoka
|
b7828132aa
|
ICU-7005 Updated APIChangeReport for 4.3.1
X-SVN-Rev: 26422
|
2009-07-22 20:07:54 +00:00 |
|
Yoshito Umaoka
|
40d1dd2a14
|
ICU-7005 Minor readme updates for 4.3.1.
X-SVN-Rev: 26417
|
2009-07-22 17:45:01 +00:00 |
|
Yoshito Umaoka
|
4c80cfeada
|
ICU-7027 Fixed a localespiCheck java.ext.dirs problem
X-SVN-Rev: 26416
|
2009-07-22 17:36:26 +00:00 |
|
Jason Spieth
|
80a5218157
|
ICU-6990 2009k to icu4j/main/shared/data/
X-SVN-Rev: 26415
|
2009-07-22 17:30:45 +00:00 |
|
Yoshito Umaoka
|
7a5a7996b6
|
ICU-7027 Fixed JavaDoc warnings.
X-SVN-Rev: 26412
|
2009-07-22 16:04:18 +00:00 |
|
Yoshito Umaoka
|
ffe5ca79f2
|
ICU-7027 Fixed secureCheck problems.
X-SVN-Rev: 26410
|
2009-07-22 01:32:09 +00:00 |
|
Mark Davis
|
f1ff9f053f
|
ICU-6824 Merged check utilities from CLDR.
X-SVN-Rev: 26409
|
2009-07-22 01:05:24 +00:00 |
|
Mark Davis
|
6a6561f8df
|
ICU-6824 Clean up Utility in preparation for merging from CLDR
X-SVN-Rev: 26408
|
2009-07-22 00:40:18 +00:00 |
|
Yoshito Umaoka
|
13b8f9e49b
|
ICU-7027 Fixed some module target test issues. Removed ICU NumberFormat/Calendar dependencies in the test framework.
X-SVN-Rev: 26407
|
2009-07-21 22:49:44 +00:00 |
|
Yoshito Umaoka
|
a595b204e1
|
ICU-7027 Fixing module target issues introduced recently.
X-SVN-Rev: 26405
|
2009-07-21 18:46:03 +00:00 |
|
John Emmons
|
0f8b2d2379
|
ICU-7065 Add tools directory to dependencies for cldrUtil
X-SVN-Rev: 26403
|
2009-07-21 15:19:13 +00:00 |
|
Mark Davis
|
34583efe1c
|
ICU-6824 Update Relation from CLDR
X-SVN-Rev: 26401
|
2009-07-21 00:43:18 +00:00 |
|
Mark Davis
|
cd7e4f87e7
|
ICU-6824 Combined Differ files, moved to common location
X-SVN-Rev: 26398
|
2009-07-20 23:25:23 +00:00 |
|
Mark Davis
|
c361c76465
|
ICU-6824 Clean up the Collection Utilities. Now only one file of that name... Also needed to add a couple of small items to UnicodeSet.
X-SVN-Rev: 26397
|
2009-07-20 23:05:23 +00:00 |
|
Yoshito Umaoka
|
6cba5fa564
|
ICU-7027 Added 4.2.1 serializable test data for compatibility test. Excluding CurrencyPluralInfo from 4.2.1, which causes deserialization problem.
X-SVN-Rev: 26394
|
2009-07-20 21:59:16 +00:00 |
|
Mark Davis
|
2e8983b499
|
ICU-6824 Merge in one method from CLDR, leave @internal
X-SVN-Rev: 26393
|
2009-07-20 20:48:59 +00:00 |
|
Yoshito Umaoka
|
fdfec35d2c
|
ICU-7027 Set -Djava.awt.headless=true when running ICU4J tests to prevent a permission error accessing window server on Mac.
X-SVN-Rev: 26391
|
2009-07-20 17:41:55 +00:00 |
|
Yoshito Umaoka
|
79e9abcd60
|
ICU-7027 Set failonerror to false when copying files not built in JDK5 env.
X-SVN-Rev: 26388
|
2009-07-20 15:56:51 +00:00 |
|
Mark Davis
|
824d6d9e59
|
ICU-6824 Merge in PrettyPrinter, remove dependencies on collator and transliterator
X-SVN-Rev: 26387
|
2009-07-19 03:40:31 +00:00 |
|
Mark Davis
|
6e82578ad6
|
ICU-6824 Merge in full-argument hex method.
X-SVN-Rev: 26386
|
2009-07-19 03:34:05 +00:00 |
|
Mark Davis
|
ec30227054
|
ICU-6824 Introduce temporary internal method so that we can refactor PrettyPrinter.
X-SVN-Rev: 26385
|
2009-07-19 03:33:13 +00:00 |
|
Mark Davis
|
f0d29c4f59
|
ICU-6824 Remove Lockable (old version of Freeze)
X-SVN-Rev: 26384
|
2009-07-19 03:30:55 +00:00 |
|
Mark Davis
|
7483f806ff
|
ICU-6824 Fix minor items in map and iteration with null values
X-SVN-Rev: 26383
|
2009-07-19 03:30:17 +00:00 |
|
Markus Scherer
|
078e401f7b
|
ICU-6945 merge into trunk: changes for .res formatVersion 2 (#6945) and quick fix for race in using UResourceBundle.addToCache() (#7054), from -r 26334:26353 icu4j/branches/markus/smallres2
X-SVN-Rev: 26376
|
2009-07-17 23:17:34 +00:00 |
|
Yoshito Umaoka
|
0765ac6b97
|
ICU-7027 Update build.xml to create icu4j.jar including collate and translit.
X-SVN-Rev: 26372
|
2009-07-17 21:56:40 +00:00 |
|
Yoshito Umaoka
|
48ce6bad7b
|
ICU-7036 Remove package.html from collate sub directory.
X-SVN-Rev: 26371
|
2009-07-17 21:55:09 +00:00 |
|
Yoshito Umaoka
|
e3e6e8de73
|
ICU-6635 Update BCP47 support code with OpenJDK LE work copy.
X-SVN-Rev: 26370
|
2009-07-17 19:59:23 +00:00 |
|
Jason Spieth
|
cdd3d8072a
|
ICU-6708 Static caching of NumberingSystem object instances in NumberFormat, J implementation
X-SVN-Rev: 26365
|
2009-07-17 14:35:02 +00:00 |
|
Yoshito Umaoka
|
ef4ff08f67
|
ICU-7027 Copy the test data conversion.res into charset-tests properly.
X-SVN-Rev: 26344
|
2009-07-15 21:22:03 +00:00 |
|
John Vu
|
23e9fb042f
|
ICU-6958 Increased code coverage by working with DictionaryBasedBreakIterator. Latest results at: http://www.icu-project.org/~johnvu/icu4j
X-SVN-Rev: 26319
|
2009-07-14 16:37:53 +00:00 |
|
John Vu
|
1430cc93d2
|
ICU-6958 Added CLOVER:OFF for portions that test code can't touch and also increased code coverage.
X-SVN-Rev: 26318
|
2009-07-13 23:02:23 +00:00 |
|
John Vu
|
d87079d337
|
ICU-6958 Increased code coverage for com.ibm.icu.text and added necessary CLOVER statements.
X-SVN-Rev: 26312
|
2009-07-13 21:05:21 +00:00 |
|
John Vu
|
97f7f28ea6
|
ICU-6958 Increased code coverage for com.ibm.icu.text.
X-SVN-Rev: 26310
|
2009-07-13 19:09:28 +00:00 |
|
John Vu
|
82f5cda478
|
ICU-6958 Fixed a problem from earlier change. Increased code coverage.
X-SVN-Rev: 26306
|
2009-07-13 05:46:47 +00:00 |
|
Mark Davis
|
6572d24560
|
ICU-6824 fixed some details
X-SVN-Rev: 26303
|
2009-07-12 04:49:11 +00:00 |
|
Mark Davis
|
84893a2996
|
ICU-6824 Got a start on merging the CLDR variants, with UnicodeMap.
X-SVN-Rev: 26302
|
2009-07-11 07:55:47 +00:00 |
|
John Vu
|
dc0e83c78a
|
ICU-6958 Increased code coverage of com.ibm.icu.text. Latest results at www.icu-project.org/~johnvu/icu4j.
X-SVN-Rev: 26295
|
2009-07-10 23:00:30 +00:00 |
|
John Vu
|
c3c2214b30
|
ICU-6958 Increased code coverage to com.ibm.icu.text.
X-SVN-Rev: 26294
|
2009-07-10 21:28:00 +00:00 |
|
Doug Felt
|
341b37817b
|
ICU-7051 temporarily disable GlobalizationPreferencesTest.TestResourceBundle
X-SVN-Rev: 26292
|
2009-07-10 20:06:10 +00:00 |
|
Yoshito Umaoka
|
709e92c2e8
|
ICU-6916 Changed language tag casing compatible with BCP47
X-SVN-Rev: 26291
|
2009-07-10 19:49:41 +00:00 |
|
Doug Felt
|
5cc1ad6d31
|
ICU-7051 move resources/data directory from collate to core
X-SVN-Rev: 26290
|
2009-07-10 19:46:18 +00:00 |
|
Doug Felt
|
a26afd4a6c
|
ICU-7051 rename, prep for moving the data/resources back to core. easier in svn to move to collate first to join its siblings before moving back
X-SVN-Rev: 26287
|
2009-07-10 18:49:18 +00:00 |
|
John Vu
|
0a65a856cb
|
ICU-6958 Increased code coverage for com.ibm.icu.text specifically for RBNFChinesePostProcessor.
X-SVN-Rev: 26286
|
2009-07-10 18:08:46 +00:00 |
|
Yoshito Umaoka
|
b2c854578c
|
ICU-7044 Fixed some build problems introduced by the previous change
X-SVN-Rev: 26285
|
2009-07-10 15:05:24 +00:00 |
|
Mark Davis
|
40282fdd6a
|
ICU-7033 added constructor, test
X-SVN-Rev: 26281
|
2009-07-10 00:12:59 +00:00 |
|
Doug Felt
|
a25960797a
|
ICU-7044 merge translit modularization into trunk
X-SVN-Rev: 26280
|
2009-07-09 23:49:42 +00:00 |
|
Mark Davis
|
6bcaf05997
|
ICU-6810 Fixed generics, added iteration, collection utilities
X-SVN-Rev: 26277
|
2009-07-09 22:38:22 +00:00 |
|
John Vu
|
623b0548ca
|
ICU-6958 Fixed a bug within a test case and increased code coverage for com.ibm.icu.text.
X-SVN-Rev: 26274
|
2009-07-09 22:08:54 +00:00 |
|
Michael Ow
|
7f95e441c1
|
ICU-7036 Add collate-tests to tests target.
X-SVN-Rev: 26271
|
2009-07-09 21:09:15 +00:00 |
|
John Vu
|
19b38e4fea
|
ICU-6958 Increased code coverage for com.ibm.icu.text.
X-SVN-Rev: 26269
|
2009-07-09 20:55:18 +00:00 |
|
John Vu
|
2a5f342a6a
|
ICU-6958 Increase code coverage by targeting RBNFChinesePostProcessor.java.
X-SVN-Rev: 26260
|
2009-07-09 15:25:55 +00:00 |
|
Doug Felt
|
c9ad7a0d94
|
ICU-7040 fix null pointer exception when data is not present
X-SVN-Rev: 26253
|
2009-07-09 01:06:41 +00:00 |
|
John Vu
|
7f9f81eed4
|
ICU-6958 Increased code coverage for com.ibm.icu.text.
X-SVN-Rev: 26251
|
2009-07-08 23:01:22 +00:00 |
|
Doug Felt
|
9962ed3738
|
ICU-7040 provide default lenient scanner implementation by reflection
X-SVN-Rev: 26249
|
2009-07-08 21:10:55 +00:00 |
|
Yoshito Umaoka
|
d9f5c81efb
|
ICU-7036 Fixed codeCoverage target problem introduced by collation module separation.
X-SVN-Rev: 26248
|
2009-07-08 21:00:42 +00:00 |
|
John Vu
|
f6d15aad34
|
ICU-6958 Removed "!". Logic error.
X-SVN-Rev: 26246
|
2009-07-08 18:39:25 +00:00 |
|
John Vu
|
77bb7b81a6
|
ICU-6958 Fixed an error that Yoshito pointed out concerning the use of .equals(). Increased code coverage.
X-SVN-Rev: 26245
|
2009-07-08 18:13:42 +00:00 |
|
Yoshito Umaoka
|
127f55f00a
|
ICU-7036 Several minor corrections, eclipse project files modifications and etc.
X-SVN-Rev: 26244
|
2009-07-08 18:12:00 +00:00 |
|
John Vu
|
e5a9021336
|
ICU-6958 Increased code coverage for com.ibm.icu.text. Latest results at www.icu-project.org/~johnvu/icu4j.
X-SVN-Rev: 26242
|
2009-07-08 16:34:51 +00:00 |
|
Doug Felt
|
3575ca859d
|
ICU-7036 Reapply late change to moved file
X-SVN-Rev: 26238
|
2009-07-07 21:30:03 +00:00 |
|
Doug Felt
|
ec1316b16b
|
ICU-7036 merge from dougfelt/collate -r 26185:26230
X-SVN-Rev: 26237
|
2009-07-07 19:24:00 +00:00 |
|
Yoshito Umaoka
|
d92683f797
|
ICU-7005 Update ICU4J version to 4.3.1
X-SVN-Rev: 26234
|
2009-07-07 16:52:40 +00:00 |
|
John Vu
|
89557b346d
|
ICU-6958 Removed wildcards "*" as requested Yoshito. Sorry everyone, learned something new today. Thanks Yoshito.
X-SVN-Rev: 26233
|
2009-07-07 16:45:50 +00:00 |
|
John Vu
|
bbcf8411d9
|
ICU-6958 Increased code coverage for com.ibm.icu.text especially adding test cases in DecompressionTest, DateIntervalFormatTest, BreakIteratorTest, and SearchTest.
X-SVN-Rev: 26232
|
2009-07-07 16:30:09 +00:00 |
|
John Vu
|
9fa22ec833
|
ICU-6956 Increased code coverage for UCharacter.java and added "CLOVER:OFF" for areas that can not be absolutely tested.
X-SVN-Rev: 26229
|
2009-07-06 20:33:47 +00:00 |
|
John Vu
|
84fe2f8147
|
ICU-6958 Increased code coverage for com.ibm.icu.text.NumberFormat.
X-SVN-Rev: 26228
|
2009-07-06 20:00:47 +00:00 |
|
John Vu
|
73860fffcd
|
ICU-6958 Committing files before July 4 weekend. Increased code coverage in various areas of com.ibm.icu.text. See results at icu-project.org/~johnvu
X-SVN-Rev: 26225
|
2009-07-03 02:47:09 +00:00 |
|
John Vu
|
47e71f0974
|
ICU-6956 Increased code coverage after learning how to write up surrogates into the Java program.
X-SVN-Rev: 26222
|
2009-07-02 21:40:50 +00:00 |
|
Yoshito Umaoka
|
4b128ed816
|
ICU-7027 Remove unused properties including host specific file path from external tool launch configuration used for ant build in eclipse projects.
X-SVN-Rev: 26220
|
2009-07-02 19:11:06 +00:00 |
|
Michael Ow
|
ef8d34545a
|
ICU-6091 Remove accidentally commited eclipse project files.
X-SVN-Rev: 26218
|
2009-07-01 19:44:21 +00:00 |
|
Michael Ow
|
150ef590bc
|
ICU-6091 Allow the user to set the heap size when running the ICU4J test suite by setting the environment variable JVM_OPTIONS.
X-SVN-Rev: 26217
|
2009-07-01 19:40:39 +00:00 |
|
John Vu
|
ad76fc1b2e
|
ICU-6956 Removed some comments and documentation to keep existing code from before.
X-SVN-Rev: 26211
|
2009-06-30 21:01:58 +00:00 |
|
John Vu
|
358af8bdac
|
ICU-6956 Increased code coverage to about 93.7%. Ready for review.
X-SVN-Rev: 26208
|
2009-06-30 16:28:03 +00:00 |
|
Michael Ow
|
5c1ddc6006
|
ICU-6955 Add test case for illegal SI/SO source.
X-SVN-Rev: 26198
|
2009-06-29 19:50:35 +00:00 |
|
Michael Ow
|
23b175e17f
|
ICU-6955 Add more test case for various mbcs situations.
X-SVN-Rev: 26195
|
2009-06-29 17:38:15 +00:00 |
|
Michael Ow
|
737d833448
|
ICU-6955 Fix potential error in mbcs and add more code coverage test cases.
X-SVN-Rev: 26194
|
2009-06-29 03:57:23 +00:00 |
|
Michael Ow
|
f6536b3ed4
|
ICU-6956 Comment out TestGetName in UCharacterTest.
X-SVN-Rev: 26193
|
2009-06-29 03:49:42 +00:00 |
|
John Vu
|
a9a00778a8
|
ICU-6956 Increased code coverage. Still working on a few more methods. Checking in files for the night.
X-SVN-Rev: 26191
|
2009-06-26 22:56:02 +00:00 |
|
John Emmons
|
b59033f4a2
|
ICU-6979 Update CLDR version to 1.7.1
X-SVN-Rev: 26176
|
2009-06-26 14:37:11 +00:00 |
|
John Vu
|
ed64ccd132
|
ICU-6956 Increased test coverage and committing for the night so that Michael Ow can create a report tomorrow morning.
X-SVN-Rev: 26175
|
2009-06-26 04:02:59 +00:00 |
|
Michael Ow
|
be8d59f4c9
|
ICU-6955 Remove accidental debugging line.
X-SVN-Rev: 26171
|
2009-06-25 17:28:22 +00:00 |
|
Michael Ow
|
ad93f8cd75
|
ICU-6955 Update test converter and add test cases.
X-SVN-Rev: 26170
|
2009-06-25 16:01:31 +00:00 |
|
Yoshito Umaoka
|
72412e9b75
|
ICU-6990 tzdata2009j to ICU4J
X-SVN-Rev: 26165
|
2009-06-25 04:04:28 +00:00 |
|
Michael Ow
|
4b5bf7300d
|
ICU-6955 Fix TestConversion test in ICU4J to increment target only if there is an overflow. add more code coverage test case for MBCS.
X-SVN-Rev: 26161
|
2009-06-24 23:01:17 +00:00 |
|
Jason Spieth
|
b83aa67d3b
|
ICU-6379 More efficient handleGetMonthLength method for CECalendar
X-SVN-Rev: 26159
|
2009-06-24 21:40:58 +00:00 |
|
Michael Ow
|
9e39b57bf1
|
ICU-6955 Update charset test for better code coverage for MBCS.
X-SVN-Rev: 26156
|
2009-06-24 18:54:36 +00:00 |
|
Yoshito Umaoka
|
77015374a6
|
ICU-7017 Workaround for TimeZone#setRawOffset problem with Asia/Dhaka in tzdata2009i. Because there is no future standard time rule is set for Asia/Dhaka, the zone stays in DST forever. TimeZone#setRawOffset did not expect such irregular rule before.
X-SVN-Rev: 26155
|
2009-06-24 04:22:13 +00:00 |
|
Yoshito Umaoka
|
6e5aa7bbd6
|
ICU-7008 Skip testing Asia/Amman in VTimeZone round trip test for now.
X-SVN-Rev: 26154
|
2009-06-24 03:28:14 +00:00 |
|
Michael Ow
|
771dda07f2
|
ICU-6955 Add new test code page and test cases.
X-SVN-Rev: 26148
|
2009-06-23 21:15:32 +00:00 |
|
John Vu
|
076f16ad5c
|
ICU-6968 Moved getCLDRVersion to LocaleData
X-SVN-Rev: 26146
|
2009-06-23 20:26:25 +00:00 |
|
Yoshito Umaoka
|
22ca909a67
|
ICU-7014 Allow start time to be 24:00 in ICU4J SimpleTimeZone.
X-SVN-Rev: 26145
|
2009-06-23 20:01:39 +00:00 |
|
John Emmons
|
5e77173022
|
ICU-6979 Integrate CLDR 1.7.1
X-SVN-Rev: 26141
|
2009-06-23 06:14:20 +00:00 |
|
Michael Ow
|
9dcb89e824
|
ICU-6955 Remove duplicate code in CharsetMBCS add test case for SCSU.
X-SVN-Rev: 26139
|
2009-06-22 19:37:57 +00:00 |
|
Michael Ow
|
905834ecca
|
ICU-6955 Fix CharsetSCSU error and add test case.
X-SVN-Rev: 26137
|
2009-06-21 18:46:42 +00:00 |
|
Michael Ow
|
283c484852
|
ICU-6955 Update code coverage test for SCSU and BOCU.
X-SVN-Rev: 26136
|
2009-06-21 06:55:31 +00:00 |
|
Michael Ow
|
8e2c79480a
|
ICU-6955 Add test for LMBCS.
X-SVN-Rev: 26134
|
2009-06-19 23:12:47 +00:00 |
|
Michael Ow
|
1be173845b
|
ICU-6955 Improve code coverage for charset SCSU. Fix some errors in CharsetSCSU.
X-SVN-Rev: 26133
|
2009-06-19 19:20:55 +00:00 |
|
Yoshito Umaoka
|
34beeaddfc
|
ICU-6951 Fixed secureCheck issues
X-SVN-Rev: 26131
|
2009-06-18 22:29:33 +00:00 |
|
Yoshito Umaoka
|
793788bbe0
|
ICU-6951 Removed code depending on old directory structure in TestUtil.
X-SVN-Rev: 26130
|
2009-06-18 21:37:23 +00:00 |
|
Yoshito Umaoka
|
da0a7c344f
|
ICU-6951 Clover code coverage target
X-SVN-Rev: 26129
|
2009-06-18 05:39:11 +00:00 |
|
Michael Ow
|
685da47d1a
|
ICU-6955 Fix BOCU-1 logical errors and add test case.
X-SVN-Rev: 26128
|
2009-06-17 22:11:57 +00:00 |
|
Yoshito Umaoka
|
6113fea805
|
ICU-6951 Updated eclipse IDE setting for new class file also for non-main projects
X-SVN-Rev: 26126
|
2009-06-17 15:45:56 +00:00 |
|
Yoshito Umaoka
|
5f5e5f8855
|
ICU-6951 Added missing copyright comment in TestAllCore.java. Updated eclipse IDE setting for new class file to add the default copyright comment.
X-SVN-Rev: 26125
|
2009-06-17 15:34:35 +00:00 |
|
Yoshito Umaoka
|
c067e9835d
|
ICU-6951 Modular build targets
X-SVN-Rev: 26124
|
2009-06-17 05:47:05 +00:00 |
|
Andy Heninger
|
9f48e1a767
|
ICU-6926 set svn properties
X-SVN-Rev: 26123
|
2009-06-16 23:48:52 +00:00 |
|
Yoshito Umaoka
|
fb6a056259
|
ICU-6448 Moving ICU4J richedit to icuapps.
X-SVN-Rev: 26122
|
2009-06-16 23:15:01 +00:00 |
|
Yoshito Umaoka
|
07b0822b13
|
ICU-6951 Added and isolated richedit build scripts.
X-SVN-Rev: 26121
|
2009-06-16 23:08:10 +00:00 |
|
Yoshito Umaoka
|
4149369dac
|
ICU-6951 Fixed remaining compiler warnings.
X-SVN-Rev: 26120
|
2009-06-16 18:12:04 +00:00 |
|
Yoshito Umaoka
|
711d6680a9
|
ICU-6448 Moving ICU TZU from icu4j repository to data repository.
X-SVN-Rev: 26118
|
2009-06-16 18:01:54 +00:00 |
|
Yoshito Umaoka
|
15d88addbf
|
ICU-6952 Removed the code mangler tags
X-SVN-Rev: 26117
|
2009-06-16 17:40:00 +00:00 |
|
Yoshito Umaoka
|
5e56d5c9b7
|
ICU-6951 Added localespiCheck and xliff targets
X-SVN-Rev: 26115
|
2009-06-16 15:47:21 +00:00 |
|
Yoshito Umaoka
|
a96f4fd0e3
|
ICU-6951 Hand merged change set 26075, 26077 and 26106 which were blew up by svn merge.
X-SVN-Rev: 26114
|
2009-06-16 06:10:29 +00:00 |
|
Yoshito Umaoka
|
d1fbb5737e
|
ICU-6951 Merging ICU4J new source layout changes to trunk
X-SVN-Rev: 26111
|
2009-06-16 05:52:23 +00:00 |
|
Michael Ow
|
d2f72ce37e
|
ICU-6955 Update testdata.jar with new BOCU-1 test cases.
X-SVN-Rev: 26106
|
2009-06-15 21:28:43 +00:00 |
|
Michael Ow
|
899fe12ec8
|
ICU-6958 Turn on IndexCharacters test.
X-SVN-Rev: 26077
|
2009-06-08 22:00:47 +00:00 |
|
Michael Ow
|
bbdb417578
|
ICU-6958 Remove BreakDictionary from public view. Add test in RBBITest for better code coverage of DictionaryBasedBreakIterator.
X-SVN-Rev: 26075
|
2009-06-08 20:18:17 +00:00 |
|
Michael Ow
|
9464374e96
|
ICU-6955 Update encodingCount.
X-SVN-Rev: 26070
|
2009-06-05 21:23:26 +00:00 |
|
Michael Ow
|
49168d16c3
|
ICU-6955 Increase code coverage for CharsetICU and CharsetProvider ICU. Port over test cases from C to Java for CharsetSCSU.
X-SVN-Rev: 26069
|
2009-06-05 19:13:41 +00:00 |
|
Yoshito Umaoka
|
158cee9f57
|
ICU-6951 Merging generics support changes from the work branch.
X-SVN-Rev: 26059
|
2009-06-03 03:53:47 +00:00 |
|
Michael Ow
|
88cdec2631
|
ICU-6653 Add check for start greater than limit to avoid out of bound exception.
X-SVN-Rev: 26035
|
2009-05-22 19:03:09 +00:00 |
|
Yoshito Umaoka
|
5e1984432c
|
ICU-6952 Fix one error in the previous submission.
X-SVN-Rev: 26027
|
2009-05-20 17:02:25 +00:00 |
|
Yoshito Umaoka
|
0c061f5b4c
|
ICU-6952 Removed most of conditional compilation sources for old Java versions.
X-SVN-Rev: 26026
|
2009-05-20 16:41:12 +00:00 |
|
Yoshito Umaoka
|
78e0e98e34
|
ICU-6918 Fixed a compiler warning - local variable hiding a field.
X-SVN-Rev: 26024
|
2009-05-20 02:51:25 +00:00 |
|
John Emmons
|
ad4b57eac0
|
ICU-6918 Add arg to DateNumberFormat constructor
X-SVN-Rev: 26004
|
2009-05-13 16:23:58 +00:00 |
|
John Emmons
|
1ca61647e7
|
ICU-6918 Make date formatting honor @numbers keyword
X-SVN-Rev: 26000
|
2009-05-11 20:19:05 +00:00 |
|
Mark Davis
|
a19dd4910a
|
ICU-6794 forgot a small checkin. Can handle otherwise if John needs to retract.
X-SVN-Rev: 25991
|
2009-05-07 15:50:40 +00:00 |
|
John Emmons
|
d1a7b2ce1e
|
ICU-6909 Merge country/language data changes
X-SVN-Rev: 25984
|
2009-05-04 22:42:35 +00:00 |
|
John Emmons
|
f0ee7cd65f
|
ICU-6908 Add missing Malayalam 5
X-SVN-Rev: 25979
|
2009-05-02 03:03:52 +00:00 |
|
Yoshito Umaoka
|
5c15722121
|
ICU-6896 Workaround to allow parsing of spellout in Arabic, Hebrew and Maltese. Equivalent to c25971 in C.
X-SVN-Rev: 25972
|
2009-05-01 20:35:37 +00:00 |
|
Yoshito Umaoka
|
30faf3d439
|
ICU-6867 Updated readme files.
X-SVN-Rev: 25968
|
2009-05-01 04:20:46 +00:00 |
|
John Emmons
|
4e093233b0
|
ICU-6900 Updated root.txt to fix alias problems
X-SVN-Rev: 25963
|
2009-04-30 20:00:43 +00:00 |
|
Yoshito Umaoka
|
1ea42c90b1
|
ICU-6896 Temporary workaround for RBNF crash problem for 4.2 release. Disabled RBNF spellout parse for some locales.
X-SVN-Rev: 25955
|
2009-04-30 07:15:27 +00:00 |
|
Michael Ow
|
005ee80aa8
|
ICU-6893 The match result should be checked against the length which is limit - pos.
X-SVN-Rev: 25945
|
2009-04-29 00:37:05 +00:00 |
|
John Emmons
|
0436772003
|
ICU-6892 backout pa_IN as valid sublocale for collation
X-SVN-Rev: 25943
|
2009-04-28 23:11:55 +00:00 |
|
Yoshito Umaoka
|
311af870b6
|
ICU-6891 Remove ee.foundation.jar from the source package. The jar file is no longer used for the Eclipse plug-in build.
X-SVN-Rev: 25941
|
2009-04-28 20:33:00 +00:00 |
|
Yoshito Umaoka
|
6b4dc8a0ee
|
ICU-6867 Updated API change report for 4.2d01
X-SVN-Rev: 25933
|
2009-04-28 07:21:38 +00:00 |
|
Yoshito Umaoka
|
deb1daa5d9
|
ICU-6867 Fixed Java doc warnings.
X-SVN-Rev: 25932
|
2009-04-28 07:13:55 +00:00 |
|
Yoshito Umaoka
|
2434db9a70
|
ICU-6880 Made the equivalent fix done for ICU4C. Fixed the problem for parsing localized GMT format with an offset pattern without delimitter characters.
X-SVN-Rev: 25930
|
2009-04-28 06:40:45 +00:00 |
|
Yoshito Umaoka
|
a0188a1abc
|
ICU-6415 ICU4J timezone 2009g
X-SVN-Rev: 25926
|
2009-04-27 22:19:51 +00:00 |
|
Yoshito Umaoka
|
94902cde35
|
ICU-6801 Fix Java 1.3/1.4 compilation problem in the test code. StringBuilder -> StringBuffer.
X-SVN-Rev: 25925
|
2009-04-27 22:02:07 +00:00 |
|
Peter Edberg
|
4317d4fd4d
|
ICU-6801 (J) Add BreakIterator tests for tailored locales
X-SVN-Rev: 25922
|
2009-04-27 08:38:39 +00:00 |
|
Yoshito Umaoka
|
c480d63da5
|
ICU-6809 Copy langtagRegex.txt to the classes directory in transliterator module test target to fix transliterator module test failure.
X-SVN-Rev: 25920
|
2009-04-26 23:08:49 +00:00 |
|
Yoshito Umaoka
|
2dafbbecb8
|
ICU-6867 Updated readme.html for 4.2d01.
X-SVN-Rev: 25919
|
2009-04-25 21:33:06 +00:00 |
|
Yoshito Umaoka
|
0db7c7749b
|
ICU-6839 Removed a debug statement in RbnfTest.java in the previous revision.
X-SVN-Rev: 25918
|
2009-04-25 21:02:37 +00:00 |
|
Yoshito Umaoka
|
d850c18514
|
ICU-6839 Included locale ga from RBNF parse test exclusion list because of test failure. Updated the exclusion list to have only failing locales.
X-SVN-Rev: 25917
|
2009-04-25 21:00:07 +00:00 |
|
Yoshito Umaoka
|
ab8238997e
|
ICU-5809 Skip verifying the transform result in TestHangul2 on Java 1.3, because of the lack of regex support.
X-SVN-Rev: 25916
|
2009-04-25 20:18:26 +00:00 |
|
Yoshito Umaoka
|
c6f152fb59
|
ICU-6648 Resolved Eclipse IDE warnings introduced by the previous changes.
X-SVN-Rev: 25915
|
2009-04-25 19:53:05 +00:00 |
|
Jason Spieth
|
bfb6fdfefd
|
ICU-6648 Allow leading zeroes with strict parsing only when zeroes are forced by the pattern
X-SVN-Rev: 25914
|
2009-04-25 19:25:55 +00:00 |
|
Mark Davis
|
a663ab65c8
|
ICU-6864 added tests for newest items
X-SVN-Rev: 25913
|
2009-04-25 16:41:53 +00:00 |
|
Yoshito Umaoka
|
d925a8c579
|
ICU-6878 Lazy loading localized time zone data in ZoneStringFormat to optimize initialization performance.
X-SVN-Rev: 25912
|
2009-04-25 07:05:59 +00:00 |
|
Yoshito Umaoka
|
2e66eafe83
|
ICU-4200 Removed unused import statement in the previous change.
X-SVN-Rev: 25911
|
2009-04-25 03:39:31 +00:00 |
|
Peter Edberg
|
cb5d4d93ef
|
ICU-6702 handle FieldPosition in format
X-SVN-Rev: 25910
|
2009-04-25 00:01:12 +00:00 |
|
Yoshito Umaoka
|
fe7d64b5b5
|
ICU-6792 ICU TimeZoneNameProvider returns proper values, but JRE does not pick the names returned by the ICU provider only for locale eu for some reasons. I concluded this is a Java problem and updated the test code to skip returning the error for locale eu.
X-SVN-Rev: 25908
|
2009-04-24 21:50:16 +00:00 |
|
John Emmons
|
d9c7439570
|
ICU-6839 CLDR 1.7 integration - release-1-7-d02
X-SVN-Rev: 25907
|
2009-04-24 20:37:41 +00:00 |
|
Mark Davis
|
e9478b7207
|
ICU-5809 decreased testing time for Hangul, while maintaining coverage. A special prop flag reenables exhaustive, if needed.
X-SVN-Rev: 25905
|
2009-04-24 18:55:05 +00:00 |
|
Yoshito Umaoka
|
9988ef9072
|
ICU-6854 Fixed JDK1.3 build errors.
X-SVN-Rev: 25904
|
2009-04-24 16:22:40 +00:00 |
|
Yoshito Umaoka
|
09a43f9208
|
ICU-5400 Removed unnecessary conditional compilation comment header string introduced by the previouse change.
X-SVN-Rev: 25903
|
2009-04-24 16:21:12 +00:00 |
|
Peter Edberg
|
b06cd67ca0
|
ICU-6585 c-cc should use local day of week; implement eee-eeeee
X-SVN-Rev: 25902
|
2009-04-24 07:55:43 +00:00 |
|
Yoshito Umaoka
|
365553cb0d
|
ICU-6775 Fixed 2 issues which makes ICU4J Collator to generate incompatible collation keys with ICU4C.
X-SVN-Rev: 25901
|
2009-04-24 05:42:29 +00:00 |
|
Peter Edberg
|
4f6801ce4e
|
ICU-6748 fix ceToJD and add corresponding tests
X-SVN-Rev: 25900
|
2009-04-24 04:57:18 +00:00 |
|
Doug Felt
|
c007917920
|
ICU-5400 fix character range (for Markus)
X-SVN-Rev: 25898
|
2009-04-24 00:07:54 +00:00 |
|
Yoshito Umaoka
|
6dfdd35be6
|
ICU-6736 Fixed test regression issues introduced by DecimalFormatSymbols.equals
X-SVN-Rev: 25896
|
2009-04-23 19:52:12 +00:00 |
|
Mark Davis
|
592f299334
|
ICU-6854 changed so that initCause doesn't cause problem with JDK 1.3
X-SVN-Rev: 25895
|
2009-04-23 16:54:06 +00:00 |
|
Mark Davis
|
1966cf2a0a
|
ICU-6854 changed so that initCause doesn't cause problem with JDK 1.3
X-SVN-Rev: 25894
|
2009-04-23 16:52:06 +00:00 |
|
Mark Davis
|
28d5468b31
|
ICU-4200 decreased testing time
X-SVN-Rev: 25893
|
2009-04-23 16:41:30 +00:00 |
|
Yoshito Umaoka
|
6e6b2ea466
|
ICU-6736 Resolved Eclipse IDE warnings introduced by the previous check-in.
X-SVN-Rev: 25891
|
2009-04-23 07:35:26 +00:00 |
|
Yoshito Umaoka
|
7eef9834f6
|
ICU-6864 Fixed a constructor bug.
X-SVN-Rev: 25890
|
2009-04-23 07:29:10 +00:00 |
|
Yoshito Umaoka
|
9caf8ccf08
|
ICU-6411 Updated Eclipse IDE setting to change Array member indent and format profile name.
X-SVN-Rev: 25889
|
2009-04-23 07:23:24 +00:00 |
|
Yoshito Umaoka
|
9baccfcac1
|
ICU-6534 Minor update in the test case to make it more compatible with corresponding C test case.
X-SVN-Rev: 25888
|
2009-04-23 07:13:04 +00:00 |
|
Yoshito Umaoka
|
1d7aa08756
|
ICU-6534 Fixed RBNF lenient parse crash problem with some locales, such as nl_NL, be.
X-SVN-Rev: 25883
|
2009-04-23 05:44:17 +00:00 |
|
Claire Ho
|
1c326702cc
|
ICU-6736 Suppor CLDR 1.7 data - CurrencySpacing.
X-SVN-Rev: 25875
|
2009-04-23 01:24:57 +00:00 |
|
Shaopeng Jia
|
4246be377d
|
ICU-6604 Porting the latest change of PropsVectors from C side
X-SVN-Rev: 25865
|
2009-04-22 18:20:22 +00:00 |
|
Claire Ho
|
336302eb43
|
ICU-5884 Update DateTimePatternGenerator for new CLDR letters: q and V.
X-SVN-Rev: 25864
|
2009-04-22 17:10:39 +00:00 |
|
Yoshito Umaoka
|
f3f989773d
|
ICU-6867 Updated Unicode license file to the latest one.
X-SVN-Rev: 25854
|
2009-04-21 16:48:34 +00:00 |
|
Yoshito Umaoka
|
45b1476974
|
ICU-6434 Ported ICU4C test cases to ICU4J. Fixed various bugs. extlang support.
X-SVN-Rev: 25852
|
2009-04-21 06:07:27 +00:00 |
|
Mark Davis
|
f24cbf6d6b
|
ICU-6864 added tests for newest items
X-SVN-Rev: 25850
|
2009-04-21 01:13:59 +00:00 |
|
Yoshito Umaoka
|
82e6611b79
|
ICU-6491 Cosmetic updates in TimeZone API doc corresponding to the ICU4C doc changes.
X-SVN-Rev: 25848
|
2009-04-20 21:08:23 +00:00 |
|
Yoshito Umaoka
|
b480173cab
|
ICU-6689 Updated isWhitespace to return true for FIGURE SPACE (U+2007).
X-SVN-Rev: 25846
|
2009-04-20 20:08:08 +00:00 |
|
Mark Davis
|
d555b5f267
|
ICU-6864 make basic changes (hack for now until we have more time to do a good fix). Added tests for the problem. Also refactored some of the tests to make debugging easier.
X-SVN-Rev: 25845
|
2009-04-20 19:59:57 +00:00 |
|