HomeSort by relevance Sort by last modified time
    Searched refs:UCalendar (Results 1 - 16 of 16) sorted by null

  /external/icu4c/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 855 * UCAL_ERA field of the UCalendar object) is not normally part of the format,
857 * recommended that clients parse using udat_parseCalendar with the UCalendar
901 UCalendar* calendar,
    [all...]
  /external/icu4c/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 79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
233 UCalendar *cal;
304 UCalendar *cal;
ccaltst.c 90 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
390 /*testing the setAttributes and getAttributes of a UCalendar*/
433 /*testing if the UCalendar's timezone is currently in day light saving's time*/
434 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
445 /*closing the UCalendar*/
484 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0;
727 UCalendar *cal = 0;
732 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
    [all...]
cdattst.c 65 const UCalendar *cal;
408 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
    [all...]
cmsgtst.c 376 UCalendar *cal;
478 UCalendar *cal;
572 UCalendar *cal;
    [all...]
utmstest.c 447 UCalendar *cal;
cdtrgtst.c 128 UCalendar *cal;
275 UCalendar *cal;
cloctst.c     [all...]
  /external/icu4c/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_getTimeZoneDisplayName(const UCalendar* cal,
244 ucal_inDaylightTime( const UCalendar* cal,
    [all...]
udat.cpp 271 UCalendar* calendar,
310 U_CAPI const UCalendar* U_EXPORT2
313 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar();
318 const UCalendar* calendarToSet)
    [all...]
calendar.cpp 142 U_CFUNC void ucal_dump(UCalendar* cal) {
    [all...]
  /external/icu4c/samples/datecal/
ccal.c 20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
  /external/icu4c/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/icu4c/tools/toolutil/
toolutil.cpp 76 UCalendar *cal = NULL;

Completed in 1112 milliseconds