Home
last modified time | relevance | path

Searched refs:SystemTimeZoneType (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java264 public enum SystemTimeZoneType { enum in TimeZone
820 public static Set<String> getAvailableIDs(SystemTimeZoneType zoneType, in getAvailableIDs()
838 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, Integer.valueOf(rawOffset)); in getAvailableIDs()
856 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, country, null); in getAvailableIDs()
871 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, null); in getAvailableIDs()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java34 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
752 Set<String> any = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, null, null); in TestGetAvailableIDsNew()
753 Set<String> canonical = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); in TestGetAvailableIDsNew()
754 …Set<String> canonicalLoc = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, null, n… in TestGetAvailableIDsNew()
759 Set<String> any_US = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, "US", null); in TestGetAvailableIDsNew()
760 … Set<String> canonical_US = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, "US", null); in TestGetAvailableIDsNew()
761 …Set<String> canonicalLoc_US = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, "US"… in TestGetAvailableIDsNew()
771 Set<String> any_W5 = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, null, -5 * HOUR); in TestGetAvailableIDsNew()
772 Set<String> any_CA_W5 = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, "CA", -5 * HOUR); in TestGetAvailableIDsNew()
836 Set<String> any_US_E14 = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, "US", 14 * HOUR); in TestGetAvailableIDsNew()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java25 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
157 …public static Set<String> getAvailableIDs(SystemTimeZoneType type, String region, Integer rawOffse… in getAvailableIDs()
475 … Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); in getCanonicalCountry()
DTimeZoneGenericNames.java32 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
872 Set<String> tzIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); in findLocal()
DTimeZoneNamesImpl.java30 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
210 Set<String> tzIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); in find()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java38 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
384 ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null); in TestTimeRoundTrip()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java26 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
802 Set<String> a = ZoneMeta.getAvailableIDs(SystemTimeZoneType.ANY, COUNTRY[i][0], null); in TestZoneMeta()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java47 import com.ibm.icu.util.TimeZone.SystemTimeZoneType;
3041 … Set<String> canonicalIDs = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL, null, null);