Searched refs:zoneType (Results 1 – 9 of 9) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCoverageLevel.java | 460 String zoneType = xpp.findAttributeValue("zone", "type"); 461 if ((zoneType.startsWith("Etc/GMT") || zoneType.equals("Etc/UTC"))
|
/external/icu/icu4c/source/i18n/unicode/ |
D | timezone.h | 195 USystemTimeZoneType zoneType,
|
D | ucal.h | 585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | TimeZone.java | 749 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/ |
D | TimeZone.java | 822 public static Set<String> getAvailableIDs(SystemTimeZoneType zoneType, in getAvailableIDs() argument 824 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset); in getAvailableIDs()
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 53 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, in ucal_openTimeZoneIDEnumeration() argument 56 zoneType, region, rawOffset, *ec), ec); in ucal_openTimeZoneIDEnumeration()
|
D | timezone.cpp | 958 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/ |
D | ucal.h | 585 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 832 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()
|