George Rhoten
|
a82e70e5b1
|
ICU-13029 Mark unmodified static data as const
X-SVN-Rev: 40065
|
2017-04-19 18:55:46 +00:00 |
|
Steven R. Loomis
|
1f441dcfd8
|
ICU-12766 z and AIX porting: C++11 issue and icu-config issue for escaping
X-SVN-Rev: 39931
|
2017-03-24 21:34:40 +00:00 |
|
Peter Edberg
|
9711357617
|
ICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources; add tests for C and J
X-SVN-Rev: 39926
|
2017-03-24 08:13:10 +00:00 |
|
Andy Heninger
|
04448b004f
|
ICU-12764 UTF-8 source files, update file encoding comments.
X-SVN-Rev: 39641
|
2017-02-03 18:57:23 +00:00 |
|
Andy Heninger
|
242e02c388
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
X-SVN-Rev: 39583
|
2017-01-20 00:20:31 +00:00 |
|
Michael Ow
|
61607c2773
|
ICU-12564 Update copyright notice in trunk
X-SVN-Rev: 38848
|
2016-06-15 18:58:17 +00:00 |
|
Yoshito Umaoka
|
00ca13e126
|
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
X-SVN-Rev: 38776
|
2016-05-31 21:45:07 +00:00 |
|
Michael Ow
|
c9f199a30f
|
ICU-12564 Update copyright notice in ICU4C
X-SVN-Rev: 38761
|
2016-05-26 22:32:17 +00:00 |
|
Markus Scherer
|
57f01a8756
|
ICU-10896 turn SimplePatternFormatter into public SimpleFormatter
X-SVN-Rev: 38195
|
2016-01-23 05:20:23 +00:00 |
|
Markus Scherer
|
9eb5fc1b11
|
ICU-12032 rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects
X-SVN-Rev: 38155
|
2016-01-07 00:20:53 +00:00 |
|
Markus Scherer
|
758b66dbca
|
ICU-12030 MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, port from Java
X-SVN-Rev: 38136
|
2015-12-16 04:41:33 +00:00 |
|
Travis Keep
|
79964e6bc7
|
ICU-11303 Bring MeasureFormat per unit formatting out of tech preview.
X-SVN-Rev: 36813
|
2014-12-05 20:52:28 +00:00 |
|
Travis Keep
|
9dafb86e93
|
ICU-10275 Remove fallback hack in C ListFormatter class.
X-SVN-Rev: 36748
|
2014-11-18 19:20:57 +00:00 |
|
Steven R. Loomis
|
7594250cc5
|
ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
X-SVN-Rev: 36275
|
2014-08-28 22:13:45 +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
|
c5fcd47b4f
|
ICU-10793 Add optimization to ListFormatter.
X-SVN-Rev: 35579
|
2014-04-02 21:43:11 +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
|
844d4e860b
|
ICU-10646 Tempalte->SimplePatternFormatter. evaluate -> format
X-SVN-Rev: 35027
|
2014-01-29 22:57:06 +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 |
|
Andy Heninger
|
7e54ae20fb
|
ICU-10295 Revert bad commit to trunk; was supposed to be on a branch.
X-SVN-Rev: 34592
|
2013-10-20 21:15:16 +00:00 |
|
Andy Heninger
|
604f679894
|
ICU-10295 ucleanup experiments.
X-SVN-Rev: 34587
|
2013-10-19 01:26:53 +00:00 |
|
Travis Keep
|
ecd7ea193b
|
ICU-10274 Add compound duration formatting for C++
X-SVN-Rev: 33986
|
2013-07-25 16:36:25 +00:00 |
|
Travis Keep
|
34fdf50b05
|
ICU-9625 Change C++ ListFormatter to use ICU data instead of hard-coded data.
X-SVN-Rev: 32837
|
2012-11-15 18:15:37 +00:00 |
|
Markus Scherer
|
22a342a545
|
ICU-9689 UObject::getDynamicClassID() const { return NULL; } and remove UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION -> easier to create new class hierarchies
X-SVN-Rev: 32776
|
2012-11-08 23:31:20 +00:00 |
|
Andy Heninger
|
803ac8f33c
|
ICU-9461 Mutex Implementation Rework, merge from devel branch.
X-SVN-Rev: 32530
|
2012-10-05 21:22:02 +00:00 |
|
Umesh Nair
|
fbbb603da6
|
ICU-9568 Adding test case with a pattern with out-of-order placeholders.
X-SVN-Rev: 32376
|
2012-09-12 00:14:25 +00:00 |
|
Markus Scherer
|
31a4a9113d
|
ICU-7168 always initialize UErrorCode, and check in at least one place coming in from public API
X-SVN-Rev: 32268
|
2012-08-28 16:47:58 +00:00 |
|
Umesh Nair
|
484c465ddf
|
ICU-7168 Implementation of ListFormatter, port from Java
X-SVN-Rev: 32247
|
2012-08-27 20:14:25 +00:00 |
|