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 645 UCalendar* calendar,
677 * Get the UCalendar associated with an UDateFormat.
678 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
681 * @return A pointer to the UCalendar used by fmt.
685 U_STABLE const UCalendar* U_EXPORT2
689 * Set the UCalendar associated with an UDateFormat.
690 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
693 * @param calendarToSet A pointer to an UCalendar to be used by fmt.
699 const UCalendar* calendarToSet);
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.h 72 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d);
74 static void checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d,
81 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
83 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 85 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
385 /*testing the setAttributes and getAttributes of a UCalendar*/
428 /*testing if the UCalendar's timezone is currently in day light saving's time*/
429 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
440 /*closing the UCalendar*/
479 UCalendar *caldef = 0, *caldef2 = 0;
671 UCalendar *cal = 0;
676 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
    [all...]
cdattst.c 62 const UCalendar *cal;
402 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
769 UCalendar *cal=0;
    [all...]
cmsgtst.c 374 UCalendar *cal;
476 UCalendar *cal;
570 UCalendar *cal;
    [all...]
utmstest.c 447 UCalendar *cal;
cdtrgtst.c 128 UCalendar *cal;
275 UCalendar *cal;
cloctst.c     [all...]
  /external/icu4c/i18n/
ucal.cpp 129 U_CAPI UCalendar* U_EXPORT2
156 return (UCalendar*)Calendar::createInstance(zone, Locale(localeBuf), *status);
158 return (UCalendar*)Calendar::createInstance(zone, Locale(locale), *status);
162 ucal_close(UCalendar *cal)
168 U_CAPI UCalendar* U_EXPORT2
169 ucal_clone(const UCalendar* cal,
181 return (UCalendar*) res;
185 ucal_setTimeZone( UCalendar* cal,
203 ucal_getTimeZoneDisplayName(const UCalendar* cal,
243 ucal_inDaylightTime( const UCalendar* cal,
    [all...]
udat.cpp 228 UCalendar* calendar,
267 U_CAPI const UCalendar* U_EXPORT2
270 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar();
275 const UCalendar* calendarToSet)
calendar.cpp 134 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 72 UCalendar *cal = NULL;

Completed in 1443 milliseconds