Steven R. Loomis
|
ded9162807
|
ICU-10286 API docs update (commit missed from yesterday), remove stray printf
X-SVN-Rev: 35363
|
2014-03-06 18:38:08 +00:00 |
|
Steven R. Loomis
|
f4fe9b638e
|
ICU-10286 load suppression data from locales. For now, only test English because it is already in.
X-SVN-Rev: 35359
|
2014-03-06 12:51:31 +00:00 |
|
Steven R. Loomis
|
7bc88a1a04
|
ICU-10286 works on windows
X-SVN-Rev: 35358
|
2014-03-06 12:11:08 +00:00 |
|
Steven R. Loomis
|
bbe5a9e0d8
|
ICU-10286 Check in filtered break behavior. Does not load bundles yet. Also fixes to locbased and brkiter ( no way for subclasses to set locale id )
X-SVN-Rev: 35357
|
2014-03-06 11:21:15 +00:00 |
|
Steven R. Loomis
|
bf0d5601c2
|
ICU-10756 fix stray 'x'
X-SVN-Rev: 35356
|
2014-03-06 10:32:21 +00:00 |
|
Peter Edberg
|
5241507312
|
ICU-10637 Format/parse using 'r', C part 2 (add tests, clean up islamic delta calculation)
X-SVN-Rev: 35355
|
2014-03-06 09:47:25 +00:00 |
|
Yoshito Umaoka
|
7202567040
|
ICU-9101 Cleaned up API doc for StringSearch. Removed clauses mentioning Boyer-Moore algorithm. Keep the docs synchronized with ICU4J StringSearch.
X-SVN-Rev: 35354
|
2014-03-06 01:27:21 +00:00 |
|
Yoshito Umaoka
|
5799b71849
|
ICU-9101 Updated API docs for SearchIterator and StringSearch. Tried to keep them synchronized with ICU4C API docs as much as possible.
X-SVN-Rev: 35353
|
2014-03-06 01:25:31 +00:00 |
|
Andy Heninger
|
d92c13c285
|
ICU-10324 Update Plural Rule API docs to show added SampleType parameter
X-SVN-Rev: 35352
|
2014-03-06 00:40:48 +00:00 |
|
Steven R. Loomis
|
f38544a2a6
|
ICU-10756 regression tests added for case where setGroupingUsed didn't call handleChanged() and thus the fastpath status would be incorrect. Fixed by overriding three functions in DecimalFormat but delegating to NumberFormat. The other two functions don't affect fastpath, but are overridden for future changes where they might.
X-SVN-Rev: 35351
|
2014-03-06 00:12:57 +00:00 |
|
Steven R. Loomis
|
4c308228b1
|
ICU-10286 check in stub xml files so that the .txt gets generated. See ICU-10750 for removal of such stubs.
X-SVN-Rev: 35349
|
2014-03-05 23:25:48 +00:00 |
|
Steven R. Loomis
|
3226c52b08
|
ICU-10756 fix operator= ( restores performance for the createInstance() / applyPattern("#") case )
X-SVN-Rev: 35348
|
2014-03-05 23:11:07 +00:00 |
|
Steven R. Loomis
|
8700d5b055
|
ICU-10755 check in some additional tests
X-SVN-Rev: 35347
|
2014-03-05 22:23:51 +00:00 |
|
Steven R. Loomis
|
d6d65ed16b
|
ICU-10286 initial stub checkin of FilteredBreakIteratorBuilder (todo: windows proj files)
X-SVN-Rev: 35346
|
2014-03-05 20:44:47 +00:00 |
|
Steven R. Loomis
|
285f95b7fd
|
ICU-10755 remove whitespace and fix warnings
X-SVN-Rev: 35345
|
2014-03-05 19:48:58 +00:00 |
|
Steven R. Loomis
|
c574edd9ed
|
ICU-10755 add U_NAMESPACE_USE, also add a couple of tests including grouping (for comparison)
X-SVN-Rev: 35344
|
2014-03-05 19:47:35 +00:00 |
|
John Emmons
|
95dccec52d
|
ICU-9791 Minor doc update for getName() API of numbering system
X-SVN-Rev: 35343
|
2014-03-05 18:52:47 +00:00 |
|
Peter Edberg
|
30e8bc452d
|
ICU-10637 Format/parse using 'r' related gregorian year, C changes part 1 (still need correct num fmt & tests)
X-SVN-Rev: 35341
|
2014-03-05 11:51:05 +00:00 |
|
Scott Russell
|
8791b26095
|
ICU-10625 address data checks in DateFormatTest::TestDateFormatLeniency not checking expected results
X-SVN-Rev: 35340
|
2014-03-05 00:52:30 +00:00 |
|
Markus Scherer
|
10c83d606d
|
ICU-7203 remove an obsolete comment
X-SVN-Rev: 35339
|
2014-03-04 23:50:05 +00:00 |
|
Markus Scherer
|
47d5e79a13
|
ICU-7203 remove MAX_CP_COUNT=200 limitation from Punycode
X-SVN-Rev: 35338
|
2014-03-04 23:46:53 +00:00 |
|
Markus Scherer
|
364f5c7205
|
ICU-10683 add ICU-specific exceptions
X-SVN-Rev: 35337
|
2014-03-04 22:45:10 +00:00 |
|
Yoshito Umaoka
|
faacd61904
|
ICU-10724 Minor refinement in the API doc for TimeZone::getDisplayName, the fallback format is localized and can be different from GMT[+-]hh:mm.
X-SVN-Rev: 35336
|
2014-03-04 20:21:22 +00:00 |
|
Andy Heninger
|
0031acaf17
|
ICU-4833 Update break iterator title case rules.
X-SVN-Rev: 35335
|
2014-03-04 20:19:57 +00:00 |
|
Andy Heninger
|
ce39777eda
|
ICU-4833 Update RBBI title case rules, replace obsolete rule syntax.
X-SVN-Rev: 35333
|
2014-03-04 19:58:04 +00:00 |
|
Yoshito Umaoka
|
2700c96d4b
|
ICU-9101 Fixed some compiler warnings reported by javac in JDK - redundant type cast.
X-SVN-Rev: 35332
|
2014-03-04 19:44:48 +00:00 |
|
Markus Scherer
|
6551bf073e
|
ICU-10639 detect the empty label before the ASCII dot in a domain name that contains nothing else
X-SVN-Rev: 35331
|
2014-03-04 19:44:46 +00:00 |
|
Markus Scherer
|
9bf9705667
|
ICU-9101 fix hiraganaQuaternary API docs
X-SVN-Rev: 35329
|
2014-03-04 19:32:53 +00:00 |
|
Markus Scherer
|
fe6eca4673
|
ICU-9101 fix hiraganaQuaternary API docs
X-SVN-Rev: 35327
|
2014-03-04 19:27:43 +00:00 |
|
Yoshito Umaoka
|
ac5b6cdc87
|
ICU-10749 Updated ICU4J version to 53.1
X-SVN-Rev: 35326
|
2014-03-04 19:17:31 +00:00 |
|
Michael Ow
|
39f9e215de
|
ICU-10740 Update version number to 53.1 in ICU4C
X-SVN-Rev: 35324
|
2014-03-04 17:59:29 +00:00 |
|
Yoshito Umaoka
|
c7d1e72a63
|
ICU-10720 Fixed a couple of defective test code.
X-SVN-Rev: 35323
|
2014-03-04 16:52:33 +00:00 |
|
Yoshito Umaoka
|
aaf4a4d807
|
ICU-9101 Fixed some coding issues reported by FindBugs in the new collation code.
X-SVN-Rev: 35322
|
2014-03-04 16:22:17 +00:00 |
|
Scott Russell
|
246f3a9162
|
ICU-10336 really fix test
X-SVN-Rev: 35321
|
2014-03-04 16:09:19 +00:00 |
|
Scott Russell
|
11b2ef55b3
|
ICU-10336 fix test
X-SVN-Rev: 35320
|
2014-03-04 15:15:12 +00:00 |
|
Scott Russell
|
eb0fd12224
|
ICU-10336 add leniency controls for lenient like behavior
X-SVN-Rev: 35319
|
2014-03-04 14:40:36 +00:00 |
|
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 |
|