Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtB

514     DateFormat *fmtB = DateFormat::createInstance();
516 if (fmtA == NULL || fmtB == NULL){
519 delete fmtB;
525 Calendar *calB = (Calendar*) fmtB->getCalendar();
529 delete fmtB;
542 if (*fmtA != *fmtB)
548 if (*fmtA != *fmtB)
554 delete fmtB;