Home
last modified time | relevance | path

Searched refs:any_US_E14 (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtztest.cpp535 StringEnumeration *any_US_E14; in TestGetAvailableIDsNew() local
543 … = canonicalLoc = any_US = canonical_US = canonicalLoc_US = any_W5 = any_CA_W5 = any_US_E14 = NULL; in TestGetAvailableIDsNew()
595 any_US_E14 = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_ANY, "US", &rawOffset, ec); in TestGetAvailableIDsNew()
712 zoneCount = any_US_E14->count(ec); in TestGetAvailableIDsNew()
729 delete any_US_E14; in TestGetAvailableIDsNew()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java849 Set<String> any_US_E14 = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, "US", 14 * HOUR); in TestGetAvailableIDsNew() local
850 if (!any_US_E14.isEmpty()) { in TestGetAvailableIDsNew()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneTest.java853 Set<String> any_US_E14 = TimeZone.getAvailableIDs(SystemTimeZoneType.ANY, "US", 14 * HOUR); in TestGetAvailableIDsNew() local
854 if (!any_US_E14.isEmpty()) { in TestGetAvailableIDsNew()