Lines Matching refs:getID
271 if (zone->getID(id) != ZONES[i])
288 logln("TimeZone " + zone.getID() +
417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) +
893 logln(tz->getID(temp) + ":");
1040 if (zoneWith->getID(str) != UnicodeString(idWithLocaleData) ||
1041 zoneWithout->getID(str) != UnicodeString(idWithoutLocaleData)) {
1042 dataerrln(UnicodeString("Fail: Unable to create zones - wanted ") + idWithLocaleData + ", got " + zoneWith->getID(str) + ", and wanted " + idWithoutLocaleData + " but got " + zoneWithout->getID(str));