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

  /external/icu4c/i18n/
reldtfmt.cpp 42 fTimePattern(other.fTimePattern), fCombinedFormat(NULL),
50 if(other.fCombinedFormat != NULL) {
51 fCombinedFormat = (MessageFormat*)other.fCombinedFormat->clone();
61 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL),
111 delete fCombinedFormat;
155 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
175 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, pos, status); // pos is ignored by this
208 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
272 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, fPos, status); // pos is ignored by thi
    [all...]
reldtfmt.h 240 MessageFormat *fCombinedFormat; // the {0} {1} format.
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 42 DateFormat(other), fDateFormat(NULL), fTimeFormat(NULL), fCombinedFormat(NULL),
67 : DateFormat(), fDateFormat(NULL), fTimeFormat(NULL), fCombinedFormat(NULL),
95 delete fCombinedFormat;
134 if(fTimeFormat == NULL || fCombinedFormat == 0) {
148 fCombinedFormat->format(timeDateStrings, 2, appendTo, pos, status); // pos is ignored by this
263 if (fTimeFormat == NULL || fCombinedFormat == 0) {
278 fCombinedFormat->format(timeDatePatterns, 2, result, pos, status);
378 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
reldtfmt.h 227 MessageFormat *fCombinedFormat; // the {0} {1} format.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 131 milliseconds