• Home
  • Raw
  • Download

Lines Matching refs:vtz

1046     VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago");  in TestVTimeZoneHeaderProps()  local
1047 vtz->setTZURL(TESTURL1); in TestVTimeZoneHeaderProps()
1048 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps()
1052 vtz->write(vtzdata, status); in TestVTimeZoneHeaderProps()
1068 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1092 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1101 delete vtz; in TestVTimeZoneHeaderProps()
1625 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage() local
1632 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1645 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1663 vtz->getOffset(t, FALSE, rawOffset2, dstSavings2, status); in TestVTimeZoneCoverage()
1672 if (otz->getRawOffset() != vtz->getRawOffset()) { in TestVTimeZoneCoverage()
1682 inDst2 = vtz->inDaylightTime(t, status); in TestVTimeZoneCoverage()
1691 if (otz->useDaylightTime() != vtz->useDaylightTime()) { in TestVTimeZoneCoverage()
1697 VTimeZone *tmpvtz = (VTimeZone*)vtz->clone(); in TestVTimeZoneCoverage()
1704 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage()
1710 if (vtz->getTZURL(url)) { in TestVTimeZoneCoverage()
1713 vtz->setTZURL(TZURL); in TestVTimeZoneCoverage()
1714 if (!vtz->getTZURL(url) || url != TZURL) { in TestVTimeZoneCoverage()
1720 if (vtz->getLastModified(lastmod)) { in TestVTimeZoneCoverage()
1723 vtz->setLastModified(t); in TestVTimeZoneCoverage()
1724 if (!vtz->getLastModified(lastmod) || lastmod != t) { in TestVTimeZoneCoverage()
1732 UBool btr2 = vtz->getNextTransition(base, TRUE, tzt2); in TestVTimeZoneCoverage()
1737 btr2 = vtz->getPreviousTransition(base, FALSE, tzt2); in TestVTimeZoneCoverage()
1756 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status); in TestVTimeZoneCoverage()
1766 if (*vtz1 == *vtz || !(*vtz1 != *vtz)) { in TestVTimeZoneCoverage()
1769 *vtz1 = *vtz; in TestVTimeZoneCoverage()
1770 if (*vtz1 != *vtz || !(*vtz1 == *vtz)) { in TestVTimeZoneCoverage()
1821 delete vtz; in TestVTimeZoneCoverage()
2132 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); in TestT6216() local
2140 vtz->getOffset(times[j], FALSE, raw, dst, status); in TestT6216()
2149 delete vtz; in TestT6216()