Searched refs:ucal_openTimeZoneIDEnumeration (Results 1 – 7 of 7) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
|
D | urename.h | 541 #define ucal_openTimeZoneIDEnumeration U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZoneIDEnumeration) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 162 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/ |
D | ucal.cpp | 53 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, in ucal_openTimeZoneIDEnumeration() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 541 #define ucal_openTimeZoneIDEnumeration U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZoneIDEnumeration) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 833 return ucal_openTimeZoneIDEnumeration(zoneType, region, rawOffset, ec); in ucal_openTimeZoneIDEnumeration_android()
|