Searched refs:vtz_org (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 793 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneRoundTrip() local 794 vtz_org->setTZURL("http://source.icu-project.org/timezone"); in TestVTimeZoneRoundTrip() 795 vtz_org->setLastModified(Calendar::getNow()); in TestVTimeZoneRoundTrip() 799 vtz_org->write(vtzdata, status); in TestVTimeZoneRoundTrip() 863 delete vtz_org; in TestVTimeZoneRoundTrip() 893 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneRoundTripPartial() local 900 vtz_org->write(startTime, vtzdata, status); in TestVTimeZoneRoundTripPartial() 955 delete vtz_org; in TestVTimeZoneRoundTripPartial() 988 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneSimpleWrite() local 995 vtz_org->writeSimple(time, vtzdata, status); in TestVTimeZoneSimpleWrite() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 452 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneRoundTrip() local 453 vtz_org.setTZURL("http://source.icu-project.org/timezone"); in TestVTimeZoneRoundTrip() 454 vtz_org.setLastModified(new Date()); in TestVTimeZoneRoundTrip() 460 vtz_org.write(writer); in TestVTimeZoneRoundTrip() 532 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneRoundTripPartial() local 538 vtz_org.write(writer, startTime); in TestVTimeZoneRoundTripPartial() 599 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneSimpleWrite() local 605 vtz_org.writeSimple(writer, time); in TestVTimeZoneSimpleWrite() 618 vtz_org.getOffset(time, false, offsets1); in TestVTimeZoneSimpleWrite()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 450 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneRoundTrip() local 451 vtz_org.setTZURL("http://source.icu-project.org/timezone"); in TestVTimeZoneRoundTrip() 452 vtz_org.setLastModified(new Date()); in TestVTimeZoneRoundTrip() 458 vtz_org.write(writer); in TestVTimeZoneRoundTrip() 530 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneRoundTripPartial() local 536 vtz_org.write(writer, startTime); in TestVTimeZoneRoundTripPartial() 597 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneSimpleWrite() local 603 vtz_org.writeSimple(writer, time); in TestVTimeZoneSimpleWrite() 616 vtz_org.getOffset(time, false, offsets1); in TestVTimeZoneSimpleWrite()
|