Searched defs:VZone (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dvzone.h25 struct VZone;
30 typedef struct VZone VZone; typedef in typeref:struct:VZone
34 * VZone API
44 U_CAPI VZone* U_EXPORT2
55 U_CAPI VZone* U_EXPORT2
59 * Disposes of the storage used by a VZone object. This function should
64 vzone_close(VZone* zone);
71 U_CAPI VZone* U_EXPORT2
72 vzone_clone(const VZone *zon
[all...]
/external/icu/icu4c/source/i18n/
H A Dvzone.h25 struct VZone;
30 typedef struct VZone VZone; typedef in typeref:struct:VZone
34 * VZone API
44 U_CAPI VZone* U_EXPORT2
55 U_CAPI VZone* U_EXPORT2
59 * Disposes of the storage used by a VZone object. This function should
64 vzone_close(VZone* zone);
71 U_CAPI VZone* U_EXPORT2
72 vzone_clone(const VZone *zon
[all...]

Completed in 77 milliseconds