Searched refs:ucal_getDefaultTimeZone (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/samples/date/
H A Ddate.c218 len = ucal_getDefaultTimeZone(tzName, len, &status);
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h621 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c588 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status);
H A Dccaltst.c223 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
225 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
233 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
235 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
239 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
/external/icu/icu4c/source/i18n/
H A Ducal.cpp67 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { function
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp466 len = ucal_getDefaultTimeZone(buf, 100, status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h515 #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone) macro

Completed in 265 milliseconds