Home
last modified time | relevance | path

Searched refs:fCombinedFormat (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dreldtfmt.cpp44 fTimePattern(other.fTimePattern), fCombinedFormat(NULL), in RelativeDateFormat()
56 if(other.fCombinedFormat != NULL) { in RelativeDateFormat()
57 fCombinedFormat = new SimpleFormatter(*other.fCombinedFormat); in RelativeDateFormat()
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 in parse()
[all...]
H A Dreldtfmt.h254 SimpleFormatter *fCombinedFormat; // the {0} {1} format. member in RelativeDateFormat
/third_party/node/deps/icu-small/source/i18n/
H A Dreldtfmt.cpp44 fTimePattern(other.fTimePattern), fCombinedFormat(nullptr), in RelativeDateFormat()
56 if(other.fCombinedFormat != nullptr) { in RelativeDateFormat()
57 fCombinedFormat = new SimpleFormatter(*other.fCombinedFormat); in RelativeDateFormat()
72 DateFormat(), fDateTimeFormatter(nullptr), fDatePattern(), fTimePattern(), fCombinedFormat(nullptr), in RelativeDateFormat()
134 delete fCombinedFormat; in ~RelativeDateFormat()
182 (fTimePattern.isEmpty() || fCombinedFormat == nullptr || fCombinedHasDateAtStart)) { in format()
202 } else if (fTimePattern.isEmpty() || fCombinedFormat == nullptr) { in format()
221 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status); in format()
254 } else if (fTimePattern.isEmpty() || fCombinedFormat in parse()
[all...]
H A Dreldtfmt.h254 SimpleFormatter *fCombinedFormat; // the {0} {1} format. member in RelativeDateFormat
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dreldtfmt.cpp44 fTimePattern(other.fTimePattern), fCombinedFormat(NULL), in RelativeDateFormat()
56 if(other.fCombinedFormat != NULL) { in RelativeDateFormat()
57 fCombinedFormat = new SimpleFormatter(*other.fCombinedFormat); in RelativeDateFormat()
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 in parse()
[all...]
H A Dreldtfmt.h254 SimpleFormatter *fCombinedFormat; // the {0} {1} format. member in RelativeDateFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java124 (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) { in format()
165 fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPosition(0)); 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelativeDateFormat.java127 (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) { in format()
168 fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPosition(0)); in format()
216 private MessageFormat fCombinedFormat; // the {0} {1} format. field in RelativeDateFormat
371 fCombinedFormat = new MessageFormat(pattern, locale); in initializeCombinedFormat()
372 return fCombinedFormat; in initializeCombinedFormat()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 6 milliseconds