Home
last modified time | relevance | path

Searched refs:ucal_getHostTimeZone (Results 1 – 9 of 9) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducal.h695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
Durename.h528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/external/icu/libicu/cts_headers/unicode/
Ducal.h695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
Durename.h528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/external/icu/icu4c/source/i18n/unicode/
Ducal.h695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
/external/icu/icu4c/source/i18n/
Ducal.cpp95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
/external/icu/libicu/ndk_headers/unicode/
Durename.h528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/external/icu/icu4c/source/common/unicode/
Durename.h528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c254 i = ucal_getHostTimeZone(zone2, UPRV_LENGTHOF(zone2), &status); in TestCalendar()