Home
last modified time | relevance | path

Searched refs:vtz (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtzrulets.cpp1043 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps() local
1044 vtz->setTZURL(TESTURL1); in TestVTimeZoneHeaderProps()
1045 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps()
1049 vtz->write(vtzdata, status); in TestVTimeZoneHeaderProps()
1065 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1089 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()
1098 delete vtz; in TestVTimeZoneHeaderProps()
1622 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage() local
1629 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()
1642 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java637 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() local
638 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()
639 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps()
647 vtz.write(writer); in TestVTimeZoneHeaderProps()
1140 VTimeZone vtz = VTimeZone.create(TZID); in TestVTimeZoneCoverage() local
1144 … int offset2 = vtz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()
1154 vtz.getOffset(t, false, offsets2); in TestVTimeZoneCoverage()
1160 if (otz.getRawOffset() != vtz.getRawOffset()) { in TestVTimeZoneCoverage()
1166 if (otz.inDaylightTime(d) != vtz.inDaylightTime(d)) { in TestVTimeZoneCoverage()
1171 if (otz.useDaylightTime() != vtz.useDaylightTime()) { in TestVTimeZoneCoverage()
[all …]
DTimeZoneTest.java2053 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() local
2057 vtz.setTZURL(tzUrl); in checkThawed()
2058 if (!vtz.getTZURL().equals(tzUrl)) { in checkThawed()
2067 vtz.setLastModified(d); in checkThawed()
2068 if (!vtz.getLastModified().equals(d)) { in checkThawed()
2158 VTimeZone vtz = (VTimeZone)frozenZones[i]; in checkFrozen() local
2162 vtz.setTZURL(tzUrl); in checkFrozen()
2170 vtz.setLastModified(d); in checkFrozen()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java635 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() local
636 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()
637 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps()
645 vtz.write(writer); in TestVTimeZoneHeaderProps()
1138 VTimeZone vtz = VTimeZone.create(TZID); in TestVTimeZoneCoverage() local
1142 … int offset2 = vtz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()
1152 vtz.getOffset(t, false, offsets2); in TestVTimeZoneCoverage()
1158 if (otz.getRawOffset() != vtz.getRawOffset()) { in TestVTimeZoneCoverage()
1164 if (otz.inDaylightTime(d) != vtz.inDaylightTime(d)) { in TestVTimeZoneCoverage()
1169 if (otz.useDaylightTime() != vtz.useDaylightTime()) { in TestVTimeZoneCoverage()
[all …]
DTimeZoneTest.java2067 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() local
2071 vtz.setTZURL(tzUrl); in checkThawed()
2072 if (!vtz.getTZURL().equals(tzUrl)) { in checkThawed()
2081 vtz.setLastModified(d); in checkThawed()
2082 if (!vtz.getLastModified().equals(d)) { in checkThawed()
2172 VTimeZone vtz = (VTimeZone)frozenZones[i]; in checkFrozen() local
2176 vtz.setTZURL(tzUrl); in checkFrozen()
2184 vtz.setLastModified(d); in checkFrozen()
/third_party/icu/icu4c/source/i18n/
Dvtzone.cpp1049 VTimeZone *vtz = (VTimeZone*)&that; in operator ==() local
1050 if (*tz == *(vtz->tz) in operator ==()
1051 && tzurl == vtz->tzurl in operator ==()
1052 && lastmod == vtz->lastmod in operator ==()
1067 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneByID() local
1068 if (vtz == nullptr) { in createVTimeZoneByID()
1071 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID()
1072 vtz->tz->getID(vtz->olsonzid); in createVTimeZoneByID()
1082 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID()
1085 return vtz; in createVTimeZoneByID()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dvtzone.cpp1049 VTimeZone *vtz = (VTimeZone*)&that; in operator ==() local
1050 if (*tz == *(vtz->tz) in operator ==()
1051 && tzurl == vtz->tzurl in operator ==()
1052 && lastmod == vtz->lastmod in operator ==()
1067 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneByID() local
1068 if (vtz == nullptr) { in createVTimeZoneByID()
1071 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID()
1072 vtz->tz->getID(vtz->olsonzid); in createVTimeZoneByID()
1082 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID()
1085 return vtz; in createVTimeZoneByID()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dvtzone.cpp1058 VTimeZone *vtz = (VTimeZone*)&that; in operator ==() local
1059 if (*tz == *(vtz->tz) in operator ==()
1060 && tzurl == vtz->tzurl in operator ==()
1061 && lastmod == vtz->lastmod in operator ==()
1076 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneByID() local
1077 if (vtz == nullptr) { in createVTimeZoneByID()
1080 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID()
1081 vtz->tz->getID(vtz->olsonzid); in createVTimeZoneByID()
1091 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID()
1094 return vtz; in createVTimeZoneByID()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java56 VTimeZone vtz = new VTimeZone(tzid); in create() local
57 vtz.tz = (BasicTimeZone) basicTimeZone.cloneAsThawed(); in create()
58 vtz.olsonzid = vtz.tz.getID(); in create()
60 return vtz; in create()
73 VTimeZone vtz = new VTimeZone(); in create() local
74 if (vtz.load(reader)) { in create()
75 return vtz; in create()
2129 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() local
2130 vtz.tz = (BasicTimeZone)tz.cloneAsThawed(); in cloneAsThawed()
2131 vtz.isFrozen = false; in cloneAsThawed()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DVTimeZone.java55 VTimeZone vtz = new VTimeZone(tzid); in create() local
56 vtz.tz = (BasicTimeZone) basicTimeZone.cloneAsThawed(); in create()
57 vtz.olsonzid = vtz.tz.getID(); in create()
59 return vtz; in create()
70 VTimeZone vtz = new VTimeZone(); in create() local
71 if (vtz.load(reader)) { in create()
72 return vtz; in create()
2094 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() local
2095 vtz.tz = (BasicTimeZone)tz.cloneAsThawed(); in cloneAsThawed()
2096 vtz.isFrozen = false; in cloneAsThawed()
[all …]
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-bellparkpier.hdr2159 …���}�{���������������������䨾һq��Гį�����������������������������������������vtz��������������������…
Dhdr-rgb-eveningroad.hdr1277 …���������ij����������������������������luɜTbtj���clrrnlgW^q���l��\g��oggit�vtzךuphw]g������h�[^bl�…
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv1545 …����~~���������������������~~��~�������������������������������xxxy{vtz}�������������������…
3097 …]`b_^a`adbacbaab`_]_b`_aa`bda`dcbcb_aecdddeijkhhkkllkloppqoqutswywvwtuwx{|{vtz�}zyy{xswyyvvvqpqtuu…