Lines Matching refs:format
115 Format* RelativeDateFormat::clone(void) const {
119 UBool RelativeDateFormat::operator==(const Format& other) const {
133 UnicodeString& RelativeDateFormat::format( Calendar& cal,
153 fDateTimeFormatter->format(cal,appendTo,pos);
159 fDateTimeFormatter->format(cal,appendTo,pos);
174 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, pos, status); // pos is ignored by this
176 fDateTimeFormatter->format(cal,appendTo,pos);
185 RelativeDateFormat::format(const Formattable& obj,
191 // (the previous format() override would hide the version of
192 // format() on DateFormat that this function correspond to, so we
194 return DateFormat::format(obj, appendTo, pos, status);
260 fDateTimeFormatter->format(*tempCal, dateString, fPos);
271 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, fPos, status); // pos is ignored by this
345 fCombinedFormat->format(timeDatePatterns, 2, result, pos, status);
398 // Get proper date time format