Lines Matching refs:itsID
902 UnicodeString itsID(kReferenceList[i].id); in TestShortZoneIDs() local
905 TimeZone *tz = TimeZone::createTimeZone(itsID); in TestShortZoneIDs()
907 errln("FAIL: Time Zone " + itsID + " does not exist!"); in TestShortZoneIDs()
915 logln("Warning: Time Zone " + itsID + " use daylight is " + in TestShortZoneIDs()
920 dataerrln("FAIL: Time Zone " + itsID + " use daylight is " + in TestShortZoneIDs()
932 logln("FAIL: Time Zone " + itsID + " raw offset is " + in TestShortZoneIDs()
936 dataerrln("FAIL: Time Zone " + itsID + " raw offset is " + in TestShortZoneIDs()
944 logln("OK: " + itsID + in TestShortZoneIDs()
992 UnicodeString itsID; in TestShortZoneIDs() local
1009 tz2->setID(tz1->getID(itsID)); in TestShortZoneIDs()
1167 UnicodeString itsID, temp; in TestCustomParse() local
1172 zone->getID(itsID); in TestCustomParse()
1177 logln(id + " -> " + itsID + " " + offset); in TestCustomParse()
1178 if (exp == kUnparseable && itsID != UCAL_UNKNOWN_ZONE_ID) { in TestCustomParse()
1181 ", id " + itsID); in TestCustomParse()
1186 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) { in TestCustomParse()
1191 ", id " + itsID); in TestCustomParse()