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

/external/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c218 len = ucal_getDefaultTimeZone(tzName, len, &status);
/external/icu/icu4c/source/samples/date/
H A Ddate.c218 len = ucal_getDefaultTimeZone(tzName, len, &status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h621 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h621 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c588 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status);
H A Dccaltst.c222 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
224 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
232 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
234 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
238 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
/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/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp67 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { function
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp466 len = ucal_getDefaultTimeZone(buf, 100, status);
/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.h508 #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h518 #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone) macro

Completed in 366 milliseconds