Lines Matching refs:formatsCmp
1202 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1212 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1221 b = formatsCmp[i]; in testAdopt()
1245 b = formatsCmp[i]; in testAdopt()
1260 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1278 b = formatsCmp[i]; in testAdopt()
1303 if (formatsCmp[i] == NULL) { in testAdopt()
1306 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1328 b = formatsCmp[i]; in testAdopt()
1352 if (formatsCmp[i] == NULL) { in testAdopt()
1355 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1380 b = formatsCmp[i]; in testAdopt()