Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp127 fDateFormat(NULL), in DateIntervalFormat()
140 fDateFormat(NULL), in DateIntervalFormat()
154 delete fDateFormat; in operator =()
163 if ( itvfmt.fDateFormat ) { in operator =()
164 fDateFormat = (SimpleDateFormat*)itvfmt.fDateFormat->clone(); in operator =()
166 fDateFormat = NULL; in operator =()
200 delete fDateFormat; in ~DateIntervalFormat()
225 …if (fDateFormat != fmt->fDateFormat && (fDateFormat == NULL || fmt->fDateFormat == NULL)) {return … in operator ==()
226 if (fDateFormat && fmt->fDateFormat && (*fDateFormat != *fmt->fDateFormat)) {return FALSE;} in operator ==()
277 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
379 fDateFormat = simpleDateFormat; in DateIntervalFormat()
385 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
386 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
393 fDateFormat = simpleDateFormat; in DateIntervalFormat()
397 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
398 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
574 other.fDateFormat = (SimpleDateFormat) fDateFormat.clone(); in clone()
736 return fDateFormat.format(fromCalendar, appendTo, pos); in format()
745 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.java172 } else if (fDateFormat != null) { in format()
178 fDateFormat.format(cal, toAppendTo, fieldPosition); in format()
213 private DateFormat fDateFormat; // keep for serialization compatibility field in RelativeDateFormat
/external/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h1010 SimpleDateFormat* fDateFormat; variable