Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtA

517     DateFormat *fmtA = DateFormat::createInstance();
520 if (fmtA == NULL || fmtB == NULL){
522 delete fmtA;
528 Calendar *calA = (Calendar*) fmtA->getCalendar();
532 delete fmtA;
546 if (*fmtA != *fmtB)
552 if (*fmtA != *fmtB)
557 delete fmtA;