/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | timezone.h | 461 * @param winid Receives a Windows time zone ID. When the input system time zone ID is unknown 464 * @return A reference to the result (<code>winid</code>). 470 UnicodeString& winid, UErrorCode& status); 488 * @param winid A Windows time zone ID. 498 static UnicodeString& U_EXPORT2 getIDForWindowsID(const UnicodeString& winid, const char* region,
|
H A D | ucal.h | 1576 * @param winid A buffer to receive a Windows time zone ID. 1577 * @param winidCapacity The capacity of the result buffer <code>winid</code>. 1586 UChar* winid, int32_t winidCapacity, UErrorCode* status); 1605 * @param winid A Windows time zone ID. 1606 * @param len The length of <code>winid</code>, or -1 if null-terminated. 1617 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | timezone.h | 492 * @param winid Receives a Windows time zone ID. When the input system time zone ID is unknown 495 * @return A reference to the result (<code>winid</code>). 501 UnicodeString& winid, UErrorCode& status); 519 * @param winid A Windows time zone ID. 529 static UnicodeString& U_EXPORT2 getIDForWindowsID(const UnicodeString& winid, const char* region,
|
H A D | ucal.h | 1641 * @param winid A buffer to receive a Windows time zone ID. 1642 * @param winidCapacity The capacity of the result buffer <code>winid</code>. 1651 UChar* winid, int32_t winidCapacity, UErrorCode* status); 1670 * @param winid A Windows time zone ID. 1671 * @param len The length of <code>winid</code>, or -1 if null-terminated. 1682 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | timezone.h | 412 * @param winid Receives a Windows time zone ID. When the input system time zone ID is unknown 415 * @return A reference to the result (<code>winid</code>). 421 UnicodeString& winid, UErrorCode& status); 439 * @param winid A Windows time zone ID. 449 static UnicodeString& U_EXPORT2 getIDForWindowsID(const UnicodeString& winid, const char* region,
|
H A D | ucal.h | 1576 * @param winid A buffer to receive a Windows time zone ID. 1577 * @param winidCapacity The capacity of the result buffer <code>winid</code>. 1586 UChar* winid, int32_t winidCapacity, UErrorCode* status); 1605 * @param winid A Windows time zone ID. 1606 * @param len The length of <code>winid</code>, or -1 if null-terminated. 1617 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 1595 TimeZone::getWindowsID(const UnicodeString& id, UnicodeString& winid, UErrorCode& status) { in getWindowsID() argument 1596 winid.remove(); in getWindowsID() 1598 return winid; in getWindowsID() 1613 return winid; in getWindowsID() 1620 return winid; in getWindowsID() 1657 winid = UnicodeString(ures_getKey(winzone), -1 , US_INV); in getWindowsID() 1669 return winid; in getWindowsID() 1675 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) { in getIDForWindowsID() argument 1690 int32_t winKeyLen = winid.extract(0, winid in getIDForWindowsID() [all...] |
H A D | ucal.cpp | 796 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UErrorCode* status) { in ucal_getWindowsTimeZoneID() argument 807 resultWinID.extract(winid, winidCapacity, *status); in ucal_getWindowsTimeZoneID() 814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument 822 TimeZone::getIDForWindowsID(UnicodeString(winid, len), region, resultID, *status); in ucal_getTimeZoneIDForWindowsID()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 1611 TimeZone::getWindowsID(const UnicodeString& id, UnicodeString& winid, UErrorCode& status) { in getWindowsID() argument 1612 winid.remove(); in getWindowsID() 1614 return winid; in getWindowsID() 1629 return winid; in getWindowsID() 1636 return winid; in getWindowsID() 1673 winid = UnicodeString(ures_getKey(winzone), -1 , US_INV); in getWindowsID() 1685 return winid; in getWindowsID() 1691 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) { in getIDForWindowsID() argument 1706 int32_t winKeyLen = winid.extract(0, winid in getIDForWindowsID() [all...] |
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() argument 832 resultWinID.extract(winid, winidCapacity, *status); in ucal_getWindowsTimeZoneID() 839 ucal_getTimeZoneIDForWindowsID(const char16_t* winid, int32_t len, const char* region, char16_t* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument 847 TimeZone::getIDForWindowsID(UnicodeString(winid, len), region, resultID, *status); in ucal_getTimeZoneIDForWindowsID()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | timezone.cpp | 1577 TimeZone::getWindowsID(const UnicodeString& id, UnicodeString& winid, UErrorCode& status) { in getWindowsID() argument 1578 winid.remove(); in getWindowsID() 1580 return winid; in getWindowsID() 1595 return winid; in getWindowsID() 1602 return winid; in getWindowsID() 1639 winid = UnicodeString(ures_getKey(winzone), -1 , US_INV); in getWindowsID() 1651 return winid; in getWindowsID() 1657 TimeZone::getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) { in getIDForWindowsID() argument 1672 int32_t winKeyLen = winid.extract(0, winid in getIDForWindowsID() [all...] |
H A D | ucal.cpp | 796 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UErrorCode* status) { in ucal_getWindowsTimeZoneID() argument 807 resultWinID.extract(winid, winidCapacity, *status); in ucal_getWindowsTimeZoneID() 814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument 822 TimeZone::getIDForWindowsID(UnicodeString(winid, len), region, resultID, *status); in ucal_getTimeZoneIDForWindowsID()
|
/third_party/backends/backend/ |
H A D | tamarack.h | 185 unsigned char winid; member
|
H A D | tamarack.c | 340 dwp.wdb.winid = WINID; in scan_area_and_windows() 432 unsigned char winid[1]; in start_scan() member 437 c.cmd.len = sizeof (c.winid); in start_scan() 438 c.winid[0] = WINID; in start_scan()
|
H A D | avision.h | 670 uint8_t winid; member
|
H A D | avision.c | 1961 window->descriptor.winid); in debug_print_window_descriptor() 6249 cmd.window.descriptor.winid = AV_WINID; /* normally defined to be zero */ in set_window()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tztest.cpp | 2518 const char *winid; in TestGetWindowsID() member 2540 assertEquals(TESTDATA[i].id, UnicodeString(TESTDATA[i].winid), windowsID, true); in TestGetWindowsID() 2546 const char *winid; in TestGetIDForWindowsID() member 2562 for (int32_t i = 0; TESTDATA[i].winid != 0; i++) { in TestGetIDForWindowsID() 2566 TimeZone::getIDForWindowsID(UnicodeString(TESTDATA[i].winid), TESTDATA[i].region, in TestGetIDForWindowsID() 2568 assertSuccess(UnicodeString(TESTDATA[i].winid) + "/" + TESTDATA[i].region, sts); in TestGetIDForWindowsID() 2569 assertEquals(UnicodeString(TESTDATA[i].winid) + "/" + TESTDATA[i].region, TESTDATA[i].id, id, true); in TestGetIDForWindowsID()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | TimeZone.java | 1271 * @param winid A Windows time zone ID 1279 public static String getIDForWindowsID(String winid, String region) { in getIDForWindowsID() argument 1287 UResourceBundle zones = mapTimezones.get(winid); in getIDForWindowsID()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | TimeZone.java | 1175 * @param winid A Windows time zone ID 1181 public static String getIDForWindowsID(String winid, String region) { in getIDForWindowsID() argument 1189 UResourceBundle zones = mapTimezones.get(winid); in getIDForWindowsID()
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 1093 int32_t ucal_getTimeZoneIDForWindowsID(const UChar *winid, int32_t len, const char *region, UChar *id, in ucal_getTimeZoneIDForWindowsID() argument 1096 return U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID)(winid, len, region, id, idCapacity, status); in ucal_getTimeZoneIDForWindowsID() 1118 int32_t ucal_getWindowsTimeZoneID(const UChar *id, int32_t len, UChar *winid, int32_t winidCapacity, in ucal_getWindowsTimeZoneID() argument 1121 return U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID)(id, len, winid, winidCapacity, status); in ucal_getWindowsTimeZoneID()
|