Home
last modified time | relevance | path

Searched refs:VZone (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dvzone.h28 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);
[all …]
Dvzone.cpp28 U_CAPI VZone* U_EXPORT2
31 return (VZone*) (VTimeZone::createVTimeZoneByID(s)); in vzone_openID()
34 U_CAPI VZone* U_EXPORT2
37 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()
41 vzone_close(VZone* zone) { in vzone_close()
45 U_CAPI VZone* U_EXPORT2
46 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 …]
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp2208 VZone* v1; in TestVTimeZoneWrapper()
2209 VZone* v2; in TestVTimeZoneWrapper()