Searched refs:vtz_new (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | tzrulets.cpp | 798 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTrip() local 807 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTrip() 813 vtz_new->write(vtzdata1, status); in TestVTimeZoneRoundTrip() 829 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status); in TestVTimeZoneRoundTrip() 841 if (!vtz_new->hasEquivalentTransitions(*tz, trans.getTime(), in TestVTimeZoneRoundTrip() 844 if (!hasEquivalentTransitions(*vtz_new, *tz, trans.getTime() + maxDelta, in TestVTimeZoneRoundTrip() 859 if (vtz_new != NULL) { in TestVTimeZoneRoundTrip() 860 delete vtz_new; in TestVTimeZoneRoundTrip() 861 vtz_new = NULL; in TestVTimeZoneRoundTrip() 896 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTripPartial() local [all …]
|