Lines Matching refs:countCmp
1207 int32_t count, countCmp; in testAdopt() local
1209 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt()
1219 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1267 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1270 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1303 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1309 for (i = 0; i < countCmp; i++) { in testAdopt()
1320 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test in testAdopt()
1328 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1352 formatsToAdopt = new Format* [countCmp]; in testAdopt()
1358 for (i = 0; i < countCmp; i++) { in testAdopt()
1370 for ( i = 0; i < countCmp; i++ ) { in testAdopt()
1380 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()