Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.java460 String zoneType = xpp.findAttributeValue("zone", "type");
461 if ((zoneType.startsWith("Etc/GMT") || zoneType.equals("Etc/UTC"))
/external/icu/icu4c/source/i18n/unicode/
Dtimezone.h195 USystemTimeZoneType zoneType,
Ducal.h585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
/external/icu/android_icu4j/src/main/java/android/icu/util/
DTimeZone.java749 public static Set<String> getAvailableIDs(SystemTimeZoneType zoneType, in getAvailableIDs() argument
751 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset); in getAvailableIDs()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java822 public static Set<String> getAvailableIDs(SystemTimeZoneType zoneType, in getAvailableIDs() argument
824 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset); in getAvailableIDs()
/external/icu/icu4c/source/i18n/
Ducal.cpp53 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, in ucal_openTimeZoneIDEnumeration() argument
56 zoneType, region, rawOffset, *ec), ec); in ucal_openTimeZoneIDEnumeration()
Dtimezone.cpp958 USystemTimeZoneType zoneType, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
962 return TZEnumeration::create(zoneType, region, rawOffset, ec); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/external/icu/libandroidicu/include/unicode/
Ducal.h585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
/external/icu/libandroidicu/static_shim/
Dshim.cpp832 UEnumeration * ucal_openTimeZoneIDEnumeration_android(USystemTimeZoneType zoneType, const char * re… in ucal_openTimeZoneIDEnumeration_android() argument
833 return ucal_openTimeZoneIDEnumeration(zoneType, region, rawOffset, ec); in ucal_openTimeZoneIDEnumeration_android()