Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtB

345     DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
346 if ( fmtA == NULL || fmtB == NULL){
349 delete fmtB;
353 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
355 delete fmtB;