Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp124 DateIntervalFormat::DateIntervalFormat(const DateIntervalFormat& itvfmt) in DateIntervalFormat() argument
125 : Format(itvfmt), in DateIntervalFormat()
131 *this = itvfmt; in DateIntervalFormat()
136 DateIntervalFormat::operator=(const DateIntervalFormat& itvfmt) { in operator =() argument
137 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 …]