Home
last modified time | relevance | path

Searched refs:VTimeZone (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/unicode/
Dvtzone.h39 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);
/external/icu4c/i18n/
Dvtzone.cpp938 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(VTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
940 VTimeZone::VTimeZone() in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
945 VTimeZone::VTimeZone(const VTimeZone& source) in VTimeZone() function in VTimeZone
971 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 …]
Dzstrfmt.cpp1166 || tmptz->getDynamicClassID() == VTimeZone::getStaticClassID()) { in getGenericString()
Dsmpdtfmt.cpp1481 || tz.getDynamicClassID() == VTimeZone::getStaticClassID()) { in parse()
/external/icu4c/test/intltest/
Dtzrulets.cpp775 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 …]
/external/icu4c/common/unicode/
Durename.h1717 #define VTimeZone VTimeZone_3_8 macro