Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtB

331     DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
332 if ( fmtA == NULL || fmtB == NULL){
335 delete fmtB;
339 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
341 delete fmtB;