Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducal.h1527 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len,
/external/icu/icu4c/source/i18n/
Ducal.cpp772 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len, UChar* winid, int32_t winidCapacity, UError… in ucal_getWindowsTimeZoneID() function
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c2387 …len = ucal_getWindowsTimeZoneID(tzNewYork, u_strlen(tzNewYork), winID, UPRV_LENGTHOF(winID), &stat… in TestGetWindowsTimeZoneID()
2396 …len = ucal_getWindowsTimeZoneID(tzTronto, u_strlen(tzTronto), winID, UPRV_LENGTHOF(winID), &status… in TestGetWindowsTimeZoneID()
2405 … len = ucal_getWindowsTimeZoneID(sBogus, u_strlen(sBogus), winID, UPRV_LENGTHOF(winID), &status); in TestGetWindowsTimeZoneID()
/external/icu/icu4c/source/common/unicode/
Durename.h535 #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) macro