Searched refs:fDateFormat (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtitvfmt.cpp118 fDateFormat(NULL),
129 fDateFormat(NULL),
141 delete fDateFormat;
146 if ( itvfmt.fDateFormat ) {
147 fDateFormat = (SimpleDateFormat*)itvfmt.fDateFormat->clone();
149 fDateFormat = NULL;
181 delete fDateFormat;
203 equal = (*fDateFormat == *fmt->fDateFormat);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtitvfmt.h968 SimpleDateFormat* fDateFormat; member in class:DateIntervalFormat
972 * could re-use the calendar in fDateFormat,

Completed in 387 milliseconds