Searched refs:formatsCmp (Results 1 – 3 of 3) sorted by relevance
618 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local625 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()634 b = formatsCmp[i]; in TestAdopt()657 b = formatsCmp[i]; in TestAdopt()672 msg.setFormats( formatsCmp ); //tested function in TestAdopt()675 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()692 b = formatsCmp[i]; in TestAdopt()709 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()715 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()716 if (formatsCmp[i] == null) { in TestAdopt()[all …]
615 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local622 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()631 b = formatsCmp[i]; in TestAdopt()654 b = formatsCmp[i]; in TestAdopt()669 msg.setFormats( formatsCmp ); //tested function in TestAdopt()672 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()689 b = formatsCmp[i]; in TestAdopt()706 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()712 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()713 if (formatsCmp[i] == null) { in TestAdopt()[all …]
1209 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local1219 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()[all …]