Searched refs:ucal_getTimeZoneIDForWindowsID (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1572 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 1572 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
|
D | urename.h | 531 #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 2421 … 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/ |
D | ucal.cpp | 790 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int3… in ucal_getTimeZoneIDForWindowsID() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 531 #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 803 return ucal_getTimeZoneIDForWindowsID(winid, len, region, id, idCapacity, status); in ucal_getTimeZoneIDForWindowsID_android()
|