Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp1036 const char* idWithoutLocaleData = "US/Pacific"; in TestJ449() local
1040 TimeZone *zoneWithout = TimeZone::createTimeZone(idWithoutLocaleData); in TestJ449()
1043 zoneWithout->getID(str) != UnicodeString(idWithoutLocaleData)) { in TestJ449()
1044 …thLocaleData + ", got " + zoneWith->getID(str) + ", and wanted " + idWithoutLocaleData + " but got… in TestJ449()
1060 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1064 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1008 String idWithoutLocaleData = "PST"; // "US/Pacific"; in TestJ449() local
1012 TimeZone zoneWithout = TimeZone.getTimeZone(idWithoutLocaleData); in TestJ449()
1015 zoneWithout.getID().equals(idWithoutLocaleData))) { in TestJ449()
1029 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1033 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1011 String idWithoutLocaleData = "PST"; // "US/Pacific"; in TestJ449() local
1015 TimeZone zoneWithout = TimeZone.getTimeZone(idWithoutLocaleData); in TestJ449()
1018 zoneWithout.getID().equals(idWithoutLocaleData))) { in TestJ449()
1032 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1036 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()