Lines Matching refs:fCombinedFormat
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 this
341 } else if (fTimePattern.isEmpty() || fCombinedFormat == NULL) {
346 fCombinedFormat->format(timeDatePatterns, 2, result, pos, status);
423 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);