Lines Matching refs:df
645 DateFormat* df;
650 df = DateFormat::createDateInstance(style, locale);
652 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
657 delete df;
660 df = DateFormat::createTimeInstance(style, locale);
661 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
672 delete df;