Home
last modified time | relevance | path

Searched refs:countCmp (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1203 int32_t count, countCmp; in testAdopt() local
1205 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt()
1215 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1263 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1266 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1299 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1305 for (i = 0; i < countCmp; i++) { in testAdopt()
1316 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test in testAdopt()
1324 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1348 formatsToAdopt = new Format* [countCmp]; in testAdopt()
[all …]