/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 637 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() 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() 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 in TestVTimeZoneCoverage() [all...] |
H A D | TimeZoneTest.java | 2053 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() 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() 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/ |
H A D | TimeZoneRuleTest.java | 635 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() 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() 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 in TestVTimeZoneCoverage() [all...] |
H A D | TimeZoneTest.java | 2067 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() 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() 2176 vtz.setTZURL(tzUrl); in checkFrozen() 2184 vtz.setLastModified(d); in checkFrozen()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 1043 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() 1631 errln("FAIL: getOffset(7 args) failed for vtz"); in TestVTimeZoneCoverage() 2129 VTimeZone *vtz = VTimeZone::createVTimeZone(TestZones[i], status); TestT6216() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vtzone.cpp | 1049 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 in createVTimeZoneByID() 1093 VTimeZone *vtz = new VTimeZone(); createVTimeZoneFromBasicTimeZone() local 1125 VTimeZone *vtz = new VTimeZone(); createVTimeZone() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | vtzone.cpp | 1049 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 in createVTimeZoneByID() 1093 VTimeZone *vtz = new VTimeZone(); createVTimeZoneFromBasicTimeZone() local 1125 VTimeZone *vtz = new VTimeZone(); createVTimeZone() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | vtzone.cpp | 1058 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 in createVTimeZoneByID() 1102 VTimeZone *vtz = new VTimeZone(); createVTimeZoneFromBasicTimeZone() local 1134 VTimeZone *vtz = new VTimeZone(); createVTimeZone() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | VTimeZone.java | 56 VTimeZone vtz = new VTimeZone(tzid); in create() 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() 74 if (vtz.load(reader)) { in create() 75 return vtz; in create() 2129 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() 2130 vtz in cloneAsThawed() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | VTimeZone.java | 55 VTimeZone vtz = new VTimeZone(tzid); in create() 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() 71 if (vtz.load(reader)) { in create() 72 return vtz; in create() 2094 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() 2095 vtz in cloneAsThawed() [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |