Lines Matching refs:fmt4
1420 MessageFormat* fmt4 = NULL;1436 fmt4 = (MessageFormat*) fmt2->clone();1442 if (fmt4 == NULL) {1443 it_err("testCopyConstructor2: (fmt4 != NULL)");1450 result = fmt4->format( &fargs, 1, resultStr, fp, status );1456 delete fmt4;