Commit Graph

26708 Commits

Author SHA1 Message Date
Scott Russell
b0c6d643db ICU-10336 merge branch into trunk
X-SVN-Rev: 35318
2014-03-04 14:39:12 +00:00
Yoshito Umaoka
e9bdf144db ICU-10721 Changed BreakIterator factory method to throw NPE always when specified locale is null. The API docs are also updated to clarify this. The spec is equivalent to JDK.
X-SVN-Rev: 35317
2014-03-04 09:08:11 +00:00
Peter Edberg
21e8bbce00 ICU-10730 Just add tests verifying correct behavior for U in skeleton (J)
X-SVN-Rev: 35316
2014-03-04 08:46:56 +00:00
Peter Edberg
2a5e2e4810 ICU-10730 Just add tests verifying correct behavior for U in skeleton (C)
X-SVN-Rev: 35315
2014-03-04 08:46:17 +00:00
Yoshito Umaoka
5feaa6b547 ICU-10722 Deleted unused com.ibm.icu.text.DecompData.
X-SVN-Rev: 35314
2014-03-04 06:50:36 +00:00
Yoshito Umaoka
688a68d1a8 ICU-10665 Fixed bad HTML tags in the API docs for UCharacterIterator.
X-SVN-Rev: 35313
2014-03-04 06:20:13 +00:00
Peter Edberg
24a8cc84f4 ICU-5186 Make DecimalFormat::operator== much more complete
X-SVN-Rev: 35312
2014-03-04 05:54:16 +00:00
Yoshito Umaoka
3997d2d085 ICU-10746 Fixed a collation thread test execution problem. Made testFrozen (was the bad one) to share the same test code with testThreads (was OK).
X-SVN-Rev: 35310
2014-03-04 04:39:04 +00:00
Peter Edberg
4745a14bbf ICU-10635 Preserve DisplayContext when serializing RelativeDateFormat, adjust serialization of cached BreakIterator from #10633 and #10681
X-SVN-Rev: 35308
2014-03-04 00:41:23 +00:00
Markus Scherer
b5b38d2c98 ICU-9101 merge branches/markus/collv2@35302 into the trunk
X-SVN-Rev: 35305
2014-03-04 00:11:11 +00:00
Markus Scherer
974358f7fd ICU-8204 test quoted apostrophe in compact syntax
X-SVN-Rev: 35303
2014-03-03 20:54:56 +00:00
Peter Edberg
62c9048bc0 ICU-10633 Implement context-sensitive number formatting (RBNF for J), handle serialization/equals for NumberFormat capitalizationSetting
X-SVN-Rev: 35301
2014-03-03 19:48:34 +00:00
Markus Scherer
22316fe74f ICU-6328 test Malayalam 0D57<<0D4C
X-SVN-Rev: 35299
2014-03-03 19:32:21 +00:00
Peter Edberg
bb74c8c14c ICU-8511 Add set/getTimeZone methods to ICU4J DateIntervalFormat
X-SVN-Rev: 35291
2014-03-03 02:20:50 +00:00
Peter Edberg
c2026e4aa5 ICU-10681 Lazily get and cache BreakIterator for titlecasing; lazily get contextTransform info if possible (J)
X-SVN-Rev: 35290
2014-03-02 22:27:26 +00:00
Markus Scherer
c9c2304cc7 ICU-9507 test script reordering also *among* variables
X-SVN-Rev: 35288
2014-03-02 18:55:25 +00:00
Peter Edberg
27cfaed4d8 ICU-10681 Lazily get and cache BreakIterator for titlecasing; lazily get contextTransform info if possible (C)
X-SVN-Rev: 35287
2014-03-02 00:44:35 +00:00
Markus Scherer
11676f470f ICU-9355 test that secondary+case ignores secondary ignorables
X-SVN-Rev: 35285
2014-03-01 22:53:08 +00:00
Markus Scherer
c0c465d823 ICU-9351 test that uppercase-first sorts a string with a trailing tertiary CE after its prefix
X-SVN-Rev: 35278
2014-03-01 00:23:24 +00:00
Markus Scherer
742658b061 ICU-9507 test shifted+reordering
X-SVN-Rev: 35276
2014-03-01 00:07:08 +00:00
Markus Scherer
3baf728df7 ICU-10033 Clarify what characters numeric collation works on
X-SVN-Rev: 35274
2014-02-28 22:50:10 +00:00
Markus Scherer
b35f99a0a7 ICU-9956 test that @ is equivalent to [backwards 2]
X-SVN-Rev: 35271
2014-02-28 22:12:12 +00:00
Markus Scherer
36666b5856 ICU-10149 test collation type fallback from unsupported type
X-SVN-Rev: 35269
2014-02-28 21:36:06 +00:00
Markus Scherer
d3caa74af6 ICU-9092 test numeric collation with other settings
X-SVN-Rev: 35267
2014-02-28 21:22:56 +00:00
Markus Scherer
15daddd56d ICU-9778 replace use of deprecated ucol_getContractions()
X-SVN-Rev: 35266
2014-02-28 21:09:19 +00:00
Markus Scherer
43958793f7 ICU-10108 test reset-before on already-tailored characters
X-SVN-Rev: 35264
2014-02-28 20:57:21 +00:00
Markus Scherer
78b241a52b ICU-9959 test that RBC forbids rules with a before-reset followed by a stronger relation
X-SVN-Rev: 35263
2014-02-28 20:15:58 +00:00
Markus Scherer
ede6e58597 ICU-10478 Android does not have nl_langinfo(codeset)
X-SVN-Rev: 35260
2014-02-28 19:27:37 +00:00
Markus Scherer
84f781e9fb ICU-10595 reenable TestNextSortKeyPartJaIdentical()
X-SVN-Rev: 35259
2014-02-27 23:31:01 +00:00
Markus Scherer
a2a0fa000d ICU-8070 Check that the rule parser handles a comment without terminating end-of-line
X-SVN-Rev: 35257
2014-02-27 22:52:07 +00:00
Michael Ow
e9e591473c ICU-10520 Remove typo in readme
X-SVN-Rev: 35256
2014-02-27 21:01:41 +00:00
Andy Heninger
d6cca740f2 ICU-10673 AnyTransliterator thread safety test, fix build failure on AIX.
X-SVN-Rev: 35255
2014-02-27 20:57:51 +00:00
Yoshito Umaoka
3a249592b4 ICU-10602 Added @Deprecated annotation to @deprecated APIs. Corrected API status tag for SpoofChecker.SINGLE_SCRIPT, which was actually marked as @deprecated before ICU 51. Also some cleanup for non-standard @internal tag document.
X-SVN-Rev: 35254
2014-02-27 20:18:05 +00:00
Michael Ow
e9feffb425 ICU-10520 Clarify windows build instructions in the readme
X-SVN-Rev: 35253
2014-02-27 19:36:18 +00:00
Michael Ow
fefa024ccc ICU-10711 Update more fixes to zos pds dataset build
X-SVN-Rev: 35251
2014-02-27 19:23:50 +00:00
Michael Ow
fcb9a8ed56 ICU-10663 Update zos build instructions concerning heap size settings in the readme
X-SVN-Rev: 35250
2014-02-27 19:19:22 +00:00
Andy Heninger
0cae113eec ICU-10673 AnyTransliterator thread safety fix.
X-SVN-Rev: 35249
2014-02-27 18:58:29 +00:00
Andy Heninger
52b3ba1caa ICU-10673 AnyTransliterator thread safety fix.
X-SVN-Rev: 35248
2014-02-27 18:45:32 +00:00
Yoshito Umaoka
36bd9445a2 ICU-10726 Updated the last resort number format patterns to match the patterns used by root locale.
X-SVN-Rev: 35246
2014-02-27 07:44:48 +00:00
Markus Scherer
95874c18f0 ICU-10678 cherry-pick Unicode 7.0 U+20BD RUBLE SIGN for ICU 53
X-SVN-Rev: 35242
2014-02-26 21:45:33 +00:00
Markus Scherer
889c8b2429 ICU-10678 cherry-pick Unicode 7.0 U+20BD RUBLE SIGN for ICU 53
X-SVN-Rev: 35241
2014-02-26 21:34:14 +00:00
Markus Scherer
6dac8088a7 ICU-9101 readme about collation
X-SVN-Rev: 35240
2014-02-26 20:45:41 +00:00
Markus Scherer
586a608127 ICU-9101 readme about collation
X-SVN-Rev: 35239
2014-02-26 20:40:59 +00:00
Markus Scherer
1ee6b71f6c ICU-10723 delete C++ RandomCollatorTest
X-SVN-Rev: 35238
2014-02-26 19:33:44 +00:00
Yoshito Umaoka
d346620563 ICU-10737 ICU4J test runner to flush output writer at the end always.
X-SVN-Rev: 35237
2014-02-26 19:31:21 +00:00
Markus Scherer
6105e6d068 ICU-10670 another minor fix
X-SVN-Rev: 35236
2014-02-26 03:35:17 +00:00
Yoshito Umaoka
80c576c0b7 ICU-10670 Fixed a compilation errror on VC in the previous commit.
X-SVN-Rev: 35235
2014-02-26 00:49:35 +00:00
Markus Scherer
6177c58d7f ICU-9156 collv2 fixed some known search test failures
X-SVN-Rev: 35234
2014-02-26 00:11:22 +00:00
Markus Scherer
86861a0867 ICU-10670 Fix character-based Arabic shaping for Urdu & some other characters
X-SVN-Rev: 35233
2014-02-26 00:02:24 +00:00
Yoshito Umaoka
25d898f0b4 ICU-10544 Fixed some implementation problems in Calendar#add. When adding day or lager field results wall time falls into non-existing time slot created by DST transition, the new implementaion honors the current skipped wall time option.
X-SVN-Rev: 35232
2014-02-25 23:51:51 +00:00