Lines Matching refs:itsID
905 UnicodeString itsID(kReferenceList[i].id); in TestShortZoneIDs() local
908 TimeZone *tz = TimeZone::createTimeZone(itsID); in TestShortZoneIDs()
910 errln("FAIL: Time Zone " + itsID + " does not exist!"); in TestShortZoneIDs()
918 logln("Warning: Time Zone " + itsID + " use daylight is " + in TestShortZoneIDs()
923 dataerrln("FAIL: Time Zone " + itsID + " use daylight is " + in TestShortZoneIDs()
935 logln("FAIL: Time Zone " + itsID + " raw offset is " + in TestShortZoneIDs()
939 dataerrln("FAIL: Time Zone " + itsID + " raw offset is " + in TestShortZoneIDs()
947 logln("OK: " + itsID + in TestShortZoneIDs()
995 UnicodeString itsID; in TestShortZoneIDs() local
1012 tz2->setID(tz1->getID(itsID)); in TestShortZoneIDs()
1170 UnicodeString itsID, temp; in TestCustomParse() local
1175 zone->getID(itsID); in TestCustomParse()
1180 logln(id + " -> " + itsID + " " + offset); in TestCustomParse()
1181 if (exp == kUnparseable && itsID != UCAL_UNKNOWN_ZONE_ID) { in TestCustomParse()
1184 ", id " + itsID); in TestCustomParse()
1189 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) { in TestCustomParse()
1194 ", id " + itsID); in TestCustomParse()