Andy Heninger
|
ada557d17c
|
ICU-9936 Improved API descriptions for DecimalFormat set min/max significant digits.
X-SVN-Rev: 33869
|
2013-06-28 21:12:31 +00:00 |
|
Yoshito Umaoka
|
02296cc327
|
ICU-10172 Minor wording adjustments in DecimalFormat set/getRoundingIncrement API docs.
X-SVN-Rev: 33823
|
2013-06-13 15:02:34 +00:00 |
|
Andy Heninger
|
978f71fe78
|
ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK.
X-SVN-Rev: 33787
|
2013-05-31 23:50:15 +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 |
|
Peter Edberg
|
fbace77746
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
X-SVN-Rev: 33367
|
2013-03-05 01:38:48 +00:00 |
|
Michael Ow
|
37eeb709db
|
ICU-9955 merge ICU4C API status promotion to trunk
X-SVN-Rev: 33306
|
2013-02-22 20:15:50 +00:00 |
|
Scott Russell
|
2b6ad1d385
|
ICU-9911 C++ DecimalFormat::get/setattribute - change from internal API to pulic
X-SVN-Rev: 33224
|
2013-02-14 20:54:29 +00:00 |
|
John Emmons
|
96f4a704b2
|
ICU-9889 Implement scaling for decimalFormat
X-SVN-Rev: 33138
|
2013-02-07 19:48:29 +00:00 |
|
Steven R. Loomis
|
9046285bf5
|
ICU-9748 only do this instantiation on MSVC.
X-SVN-Rev: 32840
|
2012-11-15 23:12:24 +00:00 |
|
Steven R. Loomis
|
858972dfa6
|
ICU-9748 MSVC2010 issues, move EnumSet<> to separate header
X-SVN-Rev: 32838
|
2012-11-15 21:55:41 +00:00 |
|
Travis Keep
|
161183009a
|
ICU-9543 C++ CompactDecimalFormat moved to trunk.
X-SVN-Rev: 32819
|
2012-11-14 18:49:38 +00:00 |
|
Michael Ow
|
8c2beec087
|
ICU-9613 Remove unneeded include statement and fix attribute name
X-SVN-Rev: 32624
|
2012-10-12 21:38:01 +00:00 |
|
Michael Ow
|
799a603abc
|
ICU-9613 Merge from branch to trunk
X-SVN-Rev: 32622
|
2012-10-12 19:52:43 +00:00 |
|
Steven R. Loomis
|
1dff0b56ee
|
ICU-9501 doxygen cleanup.
X-SVN-Rev: 32372
|
2012-09-11 20:51:51 +00:00 |
|
Yoshito Umaoka
|
fefba73e1d
|
ICU-9258 Updated format/DecimalFormatTest/DataDrivenTests to format StringPiece in addition to DigitList. Fixed an error status problem (not returning U_FORMAT_INEXACT_ERROR) found by the StringPiece test.
X-SVN-Rev: 31961
|
2012-06-18 14:14:22 +00:00 |
|
Steven R. Loomis
|
43b918a0c8
|
ICU-9258 merge from branches, performance improvements
X-SVN-Rev: 31881
|
2012-05-30 00:41:57 +00:00 |
|
Peter Edberg
|
aad3d090d4
|
ICU-9091 Updates based on PMC discussion, also remove some inappropriate #ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 31486
|
2012-02-22 22:55:52 +00:00 |
|
Peter Edberg
|
05b2ae1381
|
ICU-8697 C, change parseCurrency methods to return CurrencyAmount*, make draft ICU 49
X-SVN-Rev: 31440
|
2012-02-19 06:45:47 +00:00 |
|
Steven R. Loomis
|
22bfb7668a
|
ICU-8801 fix for performance regression of parse (mostly malloc/free)
X-SVN-Rev: 30628
|
2011-09-07 14:30:32 +00:00 |
|
Steven R. Loomis
|
1e1f8509d8
|
ICU-8755 interim fix. MessagePattern still needs fixing.
X-SVN-Rev: 30505
|
2011-08-13 02:45:09 +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 |
|
Markus Scherer
|
744d1f3a19
|
ICU-8617 move UHashTok into lower-level uelement.h (new) and rename to UElement to share with UVector
X-SVN-Rev: 30272
|
2011-07-04 23:51:56 +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 |
|
Andy Heninger
|
0852cc4e73
|
ICU-7572 Decimal Format UNUM_ROUND_UNNECESSARY implmenentation.
X-SVN-Rev: 29959
|
2011-05-02 19:15:03 +00:00 |
|
Markus Scherer
|
70ad6b4a74
|
ICU-7386 merge NumberFormat::EStyles into UNumberFormatStyles & improve NumberFormat::makeInstance() memory management
X-SVN-Rev: 29920
|
2011-04-29 00:00:47 +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 |
|
Andy Heninger
|
61460a2e97
|
ICU-7975 Clarify that formatting a number always will round it.
X-SVN-Rev: 28795
|
2010-10-12 20:05:49 +00:00 |
|
Andy Heninger
|
92ba1e3fde
|
ICU-7557 fix API docs describing rounding for Decimal Format
X-SVN-Rev: 27860
|
2010-03-17 22:36:12 +00:00 |
|
Andy Heninger
|
4e56218eb1
|
ICU-5193 Big decimal number formatting.
X-SVN-Rev: 27696
|
2010-02-26 02:29:00 +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
|
1457da183c
|
ICU-7353 docs fixup and updated API Change Report
X-SVN-Rev: 27537
|
2010-02-11 00:53:57 +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 |
|
Peter Edberg
|
ccfd885876
|
ICU-7322 Get rid of friend declaration for internal plain-C comparotor functions
X-SVN-Rev: 27304
|
2010-01-16 19:59:59 +00:00 |
|
Andy Heninger
|
a31448aab8
|
ICU-5193 API additions for big decimal formatting. Implementation not there yet.
X-SVN-Rev: 27287
|
2010-01-15 22:28:39 +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 |
|
Xiaomei Ji
|
9e2a008374
|
ICU-6799 fix C++ compilation error due to hash value comparator in decimfmt.h and dtitvinf.h. remove static qualifier. since they are marked as internal, they wont be exposed
X-SVN-Rev: 25812
|
2009-04-17 18:52:52 +00:00 |
|
Steven R. Loomis
|
9eb9dd4c83
|
ICU-6799 fix many warnings, improve tests
X-SVN-Rev: 25772
|
2009-04-15 01:57:02 +00:00 |
|
Steven R. Loomis
|
8e85f80a2a
|
ICU-6797 raft of doxygen fixes for milestone:4.1.4
X-SVN-Rev: 25600
|
2009-03-17 01:47:25 +00:00 |
|
Xiaomei Ji
|
1f2dcc4fb2
|
ICU-6433 currency parsing, case sensitive against symbol and ISO, case insensitive against name; parse against plural pattern using names only
X-SVN-Rev: 25540
|
2009-03-10 20:53:27 +00:00 |
|
Xiaomei Ji
|
45071a142b
|
ICU-6433 from branch to trunk for API slush
X-SVN-Rev: 25399
|
2009-02-12 22:55:29 +00:00 |
|
Steven R. Loomis
|
3bb050aba0
|
ICU-6404 last header changes
X-SVN-Rev: 24318
|
2008-06-28 07:08:51 +00:00 |
|
George Rhoten
|
a5762bea29
|
ICU-5032 Remove untestable code. symbolsToAdopt can't be NULL, and the else branch does the same thing.
X-SVN-Rev: 20002
|
2006-08-08 21:39:04 +00:00 |
|
Ram Viswanadha
|
0ff9cf8f7c
|
ICU-5008 promote draft APIs to stable
X-SVN-Rev: 19934
|
2006-07-31 20:52:01 +00:00 |
|
George Rhoten
|
dd218ba383
|
ICU-5009 Fix some doxygen warnings
X-SVN-Rev: 19005
|
2006-01-18 05:58:30 +00:00 |
|
George Rhoten
|
4ddc86def7
|
ICU-5008 Undraft some API
X-SVN-Rev: 19002
|
2006-01-18 04:02:07 +00:00 |
|
Vladimir Weinstein
|
ed7fe99c8b
|
ICU-4599 promote @draft ICU 2.8 to stable
X-SVN-Rev: 17985
|
2005-06-22 23:38:06 +00:00 |
|
Ram Viswanadha
|
d0eb5dd8e9
|
ICU-4524 add brief documentation
X-SVN-Rev: 17983
|
2005-06-22 22:39:36 +00:00 |
|
Eric Mader
|
f57c82a12d
|
ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17348
|
2005-03-16 18:46:54 +00:00 |
|
George Rhoten
|
2a878ef9b0
|
ICU-739 Deprecated a data field that isn't needed publicly.
X-SVN-Rev: 17325
|
2005-03-11 02:57:17 +00:00 |
|
Andy Heninger
|
665e553354
|
ICU-4161 remove tabs from source code
X-SVN-Rev: 16829
|
2004-11-11 23:34:58 +00:00 |
|
George Rhoten
|
7c225a89aa
|
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
X-SVN-Rev: 16183
|
2004-08-24 17:38:33 +00:00 |
|
Eric Mader
|
ad42df258f
|
ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15879
|
2004-06-15 20:52:22 +00:00 |
|
Alan Liu
|
b2697fc485
|
ICU-3399 restore setCurrency variant with no UErrorCode
X-SVN-Rev: 15595
|
2004-05-27 22:03:26 +00:00 |
|
George Rhoten
|
5ba76644fa
|
ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15523
|
2004-05-25 03:23:31 +00:00 |
|
Eric Mader
|
abefef5844
|
ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15411
|
2004-05-19 20:42:44 +00:00 |
|
Alan Liu
|
97d71b3e84
|
ICU-2334 clarify docs
X-SVN-Rev: 15145
|
2004-05-04 20:02:16 +00:00 |
|
Alan Liu
|
461f739085
|
ICU-2825 first implementation of MeasureFormat
X-SVN-Rev: 15015
|
2004-04-21 18:05:06 +00:00 |
|
Alan Liu
|
9cca22e331
|
ICU-2825 add support for formatting and parsing currency amounts
X-SVN-Rev: 14978
|
2004-04-15 06:20:42 +00:00 |
|
Alan Liu
|
e1b4d36b9f
|
ICU-2334 rename some API
X-SVN-Rev: 14941
|
2004-04-12 23:37:44 +00:00 |
|
Alan Liu
|
8cc0c7011e
|
ICU-2334 add public set/isSignificantDigits API; add min/max/useSignificantDigits fields
X-SVN-Rev: 14849
|
2004-04-03 17:56:14 +00:00 |
|
Alan Liu
|
7972df88c4
|
ICU-3668 document that user subclasses are not supported in the Format hierarchy
X-SVN-Rev: 14833
|
2004-04-01 19:05:57 +00:00 |
|
Alan Liu
|
1950e4123f
|
ICU-3668 make getRoundingMode const
X-SVN-Rev: 14810
|
2004-03-31 22:09:40 +00:00 |
|
Alan Liu
|
689390169c
|
ICU-3668 make getters const
X-SVN-Rev: 14798
|
2004-03-29 23:23:04 +00:00 |
|
Alan Liu
|
3f63c576e8
|
ICU-2334 typo
X-SVN-Rev: 14786
|
2004-03-27 04:49:28 +00:00 |
|
Ram Viswanadha
|
bbe9de394c
|
ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
X-SVN-Rev: 14775
|
2004-03-26 19:42:04 +00:00 |
|
Alan Liu
|
befd8f5bc2
|
ICU-2334 update docs; doxygen doesn't handle '@' properly
X-SVN-Rev: 14764
|
2004-03-25 21:18:13 +00:00 |
|
Alan Liu
|
2dae948bb0
|
ICU-2334 implement significant digits
X-SVN-Rev: 14762
|
2004-03-25 17:42:28 +00:00 |
|
Alan Liu
|
c59adcbe18
|
ICU-1285 flesh out DecimalFormat docs about formatting
X-SVN-Rev: 14545
|
2004-02-19 01:11:59 +00:00 |
|
Alan Liu
|
f182a75ccb
|
ICU-3296 replace DecimalFormat class docs with updated docs from ICU4J; other minor doc fixes
X-SVN-Rev: 14543
|
2004-02-19 00:34:12 +00:00 |
|
Alan Liu
|
62b974ace2
|
ICU-3399 add UErrorCode to setCurrency
X-SVN-Rev: 14511
|
2004-02-13 01:56:38 +00:00 |
|
Alan Liu
|
357b3fd941
|
ICU-2823 update docs for pad characters
X-SVN-Rev: 14480
|
2004-02-11 00:00:18 +00:00 |
|
Markus Scherer
|
eb3d7a8d9c
|
ICU-3348 change @draft ICU 2.2 and earlier to @stable
X-SVN-Rev: 13742
|
2003-11-18 02:37:24 +00:00 |
|
Doug Felt
|
e5a79dc60c
|
ICU-813 int64 formatting support
X-SVN-Rev: 13547
|
2003-10-31 22:47:25 +00:00 |
|
Doug Felt
|
3f812b4d59
|
ICU-2552 number of zeros
X-SVN-Rev: 13520
|
2003-10-29 00:20:05 +00:00 |
|
George Rhoten
|
492d57ac79
|
ICU-3221 Fix AIX linker warnings
X-SVN-Rev: 12997
|
2003-08-31 20:53:46 +00:00 |
|
Vladimir Weinstein
|
939df78585
|
ICU-2661 @draft ICU 2.[01] -> @stable ICU 2.[01] + some comment typo fixing
X-SVN-Rev: 12264
|
2003-06-04 00:04:35 +00:00 |
|
Alan Liu
|
de95737116
|
ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
|
2003-06-03 20:58:22 +00:00 |
|
George Rhoten
|
b2427b6e75
|
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11880
|
2003-05-10 00:17:35 +00:00 |
|
Markus Scherer
|
962c18923a
|
ICU-2537 add declarations mostly for unimplemented default constructors
X-SVN-Rev: 11798
|
2003-05-04 01:40:40 +00:00 |
|
Alan Liu
|
4131ad8564
|
ICU-2824 move set/getCurrency from DecimalFormat to NumberFormat
X-SVN-Rev: 11681
|
2003-04-24 22:58:04 +00:00 |
|
Alan Liu
|
2a361f522d
|
ICU-2119 add format and parse of complex currency formats (ChoiceFormat-based); make fPad a UChar32 (was UnicodeString); fix surrogate handling in sev. spots
X-SVN-Rev: 11614
|
2003-04-21 22:48:16 +00:00 |
|
Alan Liu
|
4a553638ef
|
ICU-2119 rewrite parsing of padding to work property; redo and fix parsing of surrogates and variable-length elements
X-SVN-Rev: 11609
|
2003-04-21 19:18:27 +00:00 |
|
George Rhoten
|
ce8e689663
|
ICU-1839 Use const UnicodeString & and not just UnicodeString.
X-SVN-Rev: 11547
|
2003-04-15 15:58:20 +00:00 |
|
Alan Liu
|
403e3c64a2
|
ICU-2154 standardize whitespace handling by date/number format
X-SVN-Rev: 11460
|
2003-04-04 20:55:10 +00:00 |
|
George Rhoten
|
548ec9a6e7
|
ICU-2000 Fixed a compiler warning
X-SVN-Rev: 10981
|
2003-02-06 22:03:58 +00:00 |
|
George Rhoten
|
4d7921d1b8
|
ICU-2686 Various documentation updates.
X-SVN-Rev: 10937
|
2003-01-30 22:48:58 +00:00 |
|
Vladimir Weinstein
|
12f00f5f10
|
ICU-2565 added ICU tags to some defines & consts
X-SVN-Rev: 10752
|
2002-12-19 00:11:32 +00:00 |
|
Alan Liu
|
12bed0cecb
|
ICU-2087 convert @deprecated to @obsolete as appropriate
X-SVN-Rev: 10627
|
2002-12-12 00:20:45 +00:00 |
|
Markus Scherer
|
2af8b25b5a
|
ICU-2087 change @stable to @stable ICU 2.0
X-SVN-Rev: 10483
|
2002-12-04 23:46:16 +00:00 |
|
Alan Liu
|
9d30c08f22
|
ICU-2370 fix format() docs regarding appending to result string; also misc other doc and parameter name fixes
X-SVN-Rev: 10364
|
2002-11-23 01:11:50 +00:00 |
|
Markus Scherer
|
d8cd28cf02
|
ICU-2296 optimize use of UnicodeString, copy string objects less often
X-SVN-Rev: 10029
|
2002-10-12 01:09:00 +00:00 |
|
Markus Scherer
|
3d38617bdc
|
ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
|
2002-09-20 01:54:48 +00:00 |
|
Steven R. Loomis
|
7f44d38bd4
|
ICU-1950 Javadoc contains Javaisms
X-SVN-Rev: 9739
|
2002-08-20 15:59:07 +00:00 |
|
Ram Viswanadha
|
e4011b086e
|
ICU-1986 remove deprecated API
X-SVN-Rev: 9178
|
2002-07-16 00:15:23 +00:00 |
|
Alan Liu
|
8a1a716ac7
|
ICU-1097 change ISO code from char* to UChar*
X-SVN-Rev: 9050
|
2002-07-08 18:00:29 +00:00 |
|
GCL Shanghai
|
d160acc6e2
|
ICU-1953 API docs have complete set of @param, @return...
X-SVN-Rev: 8983
|
2002-07-01 11:04:45 +00:00 |
|
Alan Liu
|
d5c7b20828
|
ICU-1097 use a char* for the currency code
X-SVN-Rev: 8625
|
2002-05-14 23:24:58 +00:00 |
|