Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp1034 const char* idWithoutLocaleData = "US/Pacific"; in TestJ449() local
1038 TimeZone *zoneWithout = TimeZone::createTimeZone(idWithoutLocaleData); in TestJ449()
1041 zoneWithout->getID(str) != UnicodeString(idWithoutLocaleData)) { in TestJ449()
1042 …thLocaleData + ", got " + zoneWith->getID(str) + ", and wanted " + idWithoutLocaleData + " but got… in TestJ449()
1058 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1062 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegression.java990 String idWithoutLocaleData = "PST"; // "US/Pacific"; in TestJ449() local
994 TimeZone zoneWithout = TimeZone.getTimeZone(idWithoutLocaleData); in TestJ449()
997 zoneWithout.getID().equals(idWithoutLocaleData))) { in TestJ449()
1011 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1015 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegression.java986 String idWithoutLocaleData = "PST"; // "US/Pacific"; in TestJ449() local
990 TimeZone zoneWithout = TimeZone.getTimeZone(idWithoutLocaleData); in TestJ449()
993 zoneWithout.getID().equals(idWithoutLocaleData))) { in TestJ449()
1007 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1011 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()