Lines Matching refs:tz1
995 TimeZone *tz1 = TimeZone::createTimeZone(zone1); in TestShortZoneIDs() local
998 if (!tz1) { in TestShortZoneIDs()
1005 if (tz1 && tz2) { in TestShortZoneIDs()
1007 tz2->setID(tz1->getID(itsID)); in TestShortZoneIDs()
1009 if (*tz1 != *tz2) { in TestShortZoneIDs()
1018 delete tz1; in TestShortZoneIDs()
1746 TimeZone* tz1 = TimeZone::createTimeZone(*id1); in TestCountries() local
1753 if(tz1->hasSameRules(*tz2)){ in TestCountries()
1758 delete tz1; in TestCountries()
1849 SimpleTimeZone tz1(-3 * U_MILLIS_PER_HOUR, // raw offset: 3h before (west of) GMT in TestFebruary() local
1910 TimeZone *timezones[] = { &tz1, &tz2 }; in TestFebruary()