Lines Matching refs:formatsCmp
1209 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1219 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1228 b = formatsCmp[i]; in testAdopt()
1252 b = formatsCmp[i]; in testAdopt()
1267 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1285 b = formatsCmp[i]; in testAdopt()
1310 if (formatsCmp[i] == NULL) { in testAdopt()
1313 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1335 b = formatsCmp[i]; in testAdopt()
1359 if (formatsCmp[i] == NULL) { in testAdopt()
1362 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1387 b = formatsCmp[i]; in testAdopt()