Home
last modified time | relevance | path

Searched defs:winid (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Ducal.cpp808 ucal_getWindowsTimeZoneID(const char16_t* id, int32_t len, char16_t* winid, int32_t winidCapacity, … in ucal_getWindowsTimeZoneID()
826 ucal_getTimeZoneIDForWindowsID(const char16_t* winid, int32_t len, const char* region, char16_t* id… in ucal_getTimeZoneIDForWindowsID()
Dtimezone.cpp1595 TimeZone::getWindowsID(const UnicodeString& id, UnicodeString& winid, UErrorCode& status) { in getWindowsID()
1675 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErr… in getIDForWindowsID()
/third_party/skia/third_party/externals/icu/source/i18n/
Ducal.cpp796 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UError… in ucal_getWindowsTimeZoneID()
814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int3… in ucal_getTimeZoneIDForWindowsID()
Dtimezone.cpp1577 TimeZone::getWindowsID(const UnicodeString& id, UnicodeString& winid, UErrorCode& status) { in getWindowsID()
1657 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErr… in getIDForWindowsID()
/third_party/icu/icu4c/source/i18n/
Ducal.cpp796 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UError… in ucal_getWindowsTimeZoneID()
814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int3… in ucal_getTimeZoneIDForWindowsID()
Dtimezone.cpp1595 TimeZone::getWindowsID(const UnicodeString& id, UnicodeString& winid, UErrorCode& status) { in getWindowsID()
1675 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErr… in getIDForWindowsID()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java1181 public static String getIDForWindowsID(String winid, String region) { in getIDForWindowsID()
/third_party/icu/icu4c/source/test/intltest/
Dtztest.cpp2518 const char *winid; in TestGetWindowsID() member
2546 const char *winid; in TestGetIDForWindowsID() member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java1279 public static String getIDForWindowsID(String winid, String region) { in getIDForWindowsID()