/third_party/icu/icu4c/source/i18n/ |
H A D | reldtfmt.cpp | 44 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 D | reldtfmt.h | 254 SimpleFormatter *fCombinedFormat; // the {0} {1} format. member in RelativeDateFormat
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldtfmt.cpp | 44 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 D | reldtfmt.h | 254 SimpleFormatter *fCombinedFormat; // the {0} {1} format. member in RelativeDateFormat
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | reldtfmt.cpp | 44 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 D | reldtfmt.h | 254 SimpleFormatter *fCombinedFormat; // the {0} {1} format. member in RelativeDateFormat
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RelativeDateFormat.java | 124 (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 D | RelativeDateFormat.java | 127 (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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |