Home | History | Annotate | Download | only in unicode

Lines Matching full:dateformat

42 class DateFormat;
54 * Clients are encouraged to create a date-time formatter using DateFormat::getInstance(),
60 * and give it an appropriate pattern (or use one of the factory methods on DateFormat
227 class U_I18N_API SimpleDateFormat: public DateFormat {
234 * use the factory methods in the DateFormat class.
246 * use the factory methods in the DateFormat class.
269 * use the factory methods in the DateFormat class.
285 * use the factory methods in the DateFormat class.
309 * use the factory methods in the DateFormat class.
383 using DateFormat::format;
387 * 1, 1970. Overrides DateFormat pure virtual method.
407 * 1, 1970. Overrides DateFormat pure virtual method.
430 * 1, 1970. Overrides DateFormat pure virtual method.
454 * 1, 1970. Overrides DateFormat pure virtual method.
478 * Redeclared DateFormat method.
492 * Redeclared DateFormat method.
509 * Redeclared DateFormat method.
522 * Redeclared DateFormat method.
540 * @see DateFormat::setLenient(boolean)
570 * @see DateFormat::setLenient(boolean)
608 * @see DateFormat::setLenient(boolean)
867 friend class DateFormat;
874 * Used by the DateFormat factory methods to construct a SimpleDateFormat.
886 * This is an internal method, called by DateFormat. It should never fail.
927 * "maxDigits". Uses the DateFormat's NumberFormat.
978 * @param timeStyle The time style, as passed to DateFormat::createDateInstance().
979 * @param dateStyle The date style, as passed to DateFormat::createTimeInstance().
1153 * Map index into pattern character string to DateFormat field number
1247 return DateFormat::format(obj, appendTo, status);
1258 return DateFormat::format(obj, appendTo, pos, status);
1269 return DateFormat::format(obj, appendTo, posIter, status);
1278 return DateFormat::format(date, appendTo, fieldPosition);
1288 return DateFormat::format(date, appendTo, posIter, status);
1293 return DateFormat::format(date, appendTo);