Home | History | Annotate | Download | only in i18n

Lines Matching refs:BasicTimeZone

957 :   BasicTimeZone(), tz(NULL), vtzlines(NULL),
962 : BasicTimeZone(source), tz(NULL), vtzlines(NULL),
966 tz = (BasicTimeZone*)source.tz->clone();
1002 BasicTimeZone::operator=(right);
1008 tz = (BasicTimeZone*)right.tz->clone();
1044 if (typeid(*this) != typeid(that) || !BasicTimeZone::operator==(that)) {
1066 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID);
1084 VTimeZone::createVTimeZoneFromBasicTimeZone(const BasicTimeZone& basic_time_zone, UErrorCode &status) {
1093 vtz->tz = (BasicTimeZone *)basic_time_zone.clone();
1892 VTimeZone::writeZone(VTZWriter& w, BasicTimeZone& basictz,