Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducal.h619 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
/external/icu/libandroidicu/include/unicode/
Ducal.h619 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
Durename.h540 #define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp65 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) { in ucal_openCountryTimeZones() function
/external/icu/icu4c/source/common/unicode/
Durename.h540 #define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) macro
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c158 uenum = ucal_openCountryTimeZones("US", &status); in TestCalendar()
/external/icu/libandroidicu/static_shim/
Dshim.cpp830 return ucal_openCountryTimeZones(country, ec); in ucal_openCountryTimeZones_android()