Home | History | Annotate | Download | only in i18n

Lines Matching refs:VZone

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