Home | History | Annotate | Download | only in intltest

Lines Matching refs:fmtA

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