Home | History | Annotate | Download | only in i18n

Lines Matching full:other

107 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other)
108 : DateFormat(other)
110 *this = other;
120 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other)
123 DateFormat::operator=(other);
127 this->fDateTimeMsg = other.fDateTimeMsg;
128 this->fTimeStyle = other.fTimeStyle;
129 this->fDateStyle = other.fDateStyle;
130 this->fLCID = other.fLCID;
131 // this->fCalendar = other.fCalendar->clone();
132 this->fZoneID = other.fZoneID;
135 *this->fTZI = *other.fTZI;