• Home
  • Raw
  • Download

Lines Matching refs:VZone

28 struct VZone;
33 typedef struct VZone VZone; typedef
47 U_CAPI VZone* U_EXPORT2
58 U_CAPI VZone* U_EXPORT2
67 vzone_close(VZone* zone);
74 U_CAPI VZone* U_EXPORT2
75 vzone_clone(const VZone *zone);
85 vzone_equals(const VZone* zone1, const VZone* zone2);
97 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
106 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
118 vzone_getLastModified(VZone* zone, UDate& lastModified);
126 vzone_setLastModified(VZone* zone, UDate lastModified);
136 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
148 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&…
164 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta…
191 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
214 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
241 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset,
252 vzone_setRawOffset(VZone* zone, int32_t offsetMillis);
262 vzone_getRawOffset(VZone* zone);
271 vzone_useDaylightTime(VZone* zone);
287 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status);
298 vzone_hasSameRules(VZone* zone, const VZone* other);
309 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
320 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
331 vzone_countTransitionRules(VZone* zone, UErrorCode& status);
345 vzone_getStaticClassID(VZone* zone);
359 vzone_getDynamicClassID(VZone* zone);