Home
last modified time | relevance | path

Searched refs:ucal_getWindowsTimeZoneID (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h1650 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len,
1677 * @see ucal_getWindowsTimeZoneID
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h1585 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len,
1612 * @see ucal_getWindowsTimeZoneID
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h1585 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len,
1612 * @see ucal_getWindowsTimeZoneID
/third_party/icu/icu4c/source/i18n/
H A Ducal.cpp796 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UErrorCode* status) { in ucal_getWindowsTimeZoneID() function
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp821 ucal_getWindowsTimeZoneID(const char16_t* id, int32_t len, char16_t* winid, int32_t winidCapacity, UErrorCode* status) { in ucal_getWindowsTimeZoneID() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp796 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UErrorCode* status) { in ucal_getWindowsTimeZoneID() function
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c2428 len = ucal_getWindowsTimeZoneID(tzNewYork, u_strlen(tzNewYork), winID, UPRV_LENGTHOF(winID), &status); in TestGetWindowsTimeZoneID()
2437 len = ucal_getWindowsTimeZoneID(tzTronto, u_strlen(tzTronto), winID, UPRV_LENGTHOF(winID), &status); in TestGetWindowsTimeZoneID()
2446 len = ucal_getWindowsTimeZoneID(sBogus, u_strlen(sBogus), winID, UPRV_LENGTHOF(winID), &status); in TestGetWindowsTimeZoneID()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp192 #undef ucal_getWindowsTimeZoneID macro
1118 int32_t ucal_getWindowsTimeZoneID(const UChar *id, int32_t len, UChar *winid, int32_t winidCapacity, in ucal_getWindowsTimeZoneID() function
1121 return U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID)(id, len, winid, winidCapacity, status); in ucal_getWindowsTimeZoneID()
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h548 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h547 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h542 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro

Completed in 47 milliseconds