Tom Zhang
|
26063a3454
|
ICU-10320 API for getting/setting number format override in date formatting
X-SVN-Rev: 36097
|
2014-07-29 18:42:07 +00:00 |
|
Scott Russell
|
68c893b2f1
|
ICU-10855 fix handling of partial match leniency to not falsely pass literals that should fail
X-SVN-Rev: 35720
|
2014-05-16 17:38:08 +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 |
|
Yoshito Umaoka
|
48c55b449e
|
ICU-10653 Fixed a thread safety problem in SimpleDateFormat.
X-SVN-Rev: 34992
|
2014-01-27 14:53:26 +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
|
9cf4a2acd5
|
ICU-10591 Hoist setContext from SimpleDateFormat/RelativeDateFormat to DateFormat
X-SVN-Rev: 34881
|
2014-01-12 05:23:30 +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 |
|
Peter Edberg
|
31a4739bac
|
ICU-9627 Updated Date Field Symbol Table links in smpdtfmt.h, added them in udat.h
X-SVN-Rev: 34458
|
2013-09-23 18:23:05 +00:00 |
|
Andy Heninger
|
3b379f4c28
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
X-SVN-Rev: 33457
|
2013-03-21 22:09:06 +00:00 |
|
Yoshito Umaoka
|
da21d9c2b6
|
ICU-9696 Updated the API doc for ICU4C SimpleDateFormat with the latest CLDR specification.
X-SVN-Rev: 33270
|
2013-02-19 10:35:03 +00:00 |
|
Yoshito Umaoka
|
87158d4fba
|
ICU-9867 New time zone pattern letters/types support for CLDR 23/ICU 51.
X-SVN-Rev: 33159
|
2013-02-11 00:23:55 +00:00 |
|
Markus Scherer
|
af439c67de
|
ICU-9789 lenient date/time parsing: accept missing or added trailing dot after non-numeric fields; refactor isNumeric() logic
X-SVN-Rev: 32962
|
2012-12-14 06:35:11 +00:00 |
|
Peter Edberg
|
b54c586f38
|
ICU-9643 (C) Change "@internal ICU 50" display context API to "@draft ICU 51"
X-SVN-Rev: 32900
|
2012-11-28 01:12:46 +00:00 |
|
Peter Edberg
|
6735940768
|
ICU-9250 Document that date format S+ fields truncate for S,SS and zero-pad for SSSS+
X-SVN-Rev: 32646
|
2012-10-17 04:41:19 +00:00 |
|
Andy Heninger
|
b042e33ee1
|
ICU-7400 Fix incorrect API docs on several 'void parse()' functions.
X-SVN-Rev: 32561
|
2012-10-08 22:41:13 +00:00 |
|
Peter Edberg
|
b6053b4240
|
ICU-9633 Adapt date fmt display context APIs to tentative new UDisplayContext
X-SVN-Rev: 32549
|
2012-10-08 16:52:35 +00:00 |
|
Peter Edberg
|
33863c74be
|
ICU-7804 Clarify that parsing of negative years is in lenient mode only
X-SVN-Rev: 31628
|
2012-03-18 16:00:50 +00:00 |
|
Yoshito Umaoka
|
1641940f00
|
ICU-8513 Merging TimeZoneNames/TimeZoneFormat APIs (as 49 technology preview) into trunk.
X-SVN-Rev: 31469
|
2012-02-21 11:06:50 +00:00 |
|
Peter Edberg
|
60152763f3
|
ICU-9110 Add date format functions to set/get context, use when formatting
X-SVN-Rev: 31458
|
2012-02-21 01:29:50 +00:00 |
|
Peter Edberg
|
e3edca9be5
|
ICU-9044 Better description of 'U' character behavior (C)
X-SVN-Rev: 31280
|
2012-01-31 07:35:50 +00:00 |
|
Peter Edberg
|
3b3b61e234
|
ICU-9044 Improve parse method documentation, note that parsing Chinese cal dates may be ambiguous (C)
X-SVN-Rev: 31254
|
2012-01-23 23:14:56 +00:00 |
|
Michael Ow
|
747ad726e2
|
ICU-8956 Update ICU4C SimpleDateFormat doc
X-SVN-Rev: 31069
|
2011-12-08 18:27:54 +00:00 |
|
Peter Edberg
|
56d70749df
|
ICU-8958 Add support for parsing leapMonths (in addition to formatting per r31039, r31040)
X-SVN-Rev: 31043
|
2011-12-06 20:46:32 +00:00 |
|
Markus Scherer
|
4e30dc4c14
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
X-SVN-Rev: 30447
|
2011-08-01 02:20:46 +00:00 |
|
Steven R. Loomis
|
63dd5be23d
|
ICU-8525 doxygen warnings
X-SVN-Rev: 30029
|
2011-05-05 01:35:22 +00:00 |
|
Peter Edberg
|
332037ef5b
|
ICU-6109 & #4942,#3579: Merge changes for lenient number & date parsing from branches/eric/lenient_number_parsing (manually!)
X-SVN-Rev: 30018
|
2011-05-04 12:23:42 +00:00 |
|
Yoshito Umaoka
|
4d7569c743
|
ICU-8342 Refactoring ZoneStringFormat into TimeZoneNames and TimeZoneFormat (all internal APIs for now). Also supporting localized GMT zero format and fallback region format for generic names.
X-SVN-Rev: 29984
|
2011-05-03 14:59:01 +00:00 |
|
Markus Scherer
|
9774441e40
|
ICU-8491 remove uprv_isRuleWhiteSpace(c)
X-SVN-Rev: 29900
|
2011-04-26 06:39:29 +00:00 |
|
Peter Edberg
|
3384286860
|
ICU-8155 Promote appropriate @draft 4.2 and 4.4 API to @stable
X-SVN-Rev: 29035
|
2010-11-12 06:03:28 +00:00 |
|
Alexey Gousev
|
933e73b1d2
|
ICU-7066 merging trunk
X-SVN-Rev: 28531
|
2010-08-25 22:28:32 +00:00 |
|
Doug Felt
|
b9fb4a7858
|
ICU-7452 add using Xxx:format statements to all Format subclasses that override format
X-SVN-Rev: 27662
|
2010-02-24 23:52:27 +00:00 |
|
Steven R. Loomis
|
f517a0db14
|
ICU-7304 fix API promotions from bad checkins r27396 and r27397
X-SVN-Rev: 27436
|
2010-01-28 21:09:53 +00:00 |
|
Doug Felt
|
bd8eb26d17
|
ICU-7391 changed ref to pointer in APIs taking FieldPositionIterator, cleaned whitespace
X-SVN-Rev: 27433
|
2010-01-28 19:39:24 +00:00 |
|
Steven R. Loomis
|
b361793726
|
ICU-7304 draft 4.2 to stable 4.4 ( also cleaned up some ICU-7290 issues )
X-SVN-Rev: 27396
|
2010-01-23 06:36:03 +00:00 |
|
Doug Felt
|
52c23e0a47
|
ICU-6192 add support for getting field positions to NumberFormat and DateFormat
X-SVN-Rev: 27093
|
2009-12-17 22:15:20 +00:00 |
|
John Emmons
|
d54bef2490
|
ICU-7186 Fix round-trip problem in Hebrew Calendar
X-SVN-Rev: 26770
|
2009-10-08 03:47:08 +00:00 |
|
Andy Heninger
|
1605f59449
|
ICU-6980 fix typo in comment
X-SVN-Rev: 26056
|
2009-05-29 21:17:09 +00:00 |
|
Andy Heninger
|
b4e97b834b
|
ICU-6980 fix function hiding compiler warning
X-SVN-Rev: 26055
|
2009-05-29 20:50:13 +00:00 |
|
Yoshito Umaoka
|
e45db647aa
|
ICU-6880 Corrected misspellings in the last change set.
X-SVN-Rev: 25931
|
2009-04-28 06:52:19 +00:00 |
|
Yoshito Umaoka
|
df41de6e90
|
ICU-6880 Fixed localized GMT format parse problem caused by the offset hour format without delimitter characters.
X-SVN-Rev: 25929
|
2009-04-28 06:20:32 +00:00 |
|
John Emmons
|
9f6245828b
|
ICU-6492 Add override based constructors for SimpleDateFormat
X-SVN-Rev: 25435
|
2009-02-18 13:29:17 +00:00 |
|
John Emmons
|
fe57727649
|
ICU-6492 Merge Hebrew calendar changes to trunk
X-SVN-Rev: 25392
|
2009-02-09 18:11:52 +00:00 |
|
Jason Spieth
|
d2b8f35eff
|
ICU-6338 Handle integer suffix when parsing numeric date field - SimpleDateFormat header
X-SVN-Rev: 25343
|
2009-01-29 18:19:24 +00:00 |
|
Xiaomei Ji
|
74ade133f7
|
ICU-6157 change per review
X-SVN-Rev: 24244
|
2008-06-19 22:05:36 +00:00 |
|
Xiaomei Ji
|
f9a0590098
|
ICU-6157 date interval format
X-SVN-Rev: 24005
|
2008-05-28 00:33:44 +00:00 |
|
Michael Ow
|
b618ac2319
|
ICU-5684 Update API doc and add to NUMERIC_FORMAT_CHARS 'Y' and 'e'.
X-SVN-Rev: 23304
|
2008-01-24 20:58:00 +00:00 |
|
Yoshito Umaoka
|
7e51ed7330
|
ICU-5990 Merging time zone formatting/parsing changes from yoshito's working branch to the trunk.
X-SVN-Rev: 22978
|
2007-11-28 20:49:58 +00:00 |
|
John Emmons
|
a2d03cc0fb
|
ICU-5708 Generic time zone support
X-SVN-Rev: 22283
|
2007-08-06 15:17:35 +00:00 |
|
Eric Mader
|
1fcd76ec02
|
ICU-5241 Initial checkin of Quarters, narrow month, day names.
X-SVN-Rev: 19762
|
2006-06-26 17:51:25 +00:00 |
|
Ram Viswanadha
|
b70227e2c7
|
ICU-4741 make compare functions for Hashtable and StringEnumeration general
X-SVN-Rev: 18788
|
2005-11-11 19:23:09 +00:00 |
|