Lines Matching refs:Format
134 Format* RelativeDateFormat::clone(void) const {
138 UBool RelativeDateFormat::operator==(const Format& other) const {
154 UnicodeString& RelativeDateFormat::format( Calendar& cal,
193 fDateTimeFormatter->format(cal,appendTo,pos);
199 fDateTimeFormatter->format(cal,appendTo,pos);
213 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status);
215 fDateTimeFormatter->format(cal,appendTo,pos);
224 RelativeDateFormat::format(const Formattable& obj,
230 // (the previous format() override would hide the version of
231 // format() on DateFormat that this function correspond to, so we
233 return DateFormat::format(obj, appendTo, pos, status);
299 fDateTimeFormatter->format(*tempCal, dateString, fPos);
309 fCombinedFormat->format(fTimePattern, fDatePattern, combinedPattern, status);
376 fCombinedFormat->format(fTimePattern, fDatePattern, result, status);