Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp44 fTimePattern(other.fTimePattern), fCombinedFormat(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
56 if(other.fCombinedFormat != NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
57 fCombinedFormat = new SimpleFormatter(*other.fCombinedFormat); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
72 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL), in RelativeDateFormat()
126 delete fCombinedFormat; in ~RelativeDateFormat()
174 (fTimePattern.isEmpty() || fCombinedFormat == NULL || fCombinedHasDateAtStart)) { in format()
194 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) { in format()
213 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status); in format()
246 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) { in parse()
309 fCombinedFormat->format(fTimePattern, fDatePattern, combinedPattern, status); in parse()
[all …]
Dreldtfmt.h255 SimpleFormatter *fCombinedFormat; // the {0} {1} format. variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java124 … (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) { in format()
165fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPositio… in format()
213 private MessageFormat fCombinedFormat; // the {0} {1} format. field in RelativeDateFormat
368 fCombinedFormat = new MessageFormat(pattern, locale); in initializeCombinedFormat()
369 return fCombinedFormat; in initializeCombinedFormat()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java126 … (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) { in format()
167fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPositio… in format()
215 private MessageFormat fCombinedFormat; // the {0} {1} format. field in RelativeDateFormat
370 fCombinedFormat = new MessageFormat(pattern, locale); in initializeCombinedFormat()
371 return fCombinedFormat; in initializeCombinedFormat()