Searched refs:formatsCmp (Results 1 – 3 of 3) sorted by relevance
617 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local624 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()633 b = formatsCmp[i]; in TestAdopt()656 b = formatsCmp[i]; in TestAdopt()671 msg.setFormats( formatsCmp ); //tested function in TestAdopt()674 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()691 b = formatsCmp[i]; in TestAdopt()708 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()714 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()715 if (formatsCmp[i] == null) { in TestAdopt()[all …]
620 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local627 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()636 b = formatsCmp[i]; in TestAdopt()659 b = formatsCmp[i]; in TestAdopt()674 msg.setFormats( formatsCmp ); //tested function in TestAdopt()677 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()694 b = formatsCmp[i]; in TestAdopt()711 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()717 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()718 if (formatsCmp[i] == null) { in TestAdopt()[all …]
1210 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local1220 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()1229 b = formatsCmp[i]; in testAdopt()1253 b = formatsCmp[i]; in testAdopt()1268 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()1286 b = formatsCmp[i]; in testAdopt()1311 if (formatsCmp[i] == NULL) { in testAdopt()1314 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()1336 b = formatsCmp[i]; in testAdopt()1360 if (formatsCmp[i] == NULL) { in testAdopt()[all …]