Home | History | Annotate | Download | only in intltest

Lines Matching refs:formatsToAdopt

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