Commit Graph

22371 Commits

Author SHA1 Message Date
Steven R. Loomis
64835de257 ICU-7353 docs fixup
X-SVN-Rev: 27339
2010-01-19 23:39:42 +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
Michael Ow
9545323616 ICU-7304 Fix line feed and svn property.
X-SVN-Rev: 27329
2010-01-19 19:25:25 +00:00
Michael Ow
855bd6cf17 ICU-7305 Fix svn property setting.
X-SVN-Rev: 27328
2010-01-19 19:24:55 +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
Markus Scherer
c82f884457 ICU-7273 small simplification, and avoid compiler warnings from getNorm16FromBMP() like >>comparison is always true due to limited range of data type<<
X-SVN-Rev: 27326
2010-01-19 19:19:06 +00:00
Markus Scherer
800a8a951c ICU-7035 add nofallback flag to testtypes.txt so that future builds of old-version .res files and renaming to old_*_testtypes.res do not cause icupkg to complain about a missing old_* parent bundle
X-SVN-Rev: 27325
2010-01-19 18:37:13 +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
20d7428aec ICU-6990 Merging tzdata2010a to the ICU4C trunk.
X-SVN-Rev: 27323
2010-01-19 08:13:35 +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
f18b27efe7 ICU-7273 The pre-built version of unorm.icu is used by ICU4J, but the version in the ICU4C repository (source/data/in/unorm.icu) does not work well. Replacing the version with the one taken from icudata.jar in the ICU4J trunk.
X-SVN-Rev: 27319
2010-01-19 06:36:21 +00:00
Yoshito Umaoka
1618de964f ICU-7035 Fixed ICU4J testdata.jar build problem. *_testtypes.res must have nofallback flag set.
X-SVN-Rev: 27318
2010-01-19 03:31:04 +00:00
Yoshito Umaoka
0ded379793 ICU-7304 Update the timebomb in VTimeZone round trip test cases. We'll revisit #7008 after ICU 4.4 release.
X-SVN-Rev: 27317
2010-01-18 21:37:52 +00:00
Yoshito Umaoka
d8317ab3a6 ICU-3931 Explicitly cast integer literals to int32_t. Formattable constructor can take both int32_t and int64_t, and Cygwin/gcc complains the test case code is ambiguous.
X-SVN-Rev: 27316
2010-01-18 21:07:52 +00:00
Markus Scherer
97c36a876c ICU-7247 add LocalUNormalizer2Pointer and LocalULocaleDisplayNamesPointer
X-SVN-Rev: 27315
2010-01-18 21:06:15 +00:00
Markus Scherer
aa51a8688c ICU-7342 another attempt at fixing ULocaleDisplayNames constness
X-SVN-Rev: 27314
2010-01-18 20:15:34 +00:00
Markus Scherer
af4e02045c ICU-7273 reduce compiler warnings
X-SVN-Rev: 27313
2010-01-18 19:50:40 +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
Steven R. Loomis
f38f2c1036 ICU-3931 platform fix (solaris)
X-SVN-Rev: 27308
2010-01-17 09:44:17 +00:00
Steven R. Loomis
1a95ebddad ICU-3931 add selfmts.cpp
X-SVN-Rev: 27307
2010-01-17 09:22:31 +00:00
Yoshito Umaoka
1c67e7b566 ICU-3931 Removed unused import statements.
X-SVN-Rev: 27306
2010-01-17 08:27:17 +00:00
Steven R. Loomis
514251a29c ICU-7342 fix uldnames api issues again
X-SVN-Rev: 27305
2010-01-17 01:46:09 +00:00
Peter Edberg
ccfd885876 ICU-7322 Get rid of friend declaration for internal plain-C comparotor functions
X-SVN-Rev: 27304
2010-01-16 19:59:59 +00:00
Steven R. Loomis
d2a13341b1 ICU-7351 remove ^G in datefmt.h
X-SVN-Rev: 27303
2010-01-16 19:12:52 +00:00
Markus Scherer
227379ff6b ICU-7273 no U_NAMESPACE_BEGIN for unorm2 C API
X-SVN-Rev: 27302
2010-01-16 19:02:32 +00:00
Markus Scherer
6580c6e7b5 ICU-7342 fix uldnames C API issues
X-SVN-Rev: 27301
2010-01-16 19:01:03 +00:00
Markus Scherer
9349cd081e ICU-3931 add selfmt.* files to Windows project file
X-SVN-Rev: 27300
2010-01-16 18:59:11 +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
Markus Scherer
7c524feb82 ICU-7314 remove support for CNS 11643 planes 3..7 (ISO-2022-CN-EXT)
X-SVN-Rev: 27295
2010-01-16 06:37:14 +00:00
Markus Scherer
0a48da9893 ICU-7035 stop support for ICU resource bundle formatVersion 1.0 [predates ICU 2.8] in swapper code
X-SVN-Rev: 27294
2010-01-16 05:15:30 +00:00
Kirti Velankar
0e375461b0 ICU-3931 Merge into trunk from branch kirtig -Added SelectFormat
X-SVN-Rev: 27293
2010-01-16 03:07:18 +00:00
Peter Edberg
8e57ee7bac ICU-2223 Port weekend APIs from ICU4J to C,C++ (dummy implementation for now)
X-SVN-Rev: 27292
2010-01-15 23:38:12 +00:00
Markus Scherer
285259186d ICU-7350 remove test for old udata_setCommonData() semantics; it now allows setting multiple packages and checks for duplicates
X-SVN-Rev: 27290
2010-01-15 22:48:17 +00:00
Andy Heninger
a31448aab8 ICU-5193 API additions for big decimal formatting. Implementation not there yet.
X-SVN-Rev: 27287
2010-01-15 22:28:39 +00:00
Steven R. Loomis
9f49c03c12 ICU-7351 remind operator to check for non ascii files
X-SVN-Rev: 27285
2010-01-15 21:45:35 +00:00
Steven R. Loomis
6b2ab29889 ICU-7351 check for ^G
X-SVN-Rev: 27284
2010-01-15 21:44:33 +00:00
Markus Scherer
cf96198a53 ICU-7350 allow setting multiple data packages via udata_setCommonData()
X-SVN-Rev: 27282
2010-01-15 20:47:28 +00:00
Michael Ow
5847422a58 ICU-7342 Fix test case for TestGetVariantWithKeywords.
X-SVN-Rev: 27281
2010-01-15 19:44:15 +00:00