Lines Matching refs:date
11 * Date Name Description
117 // if the type of the Formattable is double or long, treat it as if it were a Date
118 UDate date = 0;
122 date = obj.getDate();
125 date = (UDate)obj.getDouble();
128 date = (UDate)obj.getLong();
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const {
149 fCalendar->setTime(date, ec);
160 DateFormat::format(UDate date, UnicodeString& appendTo) const
165 return format(date, appendTo, fpos);
332 // Even if root has the correct date format for this locale,