• Home
  • Raw
  • Download

Lines Matching refs:VTimeZone

31     return (VZone*) (VTimeZone::createVTimeZoneByID(s));  in vzone_openID()
37 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()
42 delete (VTimeZone*)zone; in vzone_close()
47 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()
52 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2; in vzone_equals()
58 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s); in vzone_getTZURL()
69 ((VTimeZone*)zone)->VTimeZone::setTZURL(s); in vzone_setTZURL()
74 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified); in vzone_getLastModified()
79 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified); in vzone_setLastModified()
85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write()
97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
109 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
121 … return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status); in vzone_getOffset()
128 …return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLen… in vzone_getOffset2()
134 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec); in vzone_getOffset3()
139 return ((VTimeZone*)zone)->VTimeZone::setRawOffset(offsetMillis); in vzone_setRawOffset()
144 return ((VTimeZone*)zone)->VTimeZone::getRawOffset(); in vzone_getRawOffset()
149 return ((VTimeZone*)zone)->VTimeZone::useDaylightTime(); in vzone_useDaylightTime()
154 return ((VTimeZone*)zone)->VTimeZone::inDaylightTime(date, status); in vzone_inDaylightTime()
159 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
164 …return ((VTimeZone*)zone)->VTimeZone::getNextTransition(base, inclusive, *(TimeZoneTransition*)res… in vzone_getNextTransition()
169 …return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*… in vzone_getPreviousTransition()
174 return ((VTimeZone*)zone)->VTimeZone::countTransitionRules(status); in vzone_countTransitionRules()
179 return ((VTimeZone*)zone)->VTimeZone::getStaticClassID(); in vzone_getStaticClassID()
184 return ((VTimeZone*)zone)->VTimeZone::getDynamicClassID(); in vzone_getDynamicClassID()