Lines Matching refs:VTimeZone
10 * \brief C API: VTimeZone classes
29 return (VZone*) (VTimeZone::createVTimeZoneByID(s));
35 return (VZone*) (VTimeZone::createVTimeZone(s,status));
40 delete (VTimeZone*)zone;
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone());
50 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
56 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s);
67 ((VTimeZone*)zone)->VTimeZone::setTZURL(s);
72 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified);
77 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified);
83 ((VTimeZone*)zone)->VTimeZone::write(s, status);
95 ((VTimeZone*)zone)->VTimeZone::write(start, s, status);
107 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status);
119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status);
126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
137 return ((VTimeZone*)zone)->VTimeZone::setRawOffset(offsetMillis);
142 return ((VTimeZone*)zone)->VTimeZone::getRawOffset();
147 return ((VTimeZone*)zone)->VTimeZone::useDaylightTime();
152 return ((VTimeZone*)zone)->VTimeZone::inDaylightTime(date, status);
157 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other);
162 return ((VTimeZone*)zone)->VTimeZone::getNextTransition(base, inclusive, *(TimeZoneTransition*)result);
167 return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*)result);
172 return ((VTimeZone*)zone)->VTimeZone::countTransitionRules(status);
177 return ((VTimeZone*)zone)->VTimeZone::getStaticClassID();
182 return ((VTimeZone*)zone)->VTimeZone::getDynamicClassID();