• Home
  • Raw
  • Download

Lines Matching refs:vtz

1047     VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago");  in TestVTimeZoneHeaderProps()  local
1048 vtz->setTZURL(TESTURL1); in TestVTimeZoneHeaderProps()
1049 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps()
1053 vtz->write(vtzdata, status); in TestVTimeZoneHeaderProps()
1069 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1093 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1102 delete vtz; in TestVTimeZoneHeaderProps()
1626 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage() local
1633 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1646 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1664 vtz->getOffset(t, FALSE, rawOffset2, dstSavings2, status); in TestVTimeZoneCoverage()
1673 if (otz->getRawOffset() != vtz->getRawOffset()) { in TestVTimeZoneCoverage()
1683 inDst2 = vtz->inDaylightTime(t, status); in TestVTimeZoneCoverage()
1692 if (otz->useDaylightTime() != vtz->useDaylightTime()) { in TestVTimeZoneCoverage()
1698 VTimeZone *tmpvtz = (VTimeZone*)vtz->clone(); in TestVTimeZoneCoverage()
1705 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage()
1711 if (vtz->getTZURL(url)) { in TestVTimeZoneCoverage()
1714 vtz->setTZURL(TZURL); in TestVTimeZoneCoverage()
1715 if (!vtz->getTZURL(url) || url != TZURL) { in TestVTimeZoneCoverage()
1721 if (vtz->getLastModified(lastmod)) { in TestVTimeZoneCoverage()
1724 vtz->setLastModified(t); in TestVTimeZoneCoverage()
1725 if (!vtz->getLastModified(lastmod) || lastmod != t) { in TestVTimeZoneCoverage()
1733 UBool btr2 = vtz->getNextTransition(base, TRUE, tzt2); in TestVTimeZoneCoverage()
1738 btr2 = vtz->getPreviousTransition(base, FALSE, tzt2); in TestVTimeZoneCoverage()
1757 UBool equiv = vtz->hasEquivalentTransitions(*otz, time1, time2, FALSE, status); in TestVTimeZoneCoverage()
1767 if (*vtz1 == *vtz || !(*vtz1 != *vtz)) { in TestVTimeZoneCoverage()
1770 *vtz1 = *vtz; in TestVTimeZoneCoverage()
1771 if (*vtz1 != *vtz || !(*vtz1 == *vtz)) { in TestVTimeZoneCoverage()
1822 delete vtz; in TestVTimeZoneCoverage()
2133 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); in TestT6216() local
2141 vtz->getOffset(times[j], FALSE, raw, dst, status); in TestT6216()
2150 delete vtz; in TestT6216()