Home
last modified time | relevance | path

Searched refs:ucal_getHostTimeZone (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
/third_party/skia/third_party/externals/icu/source/i18n/
Ducal.cpp95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
/third_party/icu/icu4c/source/i18n/
Ducal.cpp95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
/third_party/node/deps/icu-small/source/i18n/
Ducal.cpp95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h534 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/third_party/icu/icu4c/source/test/cintltst/
Dccaltst.c256 i = ucal_getHostTimeZone(zone2, UPRV_LENGTHOF(zone2), &status); in TestCalendar()