Commit Graph

22341 Commits

Author SHA1 Message Date
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
Steven R. Loomis
b6ddc7d19e ICU-7339 update
X-SVN-Rev: 27280
2010-01-15 16:41:11 +00:00
Steven R. Loomis
ac2ba93256 ICU-7339 fix --newver
X-SVN-Rev: 27279
2010-01-15 16:39:04 +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
Doug Felt
763489b754 ICU-7342 add ULocaleDisplayNames, enhance tests to call all ULDN API and via it all LocaleDisplayNames API
X-SVN-Rev: 27267
2010-01-15 02:35:02 +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
bcde64993d ICU-7093 Add USearchAttribute USEARCH_ELEMENT_COMPARISON and values
X-SVN-Rev: 27264
2010-01-15 00:55:58 +00:00
Markus Scherer
08be161620 ICU-7273 API doc refinements
X-SVN-Rev: 27263
2010-01-14 23:25:58 +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
Markus Scherer
ad83876755 ICU-7344 C functions for Java modified UTF-8
X-SVN-Rev: 27261
2010-01-14 19:11:07 +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
Michael Ow
02d8764052 ICU-7342 Add missing header file for va_start and others.
X-SVN-Rev: 27259
2010-01-14 07:03:36 +00:00
Doug Felt
18b87b0965 ICU-7342 add LocaleDisplayNames and rudimentary test. Fix Locale.getVariant problem and add test.
X-SVN-Rev: 27258
2010-01-14 02:23:46 +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
Markus Scherer
56c2ba6a9c ICU-7335 never write URES_ARRAY16 or URES_TABLE16 in formatVersion 1
X-SVN-Rev: 27249
2010-01-12 21:22:25 +00:00
Michael Ow
ef43891334 ICU-7112 Move icucfg.h include statement below other includes.
X-SVN-Rev: 27232
2010-01-12 19:18:58 +00:00
Steven R. Loomis
77943db476 ICU-7213 remove unneeded code
X-SVN-Rev: 27219
2010-01-12 02:35:09 +00:00
Steven R. Loomis
87e6f333bd ICU-7213 get non-dll data init
X-SVN-Rev: 27218
2010-01-12 02:24:47 +00:00
Steven R. Loomis
0783cab36c ICU-6406 stray #include - otherwise it already works
X-SVN-Rev: 27217
2010-01-12 02:07:15 +00:00
Steven R. Loomis
d7449c4d34 ICU-7333 make sure there's a C++ compiler available!
X-SVN-Rev: 27216
2010-01-12 02:03:52 +00:00
Steven R. Loomis
dbcd48ad61 ICU-7334 genrb: remove message for only one file
X-SVN-Rev: 27214
2010-01-12 01:54:44 +00:00
Steven R. Loomis
dac8dd9883 ICU-7112 update for solaris
X-SVN-Rev: 27211
2010-01-12 00:14:07 +00:00
Steven R. Loomis
48ea42eecd ICU-7112 sub-second precision (where available)
X-SVN-Rev: 27210
2010-01-11 21:58:15 +00:00
Markus Scherer
fdc609672d ICU-7332 write empty binary with offset 0 only in formatVersion 2 or higher
X-SVN-Rev: 27209
2010-01-11 21:53:23 +00:00
Michael Ow
b0c56f7ed4 ICU-7273 Declare functions in namespace which are defined in namespace.
X-SVN-Rev: 27200
2010-01-11 03:00:51 +00:00
Michael Ow
98d44761c7 ICU-7309 Add testcase for arabic shaping.
X-SVN-Rev: 27199
2010-01-09 18:02:30 +00:00
Steven R. Loomis
800da956b2 ICU-6633 DLL plugin.. merge onto trunk from branches/srl/dll6633 and branches/srl/dll6633bis
(specifically, r26808:27031 of http://source.icu-project.org/repos/icu/icu/branches/srl/dll6633  and then r27117 r27118 r27119 r27121 r27137 r27139 r27159 r27160 r27172 r27173 r27181 r27182  ) 

X-SVN-Rev: 27195
2010-01-09 02:15:20 +00:00
Michael Ow
282dba0dc7 ICU-7309 Allow result length to differ from source length if options given.
X-SVN-Rev: 27185
2010-01-08 19:52:36 +00:00
Yoshito Umaoka
70734622a2 ICU-7277 Fixed a Java doc warning.
X-SVN-Rev: 27180
2010-01-08 04:09:23 +00:00