Searched refs:itvfmt (Results 1 – 1 of 1) sorted by relevance
124 DateIntervalFormat::DateIntervalFormat(const DateIntervalFormat& itvfmt) in DateIntervalFormat() argument125 : Format(itvfmt), in DateIntervalFormat()131 *this = itvfmt; in DateIntervalFormat()136 DateIntervalFormat::operator=(const DateIntervalFormat& itvfmt) { in operator =() argument137 if ( this != &itvfmt ) { in operator =()143 if ( itvfmt.fDateFormat ) { in operator =()144 fDateFormat = (SimpleDateFormat*)itvfmt.fDateFormat->clone(); in operator =()148 if ( itvfmt.fInfo ) { in operator =()149 fInfo = itvfmt.fInfo->clone(); in operator =()153 if ( itvfmt.fFromCalendar ) { in operator =()[all …]