Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtB

512     DateFormat *fmtB = DateFormat::createInstance();
514 if (fmtA == NULL || fmtB == NULL){
517 delete fmtB;
523 Calendar *calB = (Calendar*) fmtB->getCalendar();
527 delete fmtB;
540 if (*fmtA != *fmtB)
546 if (*fmtA != *fmtB)
552 delete fmtB;