Lines Matching refs:formatsToAdopt
1210 Format** formatsToAdopt; in testAdopt() local
1296 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1297 if (!formatsToAdopt) { in testAdopt()
1304 formatsToAdopt[i] = NULL; in testAdopt()
1306 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1307 if (!formatsToAdopt[i]) { in testAdopt()
1313 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test in testAdopt()
1314 delete[] formatsToAdopt; in testAdopt()
1345 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1346 if (!formatsToAdopt) { in testAdopt()
1353 formatsToAdopt[i] = NULL; in testAdopt()
1355 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1356 if (!formatsToAdopt[i]) { in testAdopt()
1364 msg.adoptFormat( i, formatsToAdopt[i] ); // function to test in testAdopt()
1366 delete[] formatsToAdopt; // array itself not needed in this case; in testAdopt()