Lines Matching refs:zone
41 vzone_close(VZone* zone) { in vzone_close() argument
42 delete (VTimeZone*)zone; in vzone_close()
46 vzone_clone(const VZone *zone) { in vzone_clone() argument
47 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()
56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL() argument
58 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s); in vzone_getTZURL()
67 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL() argument
69 ((VTimeZone*)zone)->VTimeZone::setTZURL(s); in vzone_setTZURL()
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified() argument
74 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified); in vzone_getLastModified()
78 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified() argument
79 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified); in vzone_setLastModified()
83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write() argument
85 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart() argument
97 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple() argument
109 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset() argument
121 … return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status); in vzone_getOffset()
125 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset2() argument
128 …return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLen… in vzone_getOffset2()
132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3() argument
134 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec); in vzone_getOffset3()
138 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) { in vzone_setRawOffset() argument
139 return ((VTimeZone*)zone)->VTimeZone::setRawOffset(offsetMillis); in vzone_setRawOffset()
143 vzone_getRawOffset(VZone* zone) { in vzone_getRawOffset() argument
144 return ((VTimeZone*)zone)->VTimeZone::getRawOffset(); in vzone_getRawOffset()
148 vzone_useDaylightTime(VZone* zone) { in vzone_useDaylightTime() argument
149 return ((VTimeZone*)zone)->VTimeZone::useDaylightTime(); in vzone_useDaylightTime()
153 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) { in vzone_inDaylightTime() argument
154 return ((VTimeZone*)zone)->VTimeZone::inDaylightTime(date, status); in vzone_inDaylightTime()
158 vzone_hasSameRules(VZone* zone, const VZone* other) { in vzone_hasSameRules() argument
159 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
163 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition() argument
164 …return ((VTimeZone*)zone)->VTimeZone::getNextTransition(base, inclusive, *(TimeZoneTransition*)res… in vzone_getNextTransition()
168 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition() argument
169 …return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*… in vzone_getPreviousTransition()
173 vzone_countTransitionRules(VZone* zone, UErrorCode& status) { in vzone_countTransitionRules() argument
174 return ((VTimeZone*)zone)->VTimeZone::countTransitionRules(status); in vzone_countTransitionRules()
178 vzone_getStaticClassID(VZone* zone) { in vzone_getStaticClassID() argument
179 return ((VTimeZone*)zone)->VTimeZone::getStaticClassID(); in vzone_getStaticClassID()
183 vzone_getDynamicClassID(VZone* zone) { in vzone_getDynamicClassID() argument
184 return ((VTimeZone*)zone)->VTimeZone::getDynamicClassID(); in vzone_getDynamicClassID()