• Home
  • Raw
  • Download

Lines Matching refs:zone

39 vzone_close(VZone* zone) {  in vzone_close()  argument
40 delete (VTimeZone*)zone; in vzone_close()
44 vzone_clone(const VZone *zone) { in vzone_clone() argument
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL() argument
56 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s); in vzone_getTZURL()
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL() argument
67 ((VTimeZone*)zone)->VTimeZone::setTZURL(s); in vzone_setTZURL()
71 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified() argument
72 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified); in vzone_getLastModified()
76 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified() argument
77 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified); in vzone_setLastModified()
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write() argument
83 ((VTimeZone*)zone)->VTimeZone::write(s, status); in vzone_write()
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart() argument
95 ((VTimeZone*)zone)->VTimeZone::write(start, s, status); in vzone_writeFromStart()
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple() argument
107 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset() argument
119 … return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status); in vzone_getOffset()
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset2() argument
126 …return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLen… in vzone_getOffset2()
130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, in vzone_getOffset3() argument
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec); in vzone_getOffset3()
136 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) { in vzone_setRawOffset() argument
137 return ((VTimeZone*)zone)->VTimeZone::setRawOffset(offsetMillis); in vzone_setRawOffset()
141 vzone_getRawOffset(VZone* zone) { in vzone_getRawOffset() argument
142 return ((VTimeZone*)zone)->VTimeZone::getRawOffset(); in vzone_getRawOffset()
146 vzone_useDaylightTime(VZone* zone) { in vzone_useDaylightTime() argument
147 return ((VTimeZone*)zone)->VTimeZone::useDaylightTime(); in vzone_useDaylightTime()
151 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) { in vzone_inDaylightTime() argument
152 return ((VTimeZone*)zone)->VTimeZone::inDaylightTime(date, status); in vzone_inDaylightTime()
156 vzone_hasSameRules(VZone* zone, const VZone* other) { in vzone_hasSameRules() argument
157 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition() argument
162 …return ((VTimeZone*)zone)->VTimeZone::getNextTransition(base, inclusive, *(TimeZoneTransition*)res… in vzone_getNextTransition()
166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition() argument
167 …return ((VTimeZone*)zone)->VTimeZone::getPreviousTransition(base, inclusive, *(TimeZoneTransition*… in vzone_getPreviousTransition()
171 vzone_countTransitionRules(VZone* zone, UErrorCode& status) { in vzone_countTransitionRules() argument
172 return ((VTimeZone*)zone)->VTimeZone::countTransitionRules(status); in vzone_countTransitionRules()
176 vzone_getStaticClassID(VZone* zone) { in vzone_getStaticClassID() argument
177 return ((VTimeZone*)zone)->VTimeZone::getStaticClassID(); in vzone_getStaticClassID()
181 vzone_getDynamicClassID(VZone* zone) { in vzone_getDynamicClassID() argument
182 return ((VTimeZone*)zone)->VTimeZone::getDynamicClassID(); in vzone_getDynamicClassID()