Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtB

518     DateFormat *fmtB = DateFormat::createInstance();
520 if (fmtA == NULL || fmtB == NULL){
523 delete fmtB;
529 Calendar *calB = (Calendar*) fmtB->getCalendar();
533 delete fmtB;
546 if (*fmtA != *fmtB)
552 if (*fmtA != *fmtB)
558 delete fmtB;