Searched refs:idWithoutLocaleData (Results 1 – 3 of 3) sorted by relevance
1031 const char* idWithoutLocaleData = "US/Pacific"; in TestJ449() local1035 TimeZone *zoneWithout = TimeZone::createTimeZone(idWithoutLocaleData); in TestJ449()1038 zoneWithout->getID(str) != UnicodeString(idWithoutLocaleData)) { in TestJ449()1039 …thLocaleData + ", got " + zoneWith->getID(str) + ", and wanted " + idWithoutLocaleData + " but got… in TestJ449()1055 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()1059 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1008 String idWithoutLocaleData = "PST"; // "US/Pacific"; in TestJ449() local1012 TimeZone zoneWithout = TimeZone.getTimeZone(idWithoutLocaleData); in TestJ449()1015 zoneWithout.getID().equals(idWithoutLocaleData))) { in TestJ449()1029 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()1033 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()
1011 String idWithoutLocaleData = "PST"; // "US/Pacific"; in TestJ449() local1015 TimeZone zoneWithout = TimeZone.getTimeZone(idWithoutLocaleData); in TestJ449()1018 zoneWithout.getID().equals(idWithoutLocaleData))) { in TestJ449()1032 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()1036 strWith + "; " + idWithoutLocaleData + " -> " + in TestJ449()