Lines Matching refs:formatsToAdopt
1213 Format** formatsToAdopt; in testAdopt() local
1299 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1300 if (!formatsToAdopt) { in testAdopt()
1307 formatsToAdopt[i] = NULL; in testAdopt()
1309 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1310 if (!formatsToAdopt[i]) { in testAdopt()
1316 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test in testAdopt()
1317 delete[] formatsToAdopt; in testAdopt()
1348 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1349 if (!formatsToAdopt) { in testAdopt()
1356 formatsToAdopt[i] = NULL; in testAdopt()
1358 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1359 if (!formatsToAdopt[i]) { in testAdopt()
1367 msg.adoptFormat( i, formatsToAdopt[i] ); // function to test in testAdopt()
1369 delete[] formatsToAdopt; // array itself not needed in this case; in testAdopt()