Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducal.h585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
/external/icu/libandroidicu/include/unicode/
Ducal.h585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
Durename.h541 #define ucal_openTimeZoneIDEnumeration U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZoneIDEnumeration) macro
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c162 uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, &status); in TestCalendar()
166 … uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, "CA", NULL, &status); in TestCalendar()
170 … uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, NULL, &offsetMinus5, &status); in TestCalendar()
174 … uenum = ucal_openTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "US", &offsetMinus5, &status); in TestCalendar()
/external/icu/icu4c/source/i18n/
Ducal.cpp53 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, in ucal_openTimeZoneIDEnumeration() function
/external/icu/icu4c/source/common/unicode/
Durename.h541 #define ucal_openTimeZoneIDEnumeration U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZoneIDEnumeration) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp833 return ucal_openTimeZoneIDEnumeration(zoneType, region, rawOffset, ec); in ucal_openTimeZoneIDEnumeration_android()