Lines Matching refs:fmt3
1417 MessageFormat* fmt3 = NULL;1433 fmt3 = (MessageFormat*) fmt1->clone();1436 if (fmt3 == NULL) {1437 it_err("testCopyConstructor2: (fmt3 != NULL)");1447 result = fmt3->format( &fargs, 1, resultStr, fp, status );1453 delete fmt3;