Searched refs:ucal_getHostTimeZone (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucal.h | 695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | ucal.h | 695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucal.cpp | 95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
|
/third_party/icu/icu4c/source/i18n/ |
D | ucal.cpp | 95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucal.cpp | 95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 534 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 256 i = ucal_getHostTimeZone(zone2, UPRV_LENGTHOF(zone2), &status); in TestCalendar()
|