Searched refs:ucal_getWindowsTimeZoneID (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 1650 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, 1677 * @see ucal_getWindowsTimeZoneID
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 1585 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, 1612 * @see ucal_getWindowsTimeZoneID
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 1585 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, 1612 * @see ucal_getWindowsTimeZoneID
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 796 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 D | ucal.cpp | 821 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 D | ucal.cpp | 796 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 D | ccaltst.c | 2428 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 D | icu_addon.cpp | 192 #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 D | urename.h | 548 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 547 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 542 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro
|
Completed in 47 milliseconds