Home | History | Annotate | Download | only in i18n

Lines Matching full:dateformat

385 // Not for public consumption; used by DateFormat
406 * Not for public consumption; used by DateFormat. This constructor
447 : DateFormat(other),
465 DateFormat::operator=(other);
504 if (DateFormat
505 // DateFormat::operator== guarantees following cast is safe
970 // Map index into pattern character string to DateFormat field number
1973 // cunterpart on DateFormat
1974 return DateFormat::parse(text, pos);
1981 // counterpart on DateFormat
1982 return DateFormat::parse(text, status);
3129 DateFormat::adoptCalendar(calendarToAdopt);