Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvzone.h25 struct VZone;
30 typedef struct VZone VZone; typedef
44 U_CAPI VZone* U_EXPORT2
55 U_CAPI VZone* U_EXPORT2
64 vzone_close(VZone* zone);
71 U_CAPI VZone* U_EXPORT2
72 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 …]
Dvzone.cpp26 U_CAPI VZone* U_EXPORT2
29 return (VZone*) (VTimeZone::createVTimeZoneByID(s)); in vzone_openID()
32 U_CAPI VZone* U_EXPORT2
35 return (VZone*) (VTimeZone::createVTimeZone(s,status)); in vzone_openData()
39 vzone_close(VZone* zone) { in vzone_close()
43 U_CAPI VZone* U_EXPORT2
44 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 …]
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp2205 VZone* v1; in TestVTimeZoneWrapper()
2206 VZone* v2; in TestVTimeZoneWrapper()