Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp45 fTimePattern(other.fTimePattern), fCombinedFormat(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
58 if(other.fCombinedFormat != NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
59 fCombinedFormat = (MessageFormat*)other.fCombinedFormat->clone(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
74 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL), in RelativeDateFormat()
127 delete fCombinedFormat; in ~RelativeDateFormat()
175 (fTimePattern.isEmpty() || fCombinedFormat == NULL || fCombinedHasDateAtStart)) { in format()
195 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) { in format()
215fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, pos, status); // pos is ignored by t… in format()
248 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) { in parse()
312fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, fPos, status); // pos is ignored by … in parse()
[all …]
Dreldtfmt.h253 MessageFormat *fCombinedFormat; // the {0} {1} format. variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java123 … (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) { in format()
164fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPositio… in format()
210 private MessageFormat fCombinedFormat; // the {0} {1} format. field in RelativeDateFormat
360 fCombinedFormat = new MessageFormat(pattern, locale); in initializeCombinedFormat()
361 return fCombinedFormat; in initializeCombinedFormat()