Searched refs:ucal_getHostTimeZone (Results 1 – 9 of 9) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
|
D | urename.h | 528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucal.h | 695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
|
D | urename.h | 528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 695 ucal_getHostTimeZone(UChar *result, int32_t resultCapacity, UErrorCode *ec);
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 95 ucal_getHostTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) { in ucal_getHostTimeZone() function
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 528 #define ucal_getHostTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getHostTimeZone) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 254 i = ucal_getHostTimeZone(zone2, UPRV_LENGTHOF(zone2), &status); in TestCalendar()
|