Home | History | Annotate | Download | only in i18n

Lines Matching refs:SimpleDateFormat

416         SimpleDateFormat* sdf;
417 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
427 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {