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

/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h1518 * @see ucal_getTimeZoneIDForWindowsID
1555 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
/external/icu/icu4c/source/i18n/
H A Ducal.cpp794 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { function
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c2413 len = ucal_getTimeZoneIDForWindowsID(winEastern, -1, NULL, tzID, sizeof(tzID)/sizeof(tzID[0]), &status);
2422 len = ucal_getTimeZoneIDForWindowsID(winEastern, u_strlen(winEastern), "US", tzID, sizeof(tzID)/sizeof(tzID[0]), &status);
2431 len = ucal_getTimeZoneIDForWindowsID(winEastern, u_strlen(winEastern), "CA", tzID, sizeof(tzID)/sizeof(tzID[0]), &status);
2441 len = ucal_getTimeZoneIDForWindowsID(sBogus, -1, NULL, tzID, sizeof(tzID)/sizeof(tzID[0]), &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h526 #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) macro

Completed in 45 milliseconds