Lines Matching refs:formatsToAdopt
1217 Format** formatsToAdopt; in testAdopt() local
1303 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1304 if (!formatsToAdopt) { in testAdopt()
1311 formatsToAdopt[i] = NULL; in testAdopt()
1313 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1314 if (!formatsToAdopt[i]) { in testAdopt()
1320 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test in testAdopt()
1321 delete[] formatsToAdopt; in testAdopt()
1352 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1353 if (!formatsToAdopt) { in testAdopt()
1360 formatsToAdopt[i] = NULL; in testAdopt()
1362 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1363 if (!formatsToAdopt[i]) { in testAdopt()
1371 msg.adoptFormat( i, formatsToAdopt[i] ); // function to test in testAdopt()
1373 delete[] formatsToAdopt; // array itself not needed in this case; in testAdopt()