Lines Matching refs:VZone

25 struct VZone;
30 typedef struct VZone VZone; typedef
44 U_CAPI VZone* U_EXPORT2
55 U_CAPI VZone* U_EXPORT2
64 vzone_close(VZone* zone);
71 U_CAPI VZone* U_EXPORT2
72 vzone_clone(const VZone *zone);
82 vzone_equals(const VZone* zone1, const VZone* zone2);
94 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
103 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
115 vzone_getLastModified(VZone* zone, UDate& lastModified);
123 vzone_setLastModified(VZone* zone, UDate lastModified);
133 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
145 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&…
161 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta…
188 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
211 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
238 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset,
249 vzone_setRawOffset(VZone* zone, int32_t offsetMillis);
259 vzone_getRawOffset(VZone* zone);
268 vzone_useDaylightTime(VZone* zone);
284 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status);
295 vzone_hasSameRules(VZone* zone, const VZone* other);
306 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
317 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
328 vzone_countTransitionRules(VZone* zone, UErrorCode& status);
342 vzone_getStaticClassID(VZone* zone);
356 vzone_getDynamicClassID(VZone* zone);