• Home
  • Raw
  • Download

Lines Matching refs:VZone

28 U_CAPI VZone* U_EXPORT2
31 return (VZone*) (VTimeZone::createVTimeZoneByID(s)); in vzone_openID()
34 U_CAPI VZone* U_EXPORT2
37 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()
41 vzone_close(VZone* zone) { in vzone_close()
45 U_CAPI VZone* U_EXPORT2
46 vzone_clone(const VZone *zone) { in vzone_clone()
47 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()
51 vzone_equals(const VZone* zone1, const VZone* zone2) { in vzone_equals()
56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()
67 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL()
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
78 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple()
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
125 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset2()
132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3()
138 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) { in vzone_setRawOffset()
143 vzone_getRawOffset(VZone* zone) { in vzone_getRawOffset()
148 vzone_useDaylightTime(VZone* zone) { in vzone_useDaylightTime()
153 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) { in vzone_inDaylightTime()
158 vzone_hasSameRules(VZone* zone, const VZone* other) { in vzone_hasSameRules()
163 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition()
168 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition()
173 vzone_countTransitionRules(VZone* zone, UErrorCode& status) { in vzone_countTransitionRules()
178 vzone_getStaticClassID(VZone* zone) { in vzone_getStaticClassID()
183 vzone_getDynamicClassID(VZone* zone) { in vzone_getDynamicClassID()