Searched refs:vtz (Results 1 – 10 of 10) sorted by relevance
1044 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps() local1045 vtz->setTZURL(TESTURL1); in TestVTimeZoneHeaderProps()1046 vtz->setLastModified(lastmod); in TestVTimeZoneHeaderProps()1050 vtz->write(vtzdata, status); in TestVTimeZoneHeaderProps()1066 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()1090 vtz->getLastModified(lmod); in TestVTimeZoneHeaderProps()1099 delete vtz; in TestVTimeZoneHeaderProps()1623 VTimeZone *vtz = VTimeZone::createVTimeZoneByID(TZID); in TestVTimeZoneCoverage() local1630 …int32_t offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status… in TestVTimeZoneCoverage()1643 offset2 = vtz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, 31, status); in TestVTimeZoneCoverage()[all …]
626 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() local627 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()628 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps()636 vtz.write(writer); in TestVTimeZoneHeaderProps()1125 VTimeZone vtz = VTimeZone.create(TZID); in TestVTimeZoneCoverage() local1129 … int offset2 = vtz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()1139 vtz.getOffset(t, false, offsets2); in TestVTimeZoneCoverage()1145 if (otz.getRawOffset() != vtz.getRawOffset()) { in TestVTimeZoneCoverage()1151 if (otz.inDaylightTime(d) != vtz.inDaylightTime(d)) { in TestVTimeZoneCoverage()1156 if (otz.useDaylightTime() != vtz.useDaylightTime()) { in TestVTimeZoneCoverage()[all …]
2022 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() local2026 vtz.setTZURL(tzUrl); in checkThawed()2027 if (!vtz.getTZURL().equals(tzUrl)) { in checkThawed()2036 vtz.setLastModified(d); in checkThawed()2037 if (!vtz.getLastModified().equals(d)) { in checkThawed()2127 VTimeZone vtz = (VTimeZone)frozenZones[i]; in checkFrozen() local2131 vtz.setTZURL(tzUrl); in checkFrozen()2139 vtz.setLastModified(d); in checkFrozen()
622 VTimeZone vtz = VTimeZone.create(tzid); in TestVTimeZoneHeaderProps() local623 vtz.setTZURL(tzurl); in TestVTimeZoneHeaderProps()624 vtz.setLastModified(lastmod); in TestVTimeZoneHeaderProps()632 vtz.write(writer); in TestVTimeZoneHeaderProps()1121 VTimeZone vtz = VTimeZone.create(TZID); in TestVTimeZoneCoverage() local1125 … int offset2 = vtz.getOffset(GregorianCalendar.AD, 2007, Calendar.JULY, 1, Calendar.SUNDAY, 0); in TestVTimeZoneCoverage()1135 vtz.getOffset(t, false, offsets2); in TestVTimeZoneCoverage()1141 if (otz.getRawOffset() != vtz.getRawOffset()) { in TestVTimeZoneCoverage()1147 if (otz.inDaylightTime(d) != vtz.inDaylightTime(d)) { in TestVTimeZoneCoverage()1152 if (otz.useDaylightTime() != vtz.useDaylightTime()) { in TestVTimeZoneCoverage()[all …]
2018 VTimeZone vtz = (VTimeZone)thawedZones[i]; in checkThawed() local2022 vtz.setTZURL(tzUrl); in checkThawed()2023 if (!vtz.getTZURL().equals(tzUrl)) { in checkThawed()2032 vtz.setLastModified(d); in checkThawed()2033 if (!vtz.getLastModified().equals(d)) { in checkThawed()2123 VTimeZone vtz = (VTimeZone)frozenZones[i]; in checkFrozen() local2127 vtz.setTZURL(tzUrl); in checkFrozen()2135 vtz.setLastModified(d); in checkFrozen()
1047 VTimeZone *vtz = (VTimeZone*)&that; in operator ==() local1048 if (*tz == *(vtz->tz) in operator ==()1049 && tzurl == vtz->tzurl in operator ==()1050 && lastmod == vtz->lastmod in operator ==()1065 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneByID() local1066 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID()1067 vtz->tz->getID(vtz->olsonzid); in createVTimeZoneByID()1077 vtz->icutzver.setTo(versionStr, len); in createVTimeZoneByID()1080 return vtz; in createVTimeZoneByID()1088 VTimeZone *vtz = new VTimeZone(); in createVTimeZoneFromBasicTimeZone() local[all …]
49 VTimeZone vtz = new VTimeZone(tzid); in create() local50 vtz.tz = (BasicTimeZone)TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in create()51 vtz.olsonzid = vtz.tz.getID(); in create()53 return vtz; in create()64 VTimeZone vtz = new VTimeZone(); in create() local65 if (vtz.load(reader)) { in create()66 return vtz; in create()2088 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() local2089 vtz.tz = (BasicTimeZone)tz.cloneAsThawed(); in cloneAsThawed()2090 vtz.isFrozen = false; in cloneAsThawed()[all …]
50 VTimeZone vtz = new VTimeZone(tzid); in create() local51 vtz.tz = (BasicTimeZone)TimeZone.getTimeZone(tzid, TimeZone.TIMEZONE_ICU); in create()52 vtz.olsonzid = vtz.tz.getID(); in create()54 return vtz; in create()67 VTimeZone vtz = new VTimeZone(); in create() local68 if (vtz.load(reader)) { in create()69 return vtz; in create()2122 VTimeZone vtz = (VTimeZone)super.cloneAsThawed(); in cloneAsThawed() local2123 vtz.tz = (BasicTimeZone)tz.cloneAsThawed(); in cloneAsThawed()2124 vtz.isFrozen = false; in cloneAsThawed()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
2 …ljlptwz}���}tmgaafkpv}��wnd[WXZYTLFEFJQSQRTVWZ]`a`___^]^_bfijijkoooqx����~vtz��������������������…