Searched defs:formatsToAdopt (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp1213 Format** formatsToAdopt; local
1299 formatsToAdopt = new Format* [countCmp];
1300 if (!formatsToAdopt) {
1307 formatsToAdopt[i] = NULL;
1309 formatsToAdopt[i] = formatsCmp[i]->clone();
1310 if (!formatsToAdopt[i]) {
1316 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test
1317 delete[] formatsToAdopt;
1348 formatsToAdopt = new Format* [countCmp];
1349 if (!formatsToAdopt) {
[all...]

Completed in 909 milliseconds