Steven R. Loomis
|
f0156c183b
|
ICU-12701 additional porting issues.
X-SVN-Rev: 39323
|
2016-09-21 23:52:53 +00:00 |
|
Felipe Balbontín
|
390d736f89
|
ICU-12591 Removed the CalendarData class and refactored all the remaining functions that used it (ICU4C).
X-SVN-Rev: 39190
|
2016-09-12 21:01:16 +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 |
|
Andy Heninger
|
3f05ba059e
|
ICU-12065 DateIntervalFormat operator ==, remove from/to calendars from consideration.
X-SVN-Rev: 38749
|
2016-05-18 00:11:20 +00:00 |
|
Fredrik Roubert
|
7f4b8d106b
|
ICU-12012 Replace all sizeof p / sizeof *p with UPRV_LENGTHOF().
R=markus.icu@gmail.com
Review URL: https://codereview.appspot.com/285520043 .
X-SVN-Rev: 38337
|
2016-02-23 10:40:09 +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 |
|
Andy Heninger
|
3e1bf369df
|
ICU-11669 DateIntervalFormat::format() thread safety fixes.
X-SVN-Rev: 38151
|
2016-01-06 00:09:25 +00:00 |
|
Travis Keep
|
b7d18e518c
|
ICU-11780 Reduce heap size for caching date formatters.
X-SVN-Rev: 37860
|
2015-09-01 20:13:27 +00:00 |
|
Travis Keep
|
6ed4b6178a
|
ICU-11779 Introduce static versions of DTPNG getSkeleton and getBaseSkeleton
X-SVN-Rev: 37771
|
2015-08-13 22:09:13 +00:00 |
|
Peter Edberg
|
f86d3f28c5
|
ICU-11706 Fix memory leak when DateIntervalFormat::setDateIntervalInfo is called
X-SVN-Rev: 37620
|
2015-06-24 21:43:08 +00:00 |
|
Peter Edberg
|
52acc7a249
|
ICU-11706 (and #11726) more code cleanup (rolling in from J)
X-SVN-Rev: 37617
|
2015-06-24 08:03:16 +00:00 |
|
Peter Edberg
|
656838dbad
|
ICU-11706 (and #11726) Improve documentation, code cleanup
X-SVN-Rev: 37616
|
2015-06-24 07:59:38 +00:00 |
|
Peter Edberg
|
a8325d335c
|
ICU-11706 (and #11726) Fix DateIntervalFormat handling of (1) skeletons with seconds, (2) FieldPosition
X-SVN-Rev: 37613
|
2015-06-23 22:07:03 +00:00 |
|
Travis Keep
|
4860c7e5b7
|
ICU-11139 Add JAVA DateFormat factory methods to C++
X-SVN-Rev: 36745
|
2014-11-18 00:43:49 +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 |
|
Travis Keep
|
7e89728836
|
ICU-9914 ICU4C DateIntervalFormat to handle 2 year vs. 4 year formats.
X-SVN-Rev: 33453
|
2013-03-21 17:25:43 +00:00 |
|
Jungshik Shin
|
4934b397a8
|
ICU-8343 fix build errors in Visual Studio when exception is disabled
X-SVN-Rev: 32010
|
2012-06-28 23:28:00 +00:00 |
|
Markus Scherer
|
2201fb816c
|
ICU-7877 optionally explicit UnicodeString constructors, and make them explicit inside ICU
X-SVN-Rev: 30293
|
2011-07-07 18:46:19 +00:00 |
|
Markus Scherer
|
9f7d74001c
|
ICU-8605 document & test ICU4C dependencies, remove cycles, reduce some deps; merged from branches/markus/depstest -r 30155:30193
X-SVN-Rev: 30194
|
2011-06-03 05:23:57 +00:00 |
|
Peter Edberg
|
d67f95f797
|
ICU-8466 Add get/adopt/setTimeZone to DateIntervalFormat, as in DateFormat
X-SVN-Rev: 29976
|
2011-05-03 05:44:58 +00:00 |
|
Markus Scherer
|
f6a04770ff
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
|
2010-05-19 17:29:33 +00:00 |
|
Peter Edberg
|
f3c6395224
|
ICU-7616 Enable non-Gregorian calendars for DateIntervalFormat
X-SVN-Rev: 27947
|
2010-04-17 08:24:01 +00:00 |
|
Peter Edberg
|
d35f302566
|
ICU-6830 getDateTimeSkeleton() should not normalize 'H' to 'h'
X-SVN-Rev: 27566
|
2010-02-15 19:26:22 +00:00 |
|
Steven R. Loomis
|
1fcbaff0ba
|
ICU-6804 @draft to @stable
X-SVN-Rev: 25626
|
2009-03-19 04:03:31 +00:00 |
|
Xiaomei Ji
|
a8aff4fc7b
|
ICU-6503 move createPatternInstance from DateFormat to DateIntervalFormat
X-SVN-Rev: 24884
|
2008-10-25 00:31:55 +00:00 |
|
Xiaomei Ji
|
6280be2fa5
|
ICU-6303 change FIXME to TODO
X-SVN-Rev: 24860
|
2008-10-22 06:06:56 +00:00 |
|
Xiaomei Ji
|
ff17b981a5
|
ICU-6503 save date time pattern generator as private member, minimize data time pattern generator instantiation times
X-SVN-Rev: 24573
|
2008-09-15 21:20:19 +00:00 |
|
Xiaomei Ji
|
74ade133f7
|
ICU-6157 change per review
X-SVN-Rev: 24244
|
2008-06-19 22:05:36 +00:00 |
|
Xiaomei Ji
|
f61432db45
|
ICU-6157 after review
X-SVN-Rev: 24228
|
2008-06-18 21:07:30 +00:00 |
|
Xiaomei Ji
|
0ad3aff9b2
|
ICU-6157 update after 1st round code review
X-SVN-Rev: 24200
|
2008-06-16 22:32:36 +00:00 |
|
Steven R. Loomis
|
c1bca30b6d
|
ICU-6157 header includes fixes
X-SVN-Rev: 24132
|
2008-06-10 01:26:42 +00:00 |
|
Xiaomei Ji
|
8d6be178da
|
ICU-6309 interval format clean up after consolidate skeleton consts
X-SVN-Rev: 24072
|
2008-05-29 19:23:52 +00:00 |
|
Xiaomei Ji
|
f9a0590098
|
ICU-6157 date interval format
X-SVN-Rev: 24005
|
2008-05-28 00:33:44 +00:00 |
|