Home | History | Annotate | Download | only in intltest

Lines Matching refs:formatsToAdopt

1180     Format** formatsToAdopt;
1261 formatsToAdopt = new Format* [countCmp];
1262 if (!formatsToAdopt) {
1269 formatsToAdopt[i] = NULL;
1271 formatsToAdopt[i] = formatsCmp[i]->clone();
1272 if (!formatsToAdopt[i]) {
1278 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test
1279 delete[] formatsToAdopt;
1309 formatsToAdopt = new Format* [countCmp];
1310 if (!formatsToAdopt) {
1317 formatsToAdopt[i] = NULL;
1319 formatsToAdopt[i] = formatsCmp[i]->clone();
1320 if (!formatsToAdopt[i]) {
1328 msg.adoptFormat( i, formatsToAdopt[i] ); // function to test
1330 delete[] formatsToAdopt; // array itself not needed in this case;