HomeSort by relevance Sort by last modified time
    Searched refs:VZone (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
vzone.h 25 struct VZone;
30 typedef struct VZone VZone;
34 * VZone API
38 * Creates a vzone from the given time zone ID.
41 * @return A vzone object initialized by the time zone ID,
44 U_CAPI VZone* U_EXPORT2
48 * Create a vzone instance by RFC2445 VTIMEZONE data
52 * @return A vzone initialized by the VTIMEZONE data or
55 U_CAPI VZone* U_EXPORT
    [all...]
vzone.cpp 18 #include "vzone.h"
26 U_CAPI VZone* U_EXPORT2
29 return (VZone*) (VTimeZone::createVTimeZoneByID(s));
32 U_CAPI VZone* U_EXPORT2
35 return (VZone*) (VTimeZone::createVTimeZone(s,status));
39 vzone_close(VZone* zone) {
43 U_CAPI VZone* U_EXPORT2
44 vzone_clone(const VZone *zone) {
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone());
49 vzone_equals(const VZone* zone1, const VZone* zone2)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 27 #include "vzone.h"
    [all...]

Completed in 316 milliseconds