Searched defs:winid (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | ucal.cpp | 808 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()
|
D | timezone.cpp | 1595 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/ |
D | ucal.cpp | 796 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()
|
D | timezone.cpp | 1577 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/ |
D | ucal.cpp | 796 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()
|
D | timezone.cpp | 1595 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/ |
D | TimeZone.java | 1181 public static String getIDForWindowsID(String winid, String region) { in getIDForWindowsID()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 2518 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/ |
D | TimeZone.java | 1279 public static String getIDForWindowsID(String winid, String region) { in getIDForWindowsID()
|