Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp124 fDateFormat(NULL), in DateIntervalFormat()
137 fDateFormat(NULL), in DateIntervalFormat()
151 delete fDateFormat; in operator =()
160 if ( itvfmt.fDateFormat ) { in operator =()
161 fDateFormat = (SimpleDateFormat*)itvfmt.fDateFormat->clone(); in operator =()
163 fDateFormat = NULL; in operator =()
197 delete fDateFormat; in ~DateIntervalFormat()
222 …if (fDateFormat != fmt->fDateFormat && (fDateFormat == NULL || fmt->fDateFormat == NULL)) {return … in operator ==()
223 if (fDateFormat && fmt->fDateFormat && (*fDateFormat != *fmt->fDateFormat)) {return FALSE;} in operator ==()
274 if (fFromCalendar == NULL || fToCalendar == NULL || fDateFormat == NULL || fInfo == NULL) { in format()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java314 private SimpleDateFormat fDateFormat; field in DateIntervalFormat
378 fDateFormat = simpleDateFormat; in DateIntervalFormat()
384 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
385 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
392 fDateFormat = simpleDateFormat; in DateIntervalFormat()
396 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
397 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
580 other.fDateFormat = (SimpleDateFormat) fDateFormat.clone(); in clone()
744 return fDateFormat.format(fromCalendar, appendTo, pos); in format()
753 if ( fDateFormat.isFieldUnitIgnored(field) ) { in format()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java313 private SimpleDateFormat fDateFormat; field in DateIntervalFormat
378 fDateFormat = simpleDateFormat; in DateIntervalFormat()
384 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
385 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
392 fDateFormat = simpleDateFormat; in DateIntervalFormat()
396 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
397 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
573 other.fDateFormat = (SimpleDateFormat) fDateFormat.clone(); in clone()
735 return fDateFormat.format(fromCalendar, appendTo, pos); in format()
744 if ( fDateFormat.isFieldUnitIgnored(field) ) { in format()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java169 } else if (fDateFormat != null) { in format()
175 fDateFormat.format(cal, toAppendTo, fieldPosition); in format()
210 private DateFormat fDateFormat; // keep for serialization compatibility field in RelativeDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java171 } else if (fDateFormat != null) { in format()
177 fDateFormat.format(cal, toAppendTo, fieldPosition); in format()
212 private DateFormat fDateFormat; // keep for serialization compatibility field in RelativeDateFormat
/external/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h1010 SimpleDateFormat* fDateFormat; variable