Home
last modified time | relevance | path

Searched refs:fCombinedFormat (Results 1 – 5 of 5) 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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java125 … (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) { in format()
166fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPositio… in format()
212 private MessageFormat fCombinedFormat; // the {0} {1} format. field in RelativeDateFormat
362 fCombinedFormat = new MessageFormat(pattern, locale); in initializeCombinedFormat()
363 return fCombinedFormat; in initializeCombinedFormat()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...