Searched refs:vtz_org (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 | 452 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneRoundTrip() 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() 538 vtz_org.write(writer, startTime); in TestVTimeZoneRoundTripPartial() 599 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneSimpleWrite() 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/ |
H A D | TimeZoneRuleTest.java | 450 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneRoundTrip() 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() 536 vtz_org.write(writer, startTime); in TestVTimeZoneRoundTripPartial() 597 VTimeZone vtz_org = VTimeZone.create(tzids[i]); in TestVTimeZoneSimpleWrite() 603 vtz_org.writeSimple(writer, time); in TestVTimeZoneSimpleWrite() 616 vtz_org.getOffset(time, false, offsets1); in TestVTimeZoneSimpleWrite()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A 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 in TestVTimeZoneSimpleWrite() [all...] |
Completed in 8 milliseconds