Searched refs:VZone (Results 1 – 3 of 3) sorted by relevance
25 struct VZone;30 typedef struct VZone VZone; typedef44 U_CAPI VZone* U_EXPORT255 U_CAPI VZone* U_EXPORT264 vzone_close(VZone* zone);71 U_CAPI VZone* U_EXPORT272 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);[all …]
26 U_CAPI VZone* U_EXPORT229 return (VZone*) (VTimeZone::createVTimeZoneByID(s)); in vzone_openID()32 U_CAPI VZone* U_EXPORT235 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()39 vzone_close(VZone* zone) { in vzone_close()43 U_CAPI VZone* U_EXPORT244 vzone_clone(const VZone *zone) { in vzone_clone()45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()49 vzone_equals(const VZone* zone1, const VZone* zone2) { in vzone_equals()54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()[all …]
2205 VZone* v1; in TestVTimeZoneWrapper()2206 VZone* v2; in TestVTimeZoneWrapper()