Searched refs:idWithoutLocaleData (Results 1 – 3 of 3) sorted by relevance
1036 const char* idWithoutLocaleData = "US/Pacific"; in TestJ449() local1040 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()
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()