Yoshito Umaoka
|
b676128bfe
|
ICU-9648 Changed BasicTimeZone public API methods to const.
X-SVN-Rev: 33109
|
2013-02-01 07:39:04 +00:00 |
|
Yoshito Umaoka
|
08223859e3
|
ICU-9735 Added a C API ucal_getTimeZoneID.
X-SVN-Rev: 33005
|
2013-01-02 16:58:24 +00:00 |
|
Peter Edberg
|
3d6cf30378
|
ICU-9606 Review comments: Use LocalPointer for btzClone, delete incorrect comment
X-SVN-Rev: 32594
|
2012-10-11 01:07:10 +00:00 |
|
Peter Edberg
|
3e36b67cf7
|
ICU-9606 Add ucal_getTimeZoneTransitionDate, UTimeZoneTransitionType and tests
X-SVN-Rev: 32545
|
2012-10-08 00:32:59 +00:00 |
|
Jungshik Shin
|
4934b397a8
|
ICU-8343 fix build errors in Visual Studio when exception is disabled
X-SVN-Rev: 32010
|
2012-06-28 23:28:00 +00:00 |
|
Yoshito Umaoka
|
9d6a55f33d
|
ICU-8916 Calendar APIs supporting options for handling ambiguous wall time (Merged from the work branch to the ICU4C trunk).
X-SVN-Rev: 31421
|
2012-02-17 23:53:05 +00:00 |
|
Andy Heninger
|
5b3a708915
|
ICU-8992 Compiler Warning cleanup for gcc 4.6.1
X-SVN-Rev: 31329
|
2012-02-06 19:57:08 +00:00 |
|
Claire Ho
|
0a032f2cfe
|
ICU-9047 Fix the link error from ARM gcc.
X-SVN-Rev: 31232
|
2012-01-19 22:12:21 +00:00 |
|
Peter Edberg
|
b4653c9f9f
|
ICU-8397 Add ucal_getFieldDifference, C wrapper for Calendar::fieldDifference(...)
X-SVN-Rev: 29966
|
2011-05-02 23:42:11 +00:00 |
|
Yoshito Umaoka
|
34bc79c98b
|
ICU-8278 New APIs TimeZone::createTimeZoneIDEnumeration and ucal_openTimeZoneIDEnumeration for supporting canonical/canonical location zone iteration. The fix for ticket#8349 Etc/Unknown problem was also done at the same time.
X-SVN-Rev: 29498
|
2011-03-01 18:29:13 +00:00 |
|
Markus Scherer
|
f6a04770ff
|
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
|
2010-05-19 17:29:33 +00:00 |
|
Peter Edberg
|
4c6887c581
|
ICU-7295 ucal_open crash if locale==NULL && caltype==UCAL_GREGORIAN
X-SVN-Rev: 27414
|
2010-01-26 07:21:21 +00:00 |
|
Peter Edberg
|
8e57ee7bac
|
ICU-2223 Port weekend APIs from ICU4J to C,C++ (dummy implementation for now)
X-SVN-Rev: 27292
|
2010-01-15 23:38:12 +00:00 |
|
Michael Ow
|
b4853d0331
|
ICU-7222 Remove Windows x64 warnings by casting explicitly.
X-SVN-Rev: 26870
|
2009-11-11 15:47:22 +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 |
|
Michael Ow
|
9e716413b2
|
ICU-3378 Use constants in uloc.h.
X-SVN-Rev: 25678
|
2009-03-30 18:51:03 +00:00 |
|
Yoshito Umaoka
|
9d0666f840
|
ICU-6661 ucal_getKeywordValuesForLocale to use calendarPreference data from CLDR. Updated supplementalData.txt generated from the CLDR CVS head version of supplementalData.xml (1.205).
X-SVN-Rev: 25652
|
2009-03-25 17:59:48 +00:00 |
|
Andy Heninger
|
2a788397fd
|
ICU-2515 Make uenum_openStringEnumeration() public, rename to uenum_openFromStringEnumeration()
X-SVN-Rev: 25619
|
2009-03-18 20:23:40 +00:00 |
|
Michael Ow
|
aa05d999c7
|
ICU-3378 Port over getKeywordValuesForLocale API from ICU4J to ICU4C. Add test for this new API. Also add for, internal use, Linked List API for when creating UEnumeration.
X-SVN-Rev: 25527
|
2009-03-09 20:39:13 +00:00 |
|
Yoshito Umaoka
|
0d0f1dce49
|
ICU-3378 Checking in API headers for getKeywordValuesForLocale with empty implementation for 4.2M3.
X-SVN-Rev: 25407
|
2009-02-14 02:32:41 +00:00 |
|
Peter Edberg
|
c9079b0322
|
ICU-6614 Add UErrorCode* parameter for ucal_getType; improve UCalendarType comments.
X-SVN-Rev: 25037
|
2008-12-02 22:56:31 +00:00 |
|
Peter Edberg
|
4510d290cd
|
ICU-6615 define UCAL_DEFAULT, make UCAL_GREGORIAN work correctly in ucal_open
X-SVN-Rev: 24935
|
2008-11-07 04:50:24 +00:00 |
|
Peter Edberg
|
d53d0406af
|
ICU-6614 Add ucal_getType()
X-SVN-Rev: 24931
|
2008-11-06 06:49:30 +00:00 |
|
Peter Edberg
|
342953342c
|
ICU-5568 Add ucal_clone()
X-SVN-Rev: 24014
|
2008-05-28 04:53:32 +00:00 |
|
Yoshito Umaoka
|
ba7bd65b8f
|
ICU-5561 Added another version of getCanonicalID which tells you if the given ID is a system timezon in C++. Updated ucal_getCanonicalTimeZone to support the feature as well.
X-SVN-Rev: 23354
|
2008-02-05 19:14:43 +00:00 |
|
Yoshito Umaoka
|
873d3f5b19
|
ICU-5561 Adding new C++ API TimeZone::getCanonicalID and its C corresponding. Added test cases for the new API. Cleaned up ZoneMeta class.
X-SVN-Rev: 23299
|
2008-01-23 23:47:13 +00:00 |
|
George Rhoten
|
9ce90e2c18
|
ICU-5856 Promote @draft API to @stable for ICU 3.8 release, and make sure that the existing API is labeled correctly.
X-SVN-Rev: 22422
|
2007-08-19 08:59:28 +00:00 |
|
Yoshito Umaoka
|
0651c49b65
|
ICU-3778 Added getTZDataVersion for C and C++
X-SVN-Rev: 22063
|
2007-07-19 22:29:51 +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 |
|
George Rhoten
|
52a4ce132b
|
ICU-4084 Improve DateFormat construction performance.
X-SVN-Rev: 16226
|
2004-08-31 20:31:12 +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
|
91390d5ea7
|
ICU-2202 preliminary checkin
X-SVN-Rev: 14367
|
2004-01-20 23:06:38 +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 |
|
Markus Scherer
|
1abc435a83
|
ICU-3403 cut out @obsolete ICU 2.8 APIs
X-SVN-Rev: 13771
|
2003-11-19 21:51:36 +00:00 |
|
Vladimir Weinstein
|
0fd90f3eb3
|
ICU-2202 getLocale API for calendar. API placeholder inserted.
X-SVN-Rev: 13727
|
2003-11-14 21:08:16 +00:00 |
|
Alan Liu
|
46cb271bfc
|
ICU-2966 add heuristic for ucal_getDSTSavings for non-SimpleTimeZones
X-SVN-Rev: 12847
|
2003-08-15 21:05:51 +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 |
|
Alan Liu
|
03c212daf4
|
ICU-887 add new ucal_ time zone API
X-SVN-Rev: 11249
|
2003-03-05 18:36:48 +00:00 |
|
GCL Shanghai
|
513a23fdae
|
ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11137
|
2003-02-21 08:32:22 +00:00 |
|
Alan Liu
|
1d72926c95
|
ICU-2347 make review fixes
X-SVN-Rev: 10309
|
2002-11-21 00:59:20 +00:00 |
|
Markus Scherer
|
f8a169d29a
|
ICU-2351 make behavior of bogus strings consistent with NULL: only assignment revives a bogus string - special code for output string wrappers for pure preflighting
X-SVN-Rev: 10282
|
2002-11-16 01:14:40 +00:00 |
|
Steven R. Loomis
|
e08ac06893
|
ICU-2347 Cast away const on delete.
X-SVN-Rev: 10245
|
2002-11-14 00:47:56 +00:00 |
|
Alan Liu
|
66a285bef3
|
ICU-2347 add new timezone enumeration API and deprecate old one
X-SVN-Rev: 10230
|
2002-11-12 23:52:27 +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 |
|
Alan Liu
|
5c91a5339e
|
ICU-2060 add Calendar::isEquivalentTo() method
X-SVN-Rev: 9750
|
2002-08-21 18:33:38 +00:00 |
|
Markus Scherer
|
f1ba8a9d4f
|
ICU-1962 use uprv_malloc/free instead of new/delete for non-class types
X-SVN-Rev: 9204
|
2002-07-16 17:50:42 +00:00 |
|
Ram Viswanadha
|
e4011b086e
|
ICU-1986 remove deprecated API
X-SVN-Rev: 9178
|
2002-07-16 00:15:23 +00:00 |
|
George Rhoten
|
79d29d4e37
|
ICU-1296 Fixed the constness of createAvailableIDs
X-SVN-Rev: 8129
|
2002-03-20 00:15:44 +00:00 |
|
George Rhoten
|
859edb1416
|
ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems
X-SVN-Rev: 7187
|
2001-11-30 00:06:13 +00:00 |
|
Vladimir Weinstein
|
6bc1ab66fe
|
ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7039
|
2001-11-21 01:08:55 +00:00 |
|