Home
last modified time | relevance | path

Searched refs:otz (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java1139 BasicTimeZone otz = (BasicTimeZone)TimeZone.getTimeZone(TZID, TimeZone.TIMEZONE_ICU); in TestVTimeZoneCoverage()
1143 int offset1 = otz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()
1153 otz.getOffset(t, false, offsets1); 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()
1184 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1213 TimeZoneTransition tzt1 = otz.getNextTransition(base, true); in TestVTimeZoneCoverage()
1218 tzt1 = otz.getPreviousTransition(base, false); in TestVTimeZoneCoverage()
1227 if (!vtz.hasEquivalentTransitions(otz, time in TestVTimeZoneCoverage()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java1137 BasicTimeZone otz = (BasicTimeZone)TimeZone.getTimeZone(TZID, TimeZone.TIMEZONE_ICU); in TestVTimeZoneCoverage()
1141 int offset1 = otz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()
1151 otz.getOffset(t, false, offsets1); 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()
1182 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1211 TimeZoneTransition tzt1 = otz.getNextTransition(base, true); in TestVTimeZoneCoverage()
1216 tzt1 = otz.getPreviousTransition(base, false); in TestVTimeZoneCoverage()
1225 if (!vtz.hasEquivalentTransitions(otz, time in TestVTimeZoneCoverage()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dzonemeta.cpp385 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID() local
386 return otz->getCanonicalID(); in getCanonicalCLDRID()
910 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID() local
911 canonicalID = otz->getCanonicalID(); in getShortID()
/third_party/icu/icu4c/source/i18n/
H A Dzonemeta.cpp384 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID() local
385 return otz->getCanonicalID(); in getCanonicalCLDRID()
880 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID() local
881 canonicalID = otz->getCanonicalID(); in getShortID()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dzonemeta.cpp392 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID() local
393 return otz->getCanonicalID(); in getCanonicalCLDRID()
894 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID() local
895 canonicalID = otz->getCanonicalID(); in getShortID()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1621 BasicTimeZone *otz = (BasicTimeZone*)TimeZone::createTimeZone(TZID); in TestVTimeZoneCoverage() local
1625 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); in TestVTimeZoneCoverage()
1627 errln("FAIL: getOffset(7 args) failed for otz"); in TestVTimeZoneCoverage()
1638 offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()
1640 errln("FAIL: getOffset(8 args) failed for otz"); in TestVTimeZoneCoverage()
1656 otz->getOffset(t, false, rawOffset1, dstSavings1, status); in TestVTimeZoneCoverage()
1658 errln("FAIL: getOffset(5 args) failed for otz"); in TestVTimeZoneCoverage()
1669 if (otz->getRawOffset() != vtz->getRawOffset()) { in TestVTimeZoneCoverage()
1675 inDst1 = otz->inDaylightTime(t, status); in TestVTimeZoneCoverage()
1677 dataerrln("FAIL: inDaylightTime failed for otz in TestVTimeZoneCoverage()
[all...]

Completed in 11 milliseconds