Home
last modified time | relevance | path

Searched refs:ucal_getTimeZoneIDForWindowsID (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1559 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c2421 … len = ucal_getTimeZoneIDForWindowsID(winEastern, -1, NULL, tzID, UPRV_LENGTHOF(tzID), &status); in TestGetTimeZoneIDByWindowsID()
2430 …len = ucal_getTimeZoneIDForWindowsID(winEastern, u_strlen(winEastern), "US", tzID, UPRV_LENGTHOF(t… in TestGetTimeZoneIDByWindowsID()
2439 …len = ucal_getTimeZoneIDForWindowsID(winEastern, u_strlen(winEastern), "CA", tzID, UPRV_LENGTHOF(t… in TestGetTimeZoneIDByWindowsID()
2449 len = ucal_getTimeZoneIDForWindowsID(sBogus, -1, NULL, tzID, UPRV_LENGTHOF(tzID), &status); in TestGetTimeZoneIDByWindowsID()
/external/icu/icu4c/source/i18n/
Ducal.cpp790 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int3… in ucal_getTimeZoneIDForWindowsID() function
/external/icu/icu4c/source/common/unicode/
Durename.h528 #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) macro