John Emmons
8988a12e7b
ICU-5676 clean up supplementalBundle - make local
...
X-SVN-Rev: 21611
2007-05-31 23:13:56 +00:00
John Emmons
faee4af533
ICU-5676 Use supplemental data for resolving parsed metazone data
...
X-SVN-Rev: 21567
2007-05-21 21:07:01 +00:00
Steven R. Loomis
d48f7af250
ICU-2895 Relative Dates
...
X-SVN-Rev: 21381
2007-04-09 22:29:57 +00:00
John Emmons
a17d2a5a77
ICU-5566 Fix metazone logic so the mz mappings are outside zoneStrings
...
X-SVN-Rev: 21247
2007-03-14 15:32:59 +00:00
John Emmons
83c6a2b2b4
ICU-5566 Port metazone functionality to ICU4C
...
X-SVN-Rev: 21220
2007-03-10 18:07:01 +00:00
George Rhoten
7d227b0bd2
ICU-5619 Fix Windows test failure when the timezone is GMT+5:45, and fix a documentation typo.
...
X-SVN-Rev: 21119
2007-02-26 07:59:55 +00:00
Yoshito Umaoka
fe62e13597
ICU-5597 Remove localized date time pattern characters from ICU locale data and update ICU4C DateFormatSymbols to use the base pattern
...
X-SVN-Rev: 21087
2007-02-22 23:44:11 +00:00
Markus Scherer
fcd1805872
ICU-5490 add UDateTimeScale for Unix time with microseconds granularity
...
X-SVN-Rev: 20625
2006-11-02 17:33:51 +00:00
George Rhoten
ef584abc21
ICU-5440 Return the correct list of supported locales for collation.
...
X-SVN-Rev: 20484
2006-10-04 06:05:30 +00:00
George Rhoten
ec2dd31072
ICU-5410 Don't put the deprecated internalSet function in a public header as inline.
...
Test that the deprecated enums aren't used.
This change makes it easier to view untested deprecated code.
X-SVN-Rev: 20375
2006-09-21 01:40:29 +00:00
George Rhoten
511415c0a6
ICU-5410 Improve code coverage by simplifying boolean expression
...
X-SVN-Rev: 20374
2006-09-21 01:26:20 +00:00
George Rhoten
53e8758805
ICU-5304 Improve namespace and mutex usage.
...
X-SVN-Rev: 20246
2006-09-04 17:01:02 +00:00
Eric Mader
e2e03f351c
ICU-5322 update sample code in doc comments.
...
X-SVN-Rev: 20216
2006-08-31 19:09:58 +00:00
George Rhoten
dfffb6fcc2
ICU-5221 @stable should be used instead of @since.
...
X-SVN-Rev: 20188
2006-08-29 23:16:55 +00:00
Ram Viswanadha
40de6d9299
ICU-5221 fix docs
...
X-SVN-Rev: 20186
2006-08-29 21:55:46 +00:00
Eric Mader
0817e0f7d0
ICU-4639 code review comments.
...
X-SVN-Rev: 20125
2006-08-21 23:35:23 +00:00
George Rhoten
05f2795ed1
ICU-5008 Make the @draft API mirror its U_STABLE label.
...
X-SVN-Rev: 20118
2006-08-19 21:30:03 +00:00
George Rhoten
f4741efce1
ICU-5009 Fix doxygen warnings.
...
X-SVN-Rev: 20031
2006-08-11 05:46:59 +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
Eric Mader
58de79fd9f
ICU-5241 Add getQuarters / setQuarters, and tests.
...
X-SVN-Rev: 19831
2006-07-12 23:21:02 +00:00
Markus Scherer
2c56554cbb
ICU-5211 add API functions: ucal_setGregorianChange() and ucal_getGregorianChange()
...
X-SVN-Rev: 19775
2006-06-27 23:06:25 +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
George Rhoten
5b973ae614
ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1.
...
X-SVN-Rev: 19622
2006-05-09 18:06:10 +00:00
George Rhoten
4493abae62
ICU-5161 Fix valgrind and Purify warnings about getTerminatedBuffer and uninitialized memory reads.
...
X-SVN-Rev: 19548
2006-04-14 21:43:21 +00:00
George Rhoten
b29549eef4
ICU-5143 Make sure that proper ownership rules of the RuleBasedCollator are followed.
...
Do deep copying where needed.
Don't dereference NULL on failure to create rule string.
Initialize all member variables.
Consolidate copy and pasted code.
X-SVN-Rev: 19509
2006-04-02 19:07:50 +00:00
Deborah Goldsmith
eaa65b983e
ICU-5112 Correct documentation of UDTS_MAC_OLD_TIME
...
X-SVN-Rev: 19472
2006-03-29 20:43:15 +00:00
George Rhoten
32416a8a9c
ICU-5125 Remove unusable code.
...
X-SVN-Rev: 19435
2006-03-25 00:15:56 +00:00
George Rhoten
818946b8f4
ICU-5008 Change some mislabeled @draft enums to @internal
...
X-SVN-Rev: 19098
2006-02-08 19:56:35 +00:00
Ram Viswanadha
5cb6459f4b
ICU-4947 remove trailing coma
...
X-SVN-Rev: 19085
2006-02-07 21:12:44 +00:00
Ram Viswanadha
215e701d26
ICU-4947 make sure that all headers pass with U_HIDE_DRAFT_API and friends set
...
X-SVN-Rev: 19075
2006-02-07 02:01:29 +00:00
Eric Mader
1e440fcb9e
ICU-4639 Fix compile / link errors having to do w/ C api functions.
...
X-SVN-Rev: 19071
2006-02-06 20:45:30 +00:00
Eric Mader
b452ca48e6
ICU-4639 Initial checkin of C port of CharsetDetection.
...
X-SVN-Rev: 19069
2006-02-06 18:03:11 +00:00
George Rhoten
de90c521bc
ICU-5008 Remove unused @internal macro
...
X-SVN-Rev: 19056
2006-02-02 04:38:04 +00:00
George Rhoten
cf6ba94da3
ICU-5008 Declare one instance of URegistryKey and make them all @stable
...
X-SVN-Rev: 19054
2006-02-02 03:48:14 +00:00
George Rhoten
2686453d7d
ICU-5009 Fix the documentation output for doxygen.
...
X-SVN-Rev: 19008
2006-01-18 07:02:22 +00:00
George Rhoten
5e3b816f7a
ICU-5009 Fix the documentation output for doxygen.
...
X-SVN-Rev: 19007
2006-01-18 06:37:07 +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
29f09c5768
ICU-5009 Fix some doxygen warnings
...
X-SVN-Rev: 19004
2006-01-18 05:50:06 +00:00
George Rhoten
6cacfbd7cb
ICU-5008 Undraft some API
...
X-SVN-Rev: 19003
2006-01-18 04:19:45 +00:00
George Rhoten
4ddc86def7
ICU-5008 Undraft some API
...
X-SVN-Rev: 19002
2006-01-18 04:02:07 +00:00
George Rhoten
177c4eec63
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 18987
2006-01-14 09:24:33 +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
George Rhoten
8d7ad82799
ICU-4947 Promote old draft API to stable to fix compiler errors.
...
X-SVN-Rev: 18956
2006-01-06 23:46:40 +00:00
George Rhoten
9327ff558b
ICU-4946 Move ULocaleData data structure out of ulocdata.h
...
X-SVN-Rev: 18848
2005-12-01 17:51:20 +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
George Rhoten
79a52e9d0c
ICU-4707 Fix some doxygen warnings
...
X-SVN-Rev: 18763
2005-11-05 15:44:49 +00:00
Ram Viswanadha
c73373cfd5
ICU-4912 xlC can't handle inline and virtual
...
X-SVN-Rev: 18762
2005-11-05 02:54:10 +00:00
Ram Viswanadha
caafcceb8f
ICU-4912 synchronize with ICU4J
...
X-SVN-Rev: 18758
2005-11-04 21:57:24 +00:00
John Emmons
2e08b8b27f
ICU-4885 Make DtContextType and DtWidthType zero based enums
...
X-SVN-Rev: 18720
2005-10-26 19:36:06 +00:00