Lines Matching refs:fmt3
1412 MessageFormat* fmt3 = NULL;1428 fmt3 = (MessageFormat*) fmt1->clone();1431 if (fmt3 == NULL) {1432 it_err("testCopyConstructor2: (fmt3 != NULL)");1442 result = fmt3->format( &fargs, 1, resultStr, fp, status );1448 delete fmt3;