Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1572 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
/external/icu/libandroidicu/include/unicode/
Ducal.h1572 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
Durename.h531 #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) macro
/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.h531 #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp803 return ucal_getTimeZoneIDForWindowsID(winid, len, region, id, idCapacity, status); in ucal_getTimeZoneIDForWindowsID_android()