Searched refs:VTimeZone (Results 1 – 6 of 6) sorted by relevance
39 class U_I18N_API VTimeZone : public BasicTimeZone {46 VTimeZone(const VTimeZone& source);52 virtual ~VTimeZone();59 VTimeZone& operator=(const VTimeZone& right);88 static VTimeZone* createVTimeZoneByID(const UnicodeString& ID);99 static VTimeZone* createVTimeZone(const UnicodeString& vtzdata, UErrorCode& status);357 VTimeZone();358 static VTimeZone* createVTimeZone(VTZReader* reader);
938 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(VTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument940 VTimeZone::VTimeZone() in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()945 VTimeZone::VTimeZone(const VTimeZone& source) in VTimeZone() function in VTimeZone971 VTimeZone::~VTimeZone() { in ~VTimeZone()980 VTimeZone&981 VTimeZone::operator=(const VTimeZone& right) { in operator =()1024 VTimeZone::operator==(const TimeZone& that) const { in operator ==()1032 VTimeZone *vtz = (VTimeZone*)&that; in operator ==()1044 VTimeZone::operator!=(const TimeZone& that) const { in operator !=()1048 VTimeZone*[all …]
1166 || tmptz->getDynamicClassID() == VTimeZone::getStaticClassID()) { in getGenericString()
1481 || tz.getDynamicClassID() == VTimeZone::getStaticClassID()) { in parse()
775 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneRoundTrip()778 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTrip()787 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTrip()868 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneRoundTripPartial()869 VTimeZone *vtz_new = NULL; in TestVTimeZoneRoundTripPartial()881 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneRoundTripPartial()955 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid); in TestVTimeZoneSimpleWrite()956 VTimeZone *vtz_new = NULL; in TestVTimeZoneSimpleWrite()968 vtz_new = VTimeZone::createVTimeZone(vtzdata, status); in TestVTimeZoneSimpleWrite()1010 VTimeZone *vtz = VTimeZone::createVTimeZoneByID("America/Chicago"); in TestVTimeZoneHeaderProps()[all …]
1717 #define VTimeZone VTimeZone_3_8 macro