Steven R. Loomis
4650ca64e3
ICU-7912 commit from review comments (thx)
...
X-SVN-Rev: 34416
2013-09-20 05:00:30 +00:00
Michael Ow
e5a9a38924
ICU-10398 Fix uconfig test errors in ICU 52
...
X-SVN-Rev: 34404
2013-09-19 20:47:22 +00:00
Andy Heninger
90522bf7b1
ICU-10273 add DecimalFormat::getFixedDecimal(Formattable &)
...
X-SVN-Rev: 34267
2013-09-11 01:17:28 +00:00
Steven R. Loomis
00ea16b361
ICU-7912 one more update to fix untagged items..
...
X-SVN-Rev: 34216
2013-09-06 05:04:54 +00:00
Steven R. Loomis
85157b3fc4
ICU-7912 final update to apidocs. Also removed references to non-existent kDecimalNumber (from fmtable.h), and cleaned up other docs
...
X-SVN-Rev: 33905
2013-07-11 00:31:41 +00:00
Steven R. Loomis
06dcb5d4a6
ICU-7912 add parse/format functions, other UFormattable API improvements
...
X-SVN-Rev: 33894
2013-07-09 00:47:46 +00:00
Steven R. Loomis
ae061ff78f
ICU-7912 C wrapper for Formattable - UFormattable
...
X-SVN-Rev: 33849
2013-06-26 06:31:09 +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
Steven R. Loomis
4297072ccd
ICU-9714 now builds clean on IBM i- fix some test cases for ASCIIsms, fix formattable buffer size
...
X-SVN-Rev: 32905
2012-11-29 01:09:50 +00:00
Steven R. Loomis
9077d5dc25
ICU-9449 Merge in decimal format performance improvements from branch.
...
Improvements to 'howExpensiveIs' benchmark test.
Use internal digitlist in Formattable (save mallocs).
Enable fastpath by default.
Enable internal API "parse all input", returning an error if all input was not consumed.
X-SVN-Rev: 32397
2012-09-17 19:03:01 +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
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
Steven R. Loomis
b209c07620
ICU-8687 warnings fix (clang)
...
X-SVN-Rev: 30285
2011-07-06 20:05:38 +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
Steven R. Loomis
f79ae4ba96
ICU-7586 remove missing parameter from javadoc
...
X-SVN-Rev: 28258
2010-06-23 02:53:15 +00:00
Markus Scherer
fd376b34c0
ICU-7496 add internal char * string class for C++ implementation code
...
X-SVN-Rev: 28082
2010-05-20 21:16:44 +00:00
Andy Heninger
4e56218eb1
ICU-5193 Big decimal number formatting.
...
X-SVN-Rev: 27696
2010-02-26 02:29:00 +00:00
Steven R. Loomis
06b45900a4
ICU-7353 docs fixup
...
X-SVN-Rev: 27340
2010-01-20 00:20:05 +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
George Rhoten
6cacfbd7cb
ICU-5008 Undraft some API
...
X-SVN-Rev: 19003
2006-01-18 04:19:45 +00:00
George Rhoten
177c4eec63
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 18987
2006-01-14 09:24:33 +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
George Rhoten
3f20ab8dba
ICU-4189 Fix for UCONFIG_NO_CONVERSION.
...
X-SVN-Rev: 17567
2005-05-08 06:01:45 +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
Alan Liu
87bf19f73e
ICU-2825 update class doc
...
X-SVN-Rev: 15067
2004-04-28 00:04:54 +00:00
Alan Liu
1db13e2b86
ICU-2825 add Measure, MeasureUnit, CurrencyUnit, and CurrencyAmount classes, and operate through them
...
X-SVN-Rev: 15059
2004-04-27 21:47:09 +00:00
Alan Liu
894fb68198
ICU-2825 add currency attribute
...
X-SVN-Rev: 14977
2004-04-15 06:19:55 +00:00
Alan Liu
06c4bd41f3
ICU-3667 prefer UErrorCode& to UErrorCode* in C++ API
...
X-SVN-Rev: 14785
2004-03-27 04:49:02 +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
Steven R. Loomis
c1341d59a5
ICU-3445 UCONFIG
...
X-SVN-Rev: 14095
2003-12-11 01:47:45 +00:00
George Rhoten
fb0a19bbaf
ICU-813 Fix multithreaded issues and memory leak introduced by using gBogus.
...
Now use a class local variable fBogus for bogus strings.
This follows the DecimalFormatSymbols style.
X-SVN-Rev: 13898
2003-11-26 22:57:27 +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
Markus Scherer
9de47b7b54
ICU-699 add missing clone() functions
...
X-SVN-Rev: 13594
2003-11-05 21:59:41 +00:00
Doug Felt
6989169362
ICU-813 int64 formatting, unum (C), fmtable (error overloads)
...
X-SVN-Rev: 13572
2003-11-04 23:10:46 +00:00
Doug Felt
e5a79dc60c
ICU-813 int64 formatting support
...
X-SVN-Rev: 13547
2003-10-31 22:47:25 +00:00
George Rhoten
99f3cd6aee
ICU-3326 Improve build time
...
X-SVN-Rev: 13426
2003-10-15 07:51:31 +00:00
George Rhoten
492d57ac79
ICU-3221 Fix AIX linker warnings
...
X-SVN-Rev: 12997
2003-08-31 20:53:46 +00:00
George Rhoten
75930a0808
ICU-2589 Fix some doxygen warnings.
...
X-SVN-Rev: 12377
2003-06-09 06:13:14 +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
3283cb8b1b
ICU-2589 Fix some doxygen warnings.
...
X-SVN-Rev: 11881
2003-05-10 00:27:54 +00:00
George Rhoten
548ec9a6e7
ICU-2000 Fixed a compiler warning
...
X-SVN-Rev: 10981
2003-02-06 22:03: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
b00b17ebd1
ICU-2087 add "ICU 2.0" to versionless @stable tags, and add "ICU" to @stable tags that lack it
...
X-SVN-Rev: 10488
2002-12-05 00:30:16 +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
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
c24ba9b959
ICU-2031 change unmarked @draft tags
...
X-SVN-Rev: 9650
2002-08-09 19:31:13 +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
Markus Scherer
11948b52df
ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
...
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00