Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtB

522     DateFormat *fmtB = DateFormat::createInstance();
524 if (fmtA == NULL || fmtB == NULL){
527 delete fmtB;
533 Calendar *calB = (Calendar*) fmtB->getCalendar();
537 delete fmtB;
550 if (*fmtA != *fmtB)
556 if (*fmtA != *fmtB)
562 delete fmtB;