Searched refs:UCalendar (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h24 * 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; typedef
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...]
H A Dudat.h958 * UCAL_ERA field of the UCalendar object) is not normally part of the format,
960 * recommended that clients parse using udat_parseCalendar with the UCalendar
1004 UCalendar* calendar,
1036 * Get the UCalendar associated with an UDateFormat.
1037 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
1040 * @return A pointer to the UCalendar used by fmt.
1044 U_STABLE const UCalendar* U_EXPORT2
1048 * Set the UCalendar associated with an UDateFormat.
1049 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
1052 * @param calendarToSet A pointer to an UCalendar t
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h24 * 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; typedef
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...]
H A Dudat.h973 * UCAL_ERA field of the UCalendar object) is not normally part of the format,
975 * recommended that clients parse using udat_parseCalendar with the UCalendar
1019 UCalendar* calendar,
1051 * Get the UCalendar associated with an UDateFormat.
1052 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
1055 * @return A pointer to the UCalendar used by fmt.
1059 U_STABLE const UCalendar* U_EXPORT2
1063 * Set the UCalendar associated with an UDateFormat.
1064 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
1067 * @param calendarToSet A pointer to an UCalendar t
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.h76 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,
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
233 UCalendar *cal;
304 UCalendar *cal;
H A Dccaltst.c95 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
395 /*testing the setAttributes and getAttributes of a UCalendar*/
438 /*testing if the UCalendar's timezone is currently in day light saving's time*/
439 log_verbose("\nTesting if the UCalendar is currently in daylight saving's time\n");
450 /*closing the UCalendar*/
489 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0;
753 UCalendar *cal = 0;
759 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
914 UCalendar *cal = 0;
1034 log_verbose("\nTesting UCalendar ad
[all...]
H A Dcdattst.c67 const UCalendar *cal;
410 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
796 UCalendar *cal=0;
900 UCalendar* tempCal = 0;
901 UCalendar* calendar = 0;
975 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
977 /* Get the current year from the default UCalendar */
H A Dcmsgtst.c380 UCalendar *cal;
482 UCalendar *cal;
576 UCalendar *cal;
H A Dutmstest.c449 UCalendar *cal;
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.h76 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,
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
233 UCalendar *cal;
304 UCalendar *cal;
H A Dccaltst.c96 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;
760 log_verbose("\nFetching pointer to UCalendar using the ucal_open()\n");
915 UCalendar *cal = 0;
1035 log_verbose("\nTesting UCalendar ad
[all...]
H A Dcdattst.c67 const UCalendar *cal;
410 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
796 UCalendar *cal=0;
900 UCalendar* tempCal = 0;
901 UCalendar* calendar = 0;
975 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
977 /* Get the current year from the default UCalendar */
1484 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status);
H A Dcmsgtst.c380 UCalendar *cal;
482 UCalendar *cal;
576 UCalendar *cal;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp130 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* ca
[all...]
H A Dudat.cpp271 UCalendar* calendar,
310 U_CAPI const UCalendar* U_EXPORT2
313 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar();
318 const UCalendar* calendarToSet)
/external/icu/icu4c/source/i18n/
H A Ducal.cpp130 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* ca
[all...]
H A Dudat.cpp274 UCalendar* calendar,
313 U_CAPI const UCalendar* U_EXPORT2
316 return (const UCalendar*) ((DateFormat*)fmt)->getCalendar();
321 const UCalendar* calendarToSet)
/external/chromium_org/third_party/icu/source/samples/datecal/
H A Dccal.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
/external/icu/icu4c/source/samples/datecal/
H A Dccal.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
/external/chromium_org/third_party/icu/source/samples/cal/
H A Dcal.c73 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/samples/cal/
H A Dcal.c73 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/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp86 UCalendar *cal = NULL;
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp87 UCalendar *cal = NULL;

Completed in 462 milliseconds

12