Searched refs:VZone (Results 1 – 3 of 3) sorted by relevance
28 struct VZone;33 typedef struct VZone VZone; typedef47 U_CAPI VZone* U_EXPORT258 U_CAPI VZone* U_EXPORT267 vzone_close(VZone* zone);74 U_CAPI VZone* U_EXPORT275 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);[all …]
28 U_CAPI VZone* U_EXPORT231 return (VZone*) (VTimeZone::createVTimeZoneByID(s)); in vzone_openID()34 U_CAPI VZone* U_EXPORT237 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()41 vzone_close(VZone* zone) { in vzone_close()45 U_CAPI VZone* U_EXPORT246 vzone_clone(const VZone *zone) { in vzone_clone()47 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone()); in vzone_clone()51 vzone_equals(const VZone* zone1, const VZone* zone2) { in vzone_equals()56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()[all …]
2208 VZone* v1; in TestVTimeZoneWrapper()2209 VZone* v2; in TestVTimeZoneWrapper()