Searched refs:vtz_new (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 455 VTimeZone vtz_new = null; in TestVTimeZoneRoundTrip() 466 vtz_new = VTimeZone.create(reader); in TestVTimeZoneRoundTrip() 472 vtz_new.write(writer1); in TestVTimeZoneRoundTrip() 493 if (vtz_new.getOffset(startTime) != olsontz.getOffset(startTime)) { in TestVTimeZoneRoundTrip() 499 if (!vtz_new.hasEquivalentTransitions(olsontz, tzt.getTime(), endTime, true)) { in TestVTimeZoneRoundTrip() 501 if (!hasEquivalentTransitions(vtz_new, olsontz, tzt.getTime() + maxDelta, endTime, true, maxDelta)) { in TestVTimeZoneRoundTrip() 507 if (!vtz_new.hasEquivalentTransitions(olsontz, tzt.getTime(), endTime, false)) { in TestVTimeZoneRoundTrip() 533 VTimeZone vtz_new = null; in TestVTimeZoneRoundTripPartial() 544 vtz_new = VTimeZone.create(reader); in TestVTimeZoneRoundTripPartial() 554 if (vtz_new in TestVTimeZoneRoundTripPartial() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 453 VTimeZone vtz_new = null; in TestVTimeZoneRoundTrip() 464 vtz_new = VTimeZone.create(reader); in TestVTimeZoneRoundTrip() 470 vtz_new.write(writer1); in TestVTimeZoneRoundTrip() 491 if (vtz_new.getOffset(startTime) != olsontz.getOffset(startTime)) { in TestVTimeZoneRoundTrip() 497 if (!vtz_new.hasEquivalentTransitions(olsontz, tzt.getTime(), endTime, true)) { in TestVTimeZoneRoundTrip() 499 if (!hasEquivalentTransitions(vtz_new, olsontz, tzt.getTime() + maxDelta, endTime, true, maxDelta)) { in TestVTimeZoneRoundTrip() 505 if (!vtz_new.hasEquivalentTransitions(olsontz, tzt.getTime(), endTime, false)) { in TestVTimeZoneRoundTrip() 531 VTimeZone vtz_new = null; in TestVTimeZoneRoundTripPartial() 542 vtz_new = VTimeZone.create(reader); in TestVTimeZoneRoundTripPartial() 552 if (vtz_new in TestVTimeZoneRoundTripPartial() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 796 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTrip() local 805 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTrip() 811 vtz_new->write(vtzdata1, status); in TestVTimeZoneRoundTrip() 814 *tzid + "(vtz_new) into VTIMEZONE format."); in TestVTimeZoneRoundTrip() 827 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTrip() 839 if (!vtz_new->hasEquivalentTransitions(*tz, trans.getTime(), in TestVTimeZoneRoundTrip() 842 if (!hasEquivalentTransitions(*vtz_new, *tz, trans.getTime() + maxDelta, in TestVTimeZoneRoundTrip() 857 if (vtz_new != NULL) { in TestVTimeZoneRoundTrip() 858 delete vtz_new; in TestVTimeZoneRoundTrip() 859 vtz_new in TestVTimeZoneRoundTrip() 894 VTimeZone *vtz_new = NULL; TestVTimeZoneRoundTripPartial() local 989 VTimeZone *vtz_new = NULL; TestVTimeZoneSimpleWrite() local [all...] |
Completed in 7 milliseconds