Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducal.h776 ucal_getTimeZoneID(const UCalendar *cal,
/external/icu/libandroidicu/include/unicode/
Ducal.h776 ucal_getTimeZoneID(const UCalendar *cal,
Durename.h530 #define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp207 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID() function
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c602 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status); in TestGetSetDateAPI()
626 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status); in TestGetSetDateAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h530 #define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp800 return ucal_getTimeZoneID(cal, result, resultLength, status); in ucal_getTimeZoneID_android()