Lines Matching refs:fCombinedFormat
41 fTimePattern(other.fTimePattern), fCombinedFormat(NULL),
49 if(other.fCombinedFormat != NULL) {
50 fCombinedFormat = (MessageFormat*)other.fCombinedFormat->clone();
60 DateFormat(), fDateTimeFormatter(NULL), fDatePattern(), fTimePattern(), fCombinedFormat(NULL),
110 delete fCombinedFormat;
154 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
174 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, pos, status); // pos is ignored by this
207 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
271 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, fPos, status); // pos is ignored by this
340 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
345 fCombinedFormat->format(timeDatePatterns, 2, result, pos, status);
422 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);