/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 24 * UCalendar C API is used for converting between a <code>UDate</code> object 32 * Types of <code>UCalendar</code> interpret a <code>UDate</code> 39 * <code>UCalendar</code> whose time fields have been initialized 45 * UCalendar *caldef; 56 * A <code>UCalendar</code> object can produce all the time field values 153 typedef void* UCalendar; 180 /** Possible fields in a UCalendar 450 /** Possible days of the week in a UCalendar 473 /** Possible months in a UCalendar. Note: Calendar month is 0-based. 511 /** Possible AM/PM values in a UCalendar [all...] |
udat.h | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.h | 76 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d); 78 static void checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d, 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day); 87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
|
cdtdptst.c | 81 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); 235 UCalendar *cal; 306 UCalendar *cal;
|
ccaltst.c | 96 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; 396 /*testing the setAttributes and getAttributes of a UCalendar*/ 439 /*testing if the UCalendar's timezone is currently in day light saving's time*/ 440 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n"); 451 /*closing the UCalendar*/ 490 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; 754 UCalendar *cal = 0; [all...] |
cdattst.c | 73 const UCalendar *cal; 427 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); [all...] |
cmsgtst.c | 379 UCalendar *cal; 481 UCalendar *cal; 575 UCalendar *cal; [all...] |
utmstest.c | 448 UCalendar *cal;
|
cdtrgtst.c | 128 UCalendar *cal; 275 UCalendar *cal;
|
cloctst.c | [all...] |
/external/icu/icu4c/source/i18n/ |
ucal.cpp | 130 U_CAPI UCalendar* U_EXPORT2 157 return (UCalendar*)Calendar::createInstance(zone, Locale(localeBuf), *status); 159 return (UCalendar*)Calendar::createInstance(zone, Locale(locale), *status); 163 ucal_close(UCalendar *cal) 169 U_CAPI UCalendar* U_EXPORT2 170 ucal_clone(const UCalendar* cal, 182 return (UCalendar*) res; 186 ucal_setTimeZone( UCalendar* cal, 204 ucal_getTimeZoneID(const UCalendar *cal, 219 ucal_getTimeZoneDisplayName(const UCalendar* cal [all...] |
udat.cpp | 249 UCalendar* calendar, 315 UCalendar* calendar, 375 UCalendar* calendar, 436 U_CAPI const UCalendar* U_EXPORT2 439 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar(); 444 const UCalendar* calendarToSet) [all...] |
calendar.cpp | 147 U_CFUNC void ucal_dump(UCalendar* cal) { [all...] |
/external/icu/icu4c/source/samples/datecal/ |
ccal.c | 20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
|
/external/icu/icu4c/source/samples/cal/ |
cal.c | 73 static void print_month(UCalendar *c, 78 static void print_year(UCalendar *c, 231 UCalendar *c; 418 print_month(UCalendar *c, 535 print_year(UCalendar *c, 549 UCalendar *left_cal, *right_cal;
|
/external/icu/icu4c/source/tools/toolutil/ |
toolutil.cpp | 87 UCalendar *cal = NULL;
|