HomeSort by relevance Sort by last modified time
    Searched refs:fCombinedFormat (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 44 fTimePattern(other.fTimePattern), fCombinedFormat(NULL),
56 if(other.fCombinedFormat != NULL) {
57 fCombinedFormat = new SimpleFormatter(*other.fCombinedFormat);
72 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL),
126 delete fCombinedFormat;
174 (fTimePattern.isEmpty() || fCombinedFormat == NULL || fCombinedHasDateAtStart)) {
194 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
213 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status);
246 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL)
    [all...]
reldtfmt.h 255 SimpleFormatter *fCombinedFormat; // the {0} {1} format.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RelativeDateFormat.java 126 (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) {
167 fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPosition(0));
215 private MessageFormat fCombinedFormat; // the {0} {1} format.
370 fCombinedFormat = new MessageFormat(pattern, locale);
371 return fCombinedFormat;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 124 (fTimePattern == null || fCombinedFormat == null || combinedFormatHasDateAtStart) ) {
165 fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPosition(0));
213 private MessageFormat fCombinedFormat; // the {0} {1} format.
368 fCombinedFormat = new MessageFormat(pattern, locale);
369 return fCombinedFormat;
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 254 milliseconds