Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtA

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