Searched refs:formatsCmp (Results 1 – 3 of 3) sorted by relevance
598 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local605 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()614 b = formatsCmp[i]; in TestAdopt()637 b = formatsCmp[i]; in TestAdopt()652 msg.setFormats( formatsCmp ); //tested function in TestAdopt()655 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()672 b = formatsCmp[i]; in TestAdopt()689 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()695 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()696 if (formatsCmp[i] == null) { in TestAdopt()[all …]
594 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local601 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()610 b = formatsCmp[i]; in TestAdopt()633 b = formatsCmp[i]; in TestAdopt()648 msg.setFormats( formatsCmp ); //tested function in TestAdopt()651 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()668 b = formatsCmp[i]; in TestAdopt()685 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()691 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()692 if (formatsCmp[i] == null) { in TestAdopt()[all …]
1202 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local1212 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()[all …]