Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtA

521     DateFormat *fmtA = DateFormat::createInstance();
524 if (fmtA == NULL || fmtB == NULL){
526 delete fmtA;
532 Calendar *calA = (Calendar*) fmtA->getCalendar();
536 delete fmtA;
550 if (*fmtA != *fmtB)
556 if (*fmtA != *fmtB)
561 delete fmtA;