Lines Matching refs:formatsCmp
1205 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1215 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1224 b = formatsCmp[i]; in testAdopt()
1248 b = formatsCmp[i]; in testAdopt()
1263 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1281 b = formatsCmp[i]; in testAdopt()
1306 if (formatsCmp[i] == NULL) { in testAdopt()
1309 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1331 b = formatsCmp[i]; in testAdopt()
1355 if (formatsCmp[i] == NULL) { in testAdopt()
1358 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1383 b = formatsCmp[i]; in testAdopt()