Home | History | Annotate | Download | only in intltest

Lines Matching full:fmta

513     DateFormat *fmtA = DateFormat::createInstance();
516 if (fmtA == NULL || fmtB == NULL){
518 delete fmtA;
524 Calendar *calA = (Calendar*) fmtA->getCalendar();
528 delete fmtA;
542 if (*fmtA != *fmtB)
548 if (*fmtA != *fmtB)
553 delete fmtA;