Fredrik Roubert
|
255a48d30a
|
ICU-12018 Delete superfluous trailing semicolon [-Wpedantic].
X-SVN-Rev: 38364
|
2016-02-25 16:23:36 +00:00 |
|
Craig Cornelius
|
91e6a10be2
|
ICU-12018 Update data loading to use ResourceTableSink and DateFormatSymbols to resolve missing data.
X-SVN-Rev: 38359
|
2016-02-25 00:30:11 +00:00 |
|
Peter Edberg
|
257b757897
|
ICU-12072 Update C comments explaining future direction
X-SVN-Rev: 38319
|
2016-02-17 05:50:57 +00:00 |
|
Markus Scherer
|
bb5f37a069
|
ICU-7457 replace MessageFormat with SimpleFormatter where easy; remove obsolete ChoiceFormat handling of currency names; move LocaleDisplayNames & ucurr from i18n to common
X-SVN-Rev: 38200
|
2016-01-26 22:56:59 +00:00 |
|
Peter Edberg
|
50ea6cb008
|
ICU-12072 RelativeDateTimeFormatter: Improve C++ format API, add plain C API (part 1, structure)
X-SVN-Rev: 38189
|
2016-01-22 07:20:54 +00:00 |
|
Markus Scherer
|
5a7ff3049b
|
ICU-11986 MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data
X-SVN-Rev: 38103
|
2015-12-02 22:54:54 +00:00 |
|
Travis Keep
|
f8598fb484
|
ICU-11223 Make code in relative date format that falls back to short form more readable.
X-SVN-Rev: 36338
|
2014-09-03 22:01:03 +00:00 |
|
Peter Edberg
|
1b8eb15e1a
|
ICU-11173 CLDR tags/release-26-d01 into ICU4C trunk with related test & lib code updates
X-SVN-Rev: 36313
|
2014-09-02 23:18:20 +00:00 |
|
Tom Zhang
|
ee1f29b584
|
ICU-7653 move LENGTHOF(array) to common, internal header
X-SVN-Rev: 36265
|
2014-08-28 14:55:34 +00:00 |
|
Travis Keep
|
f335b55bdf
|
ICU-10802 Merge branch tkeep/10802andy into trunk.
X-SVN-Rev: 36214
|
2014-08-20 21:46:02 +00:00 |
|
Michael Ow
|
b1de9c0f30
|
ICU-10842 Fix header test failures, fix no data test errors, and update file properties
X-SVN-Rev: 35982
|
2014-07-02 05:09:05 +00:00 |
|
Travis Keep
|
7bf9b7dce1
|
ICU-10884 Comments from roubert.
X-SVN-Rev: 35882
|
2014-06-17 16:34:46 +00:00 |
|
Travis Keep
|
b8fcbee810
|
ICU-10884 Fix compile warnings around not initializing base class in copy constructor for RelativeDateTimeFormatter and SharedObject.
X-SVN-Rev: 35871
|
2014-06-12 20:14:04 +00:00 |
|
Travis Keep
|
b2e714c21a
|
ICU-10884 Applied review comments from Andy Heninger.
X-SVN-Rev: 35862
|
2014-06-11 19:45:30 +00:00 |
|
Travis Keep
|
81e264fb42
|
ICU-10884 Apply API proposal from 11 Jun ICU meeting.
X-SVN-Rev: 35861
|
2014-06-11 18:31:47 +00:00 |
|
Travis Keep
|
4b0e17ff66
|
ICU-10913 Fix broken build.
X-SVN-Rev: 35747
|
2014-05-22 23:21:32 +00:00 |
|
Travis Keep
|
5778d967ee
|
ICU-10913 Remove unused includes.
X-SVN-Rev: 35746
|
2014-05-22 23:14:10 +00:00 |
|
Travis Keep
|
3d1c1bb07a
|
ICU-10884 Add abbreviated relative date format support.
X-SVN-Rev: 35744
|
2014-05-22 22:46:53 +00:00 |
|
Travis Keep
|
55daa14907
|
ICU-10640 Changes from Markus' review.
X-SVN-Rev: 35404
|
2014-03-11 17:40:23 +00:00 |
|
Travis Keep
|
8f7065db65
|
ICU-10640 Fix memory leak in adoptNumberFormat code.
X-SVN-Rev: 35116
|
2014-02-10 22:52:01 +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 |
|
Travis Keep
|
0a42d4959f
|
ICU-10640 Add C++ MeasureFormat API.
X-SVN-Rev: 35069
|
2014-02-04 00:29:17 +00:00 |
|
Travis Keep
|
d4ec281c99
|
ICU-10646 Introduce Template class and change ListFormatter to use it. Introduce QuantityFormatter class and change RelativeDateTimeFormatter to use it.
X-SVN-Rev: 35018
|
2014-01-29 05:08:55 +00:00 |
|
Michael Ow
|
4e806c800e
|
ICU-10483 Fix no data test errors in ICU4C 53m1
X-SVN-Rev: 34979
|
2014-01-22 21:20:24 +00:00 |
|
Travis Keep
|
281cbf5106
|
ICU-8464 Implement more changes from Markus' code review.
X-SVN-Rev: 34929
|
2014-01-17 23:11:22 +00:00 |
|
Travis Keep
|
f56a9be8fd
|
ICU-8464 Implement Andy's comments.
X-SVN-Rev: 34891
|
2014-01-14 22:39:13 +00:00 |
|
Travis Keep
|
132ff6d742
|
ICU-8464 Add Suggested changes from Markus.
X-SVN-Rev: 34875
|
2014-01-11 00:30:39 +00:00 |
|
Travis Keep
|
4cad0847c5
|
ICU-8464 Make formatting relative dates with quantity more efficient by preprocessing the pattern strings. Saves 650ns per format.
X-SVN-Rev: 34784
|
2013-12-17 21:02:16 +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
|
830df7761e
|
ICU-8464 Use UNICODE_STRING_SIMPLE instead of UnicodeString constructor
X-SVN-Rev: 34707
|
2013-12-03 23:27:49 +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
|
9c65c145ff
|
ICU-8464 Remove dependency between LRUCache and mutex.
X-SVN-Rev: 34691
|
2013-11-22 23:08:24 +00:00 |
|
Travis Keep
|
089a6434ac
|
ICU-8464 Add relative date formatting.
X-SVN-Rev: 34686
|
2013-11-22 18:26:22 +00:00 |
|