Home | History | Annotate | Download | only in i18n

Lines Matching defs:sdf

1323                 SimpleDateFormat *sdf = (SimpleDateFormat*)this->clone();
1324 sdf->adoptCalendar(gcal);
1325 sdf->applyPattern(*hourPattern);
1329 sdf->setLenient(FALSE);
1331 fGMTFormatters[i]->adoptFormat(0, sdf);