Lines Matching refs:countCmp
1208 int32_t count, countCmp; in testAdopt() local
1210 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt()
1220 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1268 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1271 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1304 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1310 for (i = 0; i < countCmp; i++) { in testAdopt()
1321 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test in testAdopt()
1329 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1353 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1359 for (i = 0; i < countCmp; i++) { in testAdopt()
1371 for ( i = 0; i < countCmp; i++ ) { in testAdopt()
1381 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()