Travis Keep
|
705755a025
|
ICU-10700 From Markus' review comments.
X-SVN-Rev: 35408
|
2014-03-11 21:18:34 +00:00 |
|
Travis Keep
|
55daa14907
|
ICU-10640 Changes from Markus' review.
X-SVN-Rev: 35404
|
2014-03-11 17:40:23 +00:00 |
|
Scott Russell
|
c3b6d7351d
|
ICU-10776 fix non-ASCII characters in C source
X-SVN-Rev: 35393
|
2014-03-10 15:23:19 +00:00 |
|
Peter Edberg
|
71faffa075
|
ICU-10725 Deprecate USEARCH_CANONICAL_MATCH which has no effect, suggest UCOL_NORMALIZATION_MODE instead.
X-SVN-Rev: 35389
|
2014-03-08 05:37:03 +00:00 |
|
Steven R. Loomis
|
4cfdb4a00d
|
ICU-10651 DateFormat::getCalendar() not intended to get the results of parse
X-SVN-Rev: 35388
|
2014-03-08 01:18:23 +00:00 |
|
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
|
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 |
|
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 |
|
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
|
d6d65ed16b
|
ICU-10286 initial stub checkin of FilteredBreakIteratorBuilder (todo: windows proj files)
X-SVN-Rev: 35346
|
2014-03-05 20:44:47 +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 |
|
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 |
|
Markus Scherer
|
9bf9705667
|
ICU-9101 fix hiraganaQuaternary API docs
X-SVN-Rev: 35329
|
2014-03-04 19:32:53 +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 |
|
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
|
3baf728df7
|
ICU-10033 Clarify what characters numeric collation works on
X-SVN-Rev: 35274
|
2014-02-28 22:50:10 +00:00 |
|
Yoshito Umaoka
|
f7f73fe88d
|
ICU-10544 Fixed some implementation problems in Calendar::add. When adding day or larger field results wall time falls into non-existing time slot created by DST transition, the implementation honors the current skipped wall time option.
X-SVN-Rev: 35231
|
2014-02-25 23:50:35 +00:00 |
|
Markus Scherer
|
e977c057a9
|
ICU-9101 merge branches/markus/collv2@35225 into the trunk
X-SVN-Rev: 35227
|
2014-02-25 21:21:49 +00:00 |
|
Yoshito Umaoka
|
cfd57abf79
|
ICU-10601 Added UNUM_CURRENCY_ACCOUNTING to ICU4C NumberFormat.
X-SVN-Rev: 35198
|
2014-02-22 00:16:56 +00:00 |
|
Andy Heninger
|
8525e6bd47
|
ICU-10706 Spoof Check data update.
X-SVN-Rev: 35164
|
2014-02-19 01:07:32 +00:00 |
|
Travis Keep
|
b9c4a1ec76
|
ICU-10640 Improve documentation.
X-SVN-Rev: 35147
|
2014-02-16 07:36:36 +00:00 |
|
Travis Keep
|
fd530319e6
|
ICU-10640 In MeasureFormat, use adopted NumberFormat on last measure only; use integer numberformats on the rest.
X-SVN-Rev: 35146
|
2014-02-16 02:10:51 +00:00 |
|
Travis Keep
|
1d1172e466
|
ICU-10700 Document that relevant registerXXX() method must be called at application startup and unregister() methods must be called at application shutdown.
X-SVN-Rev: 35129
|
2014-02-12 23:37:47 +00:00 |
|
Travis Keep
|
53ababf5a7
|
ICU-10461 Make NumberFormat::createInstance() and PluralRules::forLocale() 10X faster than before for most common types. Provide internal createSharedInstance() for NumberFormat and SharedFormat for internal use that is 2 orders of magnitude faster than before.
X-SVN-Rev: 35114
|
2014-02-10 19:13:50 +00:00 |
|
Peter Edberg
|
401daae867
|
ICU-10633 Implement context-sensitive number formatting (currently just for RBNF)
X-SVN-Rev: 35095
|
2014-02-06 09:41:17 +00:00 |
|
Peter Edberg
|
1eea3529b2
|
ICU-10676 Also update the unum_open documentation for available styles
X-SVN-Rev: 35094
|
2014-02-06 07:17:07 +00:00 |
|
Travis Keep
|
25c7ba8e57
|
ICU-10682 Fix clone, copy constructor, and assignment operator in RulesBasedNumberFormat.
X-SVN-Rev: 35085
|
2014-02-06 00:34:24 +00:00 |
|
Travis Keep
|
0a42d4959f
|
ICU-10640 Add C++ MeasureFormat API.
X-SVN-Rev: 35069
|
2014-02-04 00:29:17 +00:00 |
|
Yoshito Umaoka
|
48c55b449e
|
ICU-10653 Fixed a thread safety problem in SimpleDateFormat.
X-SVN-Rev: 34992
|
2014-01-27 14:53:26 +00:00 |
|
Peter Edberg
|
1223df27e0
|
ICU-10483 Further #ifndef U_HIDE_XXX adjustments from running hdrtst
X-SVN-Rev: 34966
|
2014-01-22 07:27:50 +00:00 |
|
Peter Edberg
|
ebb200b1e4
|
ICU-10483 Update #ifndef U_HIDE_XXX guards for 53m1
X-SVN-Rev: 34965
|
2014-01-22 04:27:50 +00:00 |
|
Steven R. Loomis
|
0580e9e8ee
|
ICU-10650 remove nbsp (!) that were preventing proper parsing of the @draft tag
X-SVN-Rev: 34949
|
2014-01-21 18:26:44 +00:00 |
|
Peter Edberg
|
541a0405a7
|
ICU-10628 udat_getContext should use const UDateFormat*
X-SVN-Rev: 34904
|
2014-01-15 20:55:04 +00:00 |
|
Scott Russell
|
c7677154e6
|
ICU-10619 Improve usability of DateFormat's leniency control & promote BooleanAttribute control to draft for v53
X-SVN-Rev: 34888
|
2014-01-14 17:26:35 +00:00 |
|
Peter Edberg
|
1865fa1670
|
ICU-10574 part 1, just API and setContext/getContext implementation
X-SVN-Rev: 34886
|
2014-01-14 07:31:30 +00:00 |
|
Peter Edberg
|
df7d845995
|
ICU-10585 Add utrans_toRules, utrans_getSourceSet
X-SVN-Rev: 34882
|
2014-01-13 07:27:02 +00:00 |
|
Peter Edberg
|
9cf4a2acd5
|
ICU-10591 Hoist setContext from SimpleDateFormat/RelativeDateFormat to DateFormat
X-SVN-Rev: 34881
|
2014-01-12 05:23:30 +00:00 |
|
Travis Keep
|
132ff6d742
|
ICU-8464 Add Suggested changes from Markus.
X-SVN-Rev: 34875
|
2014-01-11 00:30:39 +00:00 |
|
Markus Scherer
|
90b6b64024
|
ICU-10561 ZoneMeta methods must check for bogus input strings
X-SVN-Rev: 34873
|
2014-01-10 23:14:14 +00:00 |
|
Scott Russell
|
37e74533a6
|
ICU-10334 C vs. J differences when in lenient mode
X-SVN-Rev: 34792
|
2013-12-18 20:03:44 +00:00 |
|
Michael Ow
|
1f1a501cd1
|
ICU-10557 Fix some zOS build errors caused by missing exports and pthread macros
X-SVN-Rev: 34733
|
2013-12-10 18:10:44 +00:00 |
|
Travis Keep
|
65ecb0b5fa
|
ICU-8464 Change C++ code according to latest API proposal.
X-SVN-Rev: 34712
|
2013-12-04 22:50:25 +00:00 |
|
Travis Keep
|
ef0debb8be
|
ICU-8464 UDAT_DIRECION_UNIT_COUNT -> UDAT_DIRECTION_COUNT
X-SVN-Rev: 34708
|
2013-12-04 20:46:08 +00:00 |
|
Michael Ow
|
7aeeb93906
|
ICU-8464 Add check for if formatting is disabled
X-SVN-Rev: 34702
|
2013-12-03 04:48:00 +00:00 |
|
Travis Keep
|
089a6434ac
|
ICU-8464 Add relative date formatting.
X-SVN-Rev: 34686
|
2013-11-22 18:26:22 +00:00 |
|
Travis Keep
|
9fa0f4299d
|
ICU-10468 Fix applyPattern so that it resets the padding character.
X-SVN-Rev: 34578
|
2013-10-17 18:44:44 +00:00 |
|
Andy Heninger
|
10dd7ed47b
|
ICU-10463 Regular Expressions, rework debug conditionals to fix build failures on clang, and to somewhat simplify.
X-SVN-Rev: 34565
|
2013-10-14 22:11:21 +00:00 |
|
Yoshito Umaoka
|
0d678d3115
|
ICU-10313 Added Hebrew month value checking for leap year.
X-SVN-Rev: 34539
|
2013-10-10 17:35:28 +00:00 |
|