Home | History | Annotate | Download | only in i18n

Lines Matching refs:Format

135 :   Format(itvfmt),
206 Format*
213 DateIntervalFormat::operator==(const Format& other) const {
217 if (!Format::operator==(other)) {return FALSE;}
246 DateIntervalFormat::format(const Formattable& obj,
258 return format(interval, appendTo, fieldPosition, status);
267 DateIntervalFormat::format(const DateInterval* dtInterval,
287 DateIntervalFormat::format(Calendar& fromCalendar,
349 return fDateFormat->format(fromCalendar, appendTo, pos);
364 * return single date format.
366 return fDateFormat->format(fromCalendar, appendTo, pos);
396 fDateFormat->format(*firstCal, appendTo, pos);
401 fDateFormat->format(*secondCal, appendTo, otherPos);
973 interval format is defined as following
1166 // do nothing, format will handle it
1356 fDateFormat->format(fromCalendar, earlierDate, pos);
1358 fDateFormat->format(toCalendar, laterDate, otherPos);
1364 format(earlierDate, laterDate, fallbackRange, status);
1366 // fallbackRange has just the time range, need to format the date part and combine that
1371 fDateFormat->format(fromCalendar, datePortion, otherPos);
1515 DateIntervalFormat::concatSingleDate2TimeInterval(UnicodeString& format,
1530 SimpleFormatter(format, 2, 2, status).
1531 format(timeIntervalPattern, datePattern, combinedPattern, status);
1538 // it should not happen if the interval format defined is valid