John Emmons
ec9921c61c
ICU-6750 Allow aliases in numbering system descriptions
...
X-SVN-Rev: 25469
2009-02-23 22:41:41 +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
John Emmons
af79a4c70f
ICU-6694 Fix to delete internal NumberingSystems when they are no longer needed
...
X-SVN-Rev: 25306
2009-01-23 18:23:05 +00:00
John Emmons
468ca36b11
ICU-6694 Move setting of zeroDigit from NummberFormat to DecimalFormatSymbols per Yoshito's suggestion
...
X-SVN-Rev: 25300
2009-01-23 00:53:11 +00:00
Eric Mader
98e2009c00
ICU-6694 fix compile problem w/ VS 2008.
...
X-SVN-Rev: 25287
2009-01-22 18:13:05 +00:00
John Emmons
6070262c2f
ICU-6694 Implementation of numbering systems and the @numbers keyword
...
X-SVN-Rev: 25285
2009-01-22 04:46:35 +00:00
Michael Ow
44ee923138
ICU-6132 Add check in parseCurrency and registerFactory for null pointer.
...
X-SVN-Rev: 23267
2008-01-17 23:16:29 +00:00
George Rhoten
a0088597b1
ICU-5852 Improve ability to round denormalized IEEE754 numbers and improve debug output.
...
X-SVN-Rev: 22417
2007-08-17 05:27:19 +00:00
George Rhoten
dbc0d1d9ee
ICU-5349 Use UMTX_CHECK for double check locking.
...
X-SVN-Rev: 20176
2006-08-29 04:57:05 +00:00
Eric Mader
a992570c40
ICU-4152 Initial check in of Windows formatting code!
...
X-SVN-Rev: 18963
2006-01-12 19:53:58 +00:00
Ram Viswanadha
0bdf064c1d
ICU-3832 Add support for monetary grouping separator
...
X-SVN-Rev: 18960
2006-01-09 23:03:31 +00:00
Vladimir Weinstein
b28410ab1b
ICU-4835 move *getByKeyWithFallback to internal header
...
X-SVN-Rev: 18664
2005-10-11 23:59:46 +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
f9baa59b7b
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17308
2005-03-09 23:50:26 +00:00
George Rhoten
939f4f60a4
ICU-4296 Don't export some internal static const variables.
...
Also fgNumberPatternsCount has the wrong value.
X-SVN-Rev: 17009
2004-12-22 23:32:48 +00:00
George Rhoten
fef1b77683
ICU-4092 Increase code coverage.
...
Fix broken RTTI on Windows by splitting service registration into separate files,
and rename files for consistency at the request from Doug.
X-SVN-Rev: 16979
2004-12-21 06:55:20 +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
9fe39e1c8c
ICU-3805 Break putil.h/utypes.h header file dependancy loop
...
X-SVN-Rev: 16529
2004-10-18 02:43:33 +00:00
George Rhoten
d24eab530d
ICU-3837 Fix UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16426
2004-10-08 06:23:24 +00:00
George Rhoten
7dd960a8b4
ICU-4078 Loosely couple the cleanup functions.
...
X-SVN-Rev: 16307
2004-09-12 23:07:29 +00:00
George Rhoten
592ed13f9a
ICU-4084 Make sure that ures_* is used instead of the slower ResourceBundle.
...
X-SVN-Rev: 16251
2004-09-03 15:24:16 +00:00
George Rhoten
95873dd022
ICU-4084 Improve DateFormat construction performance.
...
X-SVN-Rev: 16247
2004-09-02 19:08:28 +00:00
George Rhoten
15ea893568
ICU-4078 Centralize a dependency on conversion (take it out of the header)
...
X-SVN-Rev: 16231
2004-08-31 21:14:59 +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
George Rhoten
a89a43144b
ICU-4017 Fix behavior of explicitly requested non-existent currency
...
X-SVN-Rev: 16137
2004-08-10 05:37:11 +00:00
George Rhoten
ded716bf2c
ICU-4017 Fix failure behavior of explicitly requested non-existent currency
...
X-SVN-Rev: 16133
2004-08-09 07:07:33 +00:00
George Rhoten
e069f28ece
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16034
2004-07-18 01:37:13 +00:00
Andy Heninger
8ec93303c2
ICU-3783 Make getDynamicClassID() pure virutal on abstract classes.
...
X-SVN-Rev: 15705
2004-06-04 01:16:05 +00:00
Ram Viswanadha
ae129a2d75
ICU-3635 fix failure on Unix
...
X-SVN-Rev: 15693
2004-06-03 22:17:34 +00:00
Ram Viswanadha
d95bb2171f
ICU-3635 handle _PREEURO correctly
...
X-SVN-Rev: 15680
2004-06-03 17:44:02 +00:00
Andy Heninger
e57f8ed178
ICU-3783 restore getStaticClassID() to several classes from which it had been removed in error.
...
X-SVN-Rev: 15619
2004-05-28 20:13:11 +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
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
George Rhoten
3c981b5db7
ICU-3685 Use different function names.
...
X-SVN-Rev: 14910
2004-04-08 23:24:45 +00:00
George Rhoten
c7556e10ff
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14905
2004-04-08 19:11:25 +00:00
George Rhoten
5e9f5d084f
ICU-3500 Fix AIX compiler warnings
...
X-SVN-Rev: 14902
2004-04-07 22:19:26 +00:00
George Rhoten
df336fd5c5
ICU-3500 Fix AIX compiler warnings
...
X-SVN-Rev: 14900
2004-04-07 21:58:43 +00:00
George Rhoten
232ee12872
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14896
2004-04-07 05:20:22 +00:00
Alan Liu
6787d6530a
ICU-3399 add UErrorCode to setCurrency; move operator== class check into Format
...
X-SVN-Rev: 14508
2004-02-13 01:51:42 +00:00
Alan Liu
91390d5ea7
ICU-2202 preliminary checkin
...
X-SVN-Rev: 14367
2004-01-20 23:06:38 +00:00
Doug Felt
a0bcf427af
ICU-3222 fix compiler warnings
...
X-SVN-Rev: 13930
2003-12-02 01:55:53 +00:00
Vladimir Weinstein
8ab4bf13f7
ICU-2202 getLocale implementation for formatting classes and calendar
...
X-SVN-Rev: 13777
2003-11-19 23:31:45 +00:00
Vladimir Weinstein
d4e8b6d20b
ICU-2202 C++ format getLocale API placeholders
...
X-SVN-Rev: 13729
2003-11-14 21:53:10 +00:00
Doug Felt
e5a79dc60c
ICU-813 int64 formatting support
...
X-SVN-Rev: 13547
2003-10-31 22:47:25 +00:00
George Rhoten
492d57ac79
ICU-3221 Fix AIX linker warnings
...
X-SVN-Rev: 12997
2003-08-31 20:53:46 +00:00
Andy Heninger
60fccf72a2
ICU-2970 Mutex initialization in translit. Thread safety in numformat.
...
X-SVN-Rev: 12380
2003-06-09 20:06:55 +00:00
Steven R. Loomis
c07cd057ad
ICU-2970 use global mutex for protecting lazy initialized services
...
X-SVN-Rev: 12362
2003-06-06 22:01:28 +00:00
Doug Felt
7259965261
ICU-2821 changes based on alan's review
...
X-SVN-Rev: 12229
2003-06-02 22:25:08 +00:00
Doug Felt
fb473c85d1
ICU-2959 update copyright notices
...
X-SVN-Rev: 12221
2003-06-02 18:47:02 +00:00