Home | History | Annotate | Download | only in i18n

Lines Matching refs:Format

52 :   Format(other),
92 DateFormat::operator==(const Format& other) const
98 // Format::operator== guarantees that this cast is safe
102 (Format::operator==(other) &&
110 DateFormat::format(const Formattable& obj,
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const {
151 return format(*fCalendar, appendTo, fieldPosition);
160 DateFormat::format(UDate date, UnicodeString& appendTo) const
165 return format(date, appendTo, fpos);
313 // If that fails, try to create a format using the default pattern and
332 // Even if root has the correct date format for this locale,