Lines Matching refs:VZone

26 U_CAPI VZone* U_EXPORT2
29 return (VZone*) (VTimeZone::createVTimeZoneByID(s)); in vzone_openID()
32 U_CAPI VZone* U_EXPORT2
35 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()
39 vzone_close(VZone* zone) { in vzone_close()
43 U_CAPI VZone* U_EXPORT2
44 vzone_clone(const VZone *zone) { in vzone_clone()
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()
49 vzone_equals(const VZone* zone1, const VZone* zone2) { in vzone_equals()
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL()
71 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
76 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart()
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple()
117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset2()
130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3()
136 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) { in vzone_setRawOffset()
141 vzone_getRawOffset(VZone* zone) { in vzone_getRawOffset()
146 vzone_useDaylightTime(VZone* zone) { in vzone_useDaylightTime()
151 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) { in vzone_inDaylightTime()
156 vzone_hasSameRules(VZone* zone, const VZone* other) { in vzone_hasSameRules()
161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition()
166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition()
171 vzone_countTransitionRules(VZone* zone, UErrorCode& status) { in vzone_countTransitionRules()
176 vzone_getStaticClassID(VZone* zone) { in vzone_getStaticClassID()
181 vzone_getDynamicClassID(VZone* zone) { in vzone_getDynamicClassID()