Lines Matching refs:i

784 	sal_uInt16 i=0;  in checkMethod()  local
785 for (i=0; i < nParams1 && i < nParams2; i++) in checkMethod()
787 …if ( reader1.getMethodParameterTypeName(index, i) != reader2.getMethodParameterTypeName(index, i) ) in checkMethod()
792 fprintf(stdout, " Method %d, Parameter %d: Type1 = %s != Type2 = %s\n", index, i, in checkMethod()
793 U2S(reader1.getMethodParameterTypeName(index, i)), in checkMethod()
794 U2S(reader2.getMethodParameterTypeName(index, i))); in checkMethod()
798 …fullCheck() && (reader1.getMethodParameterName(index, i) != reader2.getMethodParameterName(index, in checkMethod()
803 fprintf(stdout, " Method %d, Parameter %d: Name1 = %s != Name2 = %s\n", index, i, in checkMethod()
804 U2S(reader1.getMethodParameterName(index, i)), in checkMethod()
805 U2S(reader2.getMethodParameterName(index, i))); in checkMethod()
809 if ( reader1.getMethodParameterFlags(index, i) != reader2.getMethodParameterFlags(index, i) ) in checkMethod()
814 fprintf(stdout, " Method %d, Parameter %d: Mode1 = %s != Mode2 = %s\n", index, i, in checkMethod()
815 getParamMode(reader1.getMethodParameterFlags(index, i)), in checkMethod()
816 getParamMode(reader2.getMethodParameterFlags(index, i))); in checkMethod()
821 if ( i < nParams1 && options.forceOutput() ) in checkMethod()
824 fprintf(stdout, " Registry1: Method %d contains %d more parameters\n", index, nParams1 - i); in checkMethod()
826 if ( i < nParams2 && options.forceOutput() ) in checkMethod()
829 fprintf(stdout, " Registry2: Method %d contains %d more parameters\n", index, nParams2 - i); in checkMethod()
843 for (i=0; i < nExcep1 && i < nExcep2; i++) in checkMethod()
845 …if ( reader1.getMethodExceptionTypeName(index, i) != reader2.getMethodExceptionTypeName(index, i) ) in checkMethod()
850 fprintf(stdout, " Method %d, Exception %d: Name1 = %s != Name2 = %s\n", index, i, in checkMethod()
851 U2S(reader1.getMethodExceptionTypeName(index, i)), in checkMethod()
852 U2S(reader2.getMethodExceptionTypeName(index, i))); in checkMethod()
857 if ( i < nExcep1 && options.forceOutput() ) in checkMethod()
860 fprintf(stdout, " Registry1: Method %d contains %d more exceptions\n", index, nExcep1 - i); in checkMethod()
862 if ( i < nExcep2 && options.forceOutput() ) in checkMethod()
865 fprintf(stdout, " Registry2: Method %d contains %d more exceptions\n", index, nExcep2 - i); in checkMethod()
979 sal_uInt16 i=0, j=0; in checkFieldsWithoutOrder() local
994 for (i=0; i < nFields1; i++) in checkFieldsWithoutOrder()
998 if (!checkField(options, keyName, typeClass, bDump, reader1, reader2, i, j)) in checkFieldsWithoutOrder()
1011 i, U2S(shortName(reader1.getFieldName(i))), getTypeClass(typeClass)); in checkFieldsWithoutOrder()
1118 for (sal_Int16 i = 0; i < reader1.getSuperTypeCount(); ++i) in checkBlob() local
1120 if (reader1.getSuperTypeName(i) != reader2.getSuperTypeName(i)) in checkBlob()
1126 U2S(reader1.getSuperTypeName(i)), U2S(reader2.getSuperTypeName(i))); in checkBlob()
1157 sal_uInt16 i; in checkBlob() local
1158 for (i=0; i < nFields1 && i < nFields2; i++) in checkBlob()
1160 nError += checkField(options, keyName, typeClass, bDump, reader1, reader2, i, i); in checkBlob()
1162 if ( i < nFields1 && options.forceOutput() ) in checkBlob()
1165 fprintf(stdout, " Registry1 contains %d more fields\n", nFields1 - i); in checkBlob()
1167 if ( i < nFields2 && options.forceOutput() ) in checkBlob()
1170 fprintf(stdout, " Registry2 contains %d more fields\n", nFields2 - i); in checkBlob()
1192 sal_uInt16 i; in checkBlob() local
1193 for (i=0; i < nMethods1 && i < nMethods2; i++) in checkBlob()
1195 nError += checkMethod(options, keyName, typeClass, bDump, reader1, reader2, i); in checkBlob()
1197 if ( i < nMethods1 && options.forceOutput() ) in checkBlob()
1199 fprintf(stdout, " Registry1 contains %d more methods\n", nMethods1 - i); in checkBlob()
1201 if ( i < nMethods2 && options.forceOutput() ) in checkBlob()
1203 fprintf(stdout, " Registry2 contains %d more methods\n", nMethods2 - i); in checkBlob()
1213 sal_uInt16 i=0, j=0; in checkBlob() local
1228 for (i=0; i < nReference1; i++) in checkBlob()
1232 if (!checkReference(options, keyName, typeClass, bDump, reader1, reader2, i, j)) in checkBlob()
1247 i, U2S(shortName(reader1.getReferenceTypeName(i)))); in checkBlob()
1291 sal_uInt16 i; in checkBlob() local
1292 for (i=0; i < nReference1 && i < nReference2; i++) in checkBlob()
1294 nError += checkReference(options, keyName, typeClass, bDump, reader1, reader2, i, i); in checkBlob()
1296 if ( i < nReference1 && options.forceOutput() ) in checkBlob()
1298 fprintf(stdout, " Registry1 contains %d more references\n", nReference1 - i); in checkBlob()
1300 if ( i < nReference2 && options.forceOutput() ) in checkBlob()
1302 fprintf(stdout, " Registry2 contains %d more references\n", nReference2 - i); in checkBlob()
1346 for (sal_uInt32 i=0; i<length1; i++) in checkValueDifference() local
1348 if ( valueList1.getElement(i) != valueList2.getElement(i) ) in checkValueDifference()
1369 for (sal_uInt32 i=0; i<length1; i++) in checkValueDifference() local
1371 if ( strcmp(valueList1.getElement(i), valueList2.getElement(i)) != 0 ) in checkValueDifference()
1392 for (sal_uInt32 i=0; i<length1; i++) in checkValueDifference() local
1394 if ( rtl_ustr_compare(valueList1.getElement(i), valueList2.getElement(i)) != 0 ) in checkValueDifference()
1495 for (sal_uInt32 i=0; i<length; i++) in checkValueDifference() local
1499 sal::static_int_cast< unsigned long >(i), in checkValueDifference()
1500 sal::static_int_cast< long >(valueList.getElement(i))); in checkValueDifference()
1513 for (sal_uInt32 i=0; i<length; i++) in checkValueDifference() local
1517 sal::static_int_cast< unsigned long >(i), in checkValueDifference()
1518 valueList.getElement(i)); in checkValueDifference()
1532 for (sal_uInt32 i=0; i<length; i++) in checkValueDifference() local
1534 uStrValue = OUString(valueList.getElement(i)); in checkValueDifference()
1537 sal::static_int_cast< unsigned long >(i), U2S(uStrValue)); in checkValueDifference()
1597 for (sal_uInt32 i=0; i<length; i++) in checkValueDifference() local
1601 sal::static_int_cast< unsigned long >(i), in checkValueDifference()
1602 sal::static_int_cast< long >(valueList.getElement(i))); in checkValueDifference()
1615 for (sal_uInt32 i=0; i<length; i++) in checkValueDifference() local
1619 sal::static_int_cast< unsigned long >(i), in checkValueDifference()
1620 valueList.getElement(i)); in checkValueDifference()
1634 for (sal_uInt32 i=0; i<length; i++) in checkValueDifference() local
1636 uStrValue = OUString(valueList.getElement(i)); in checkValueDifference()
1639 sal::static_int_cast< unsigned long >(i), U2S(uStrValue)); in checkValueDifference()
1652 for (sal_uInt32 i = 0; i < subKeyNames.getLength(); ++i) in hasPublishedChildren() local
1654 rtl::OUString keyName(subKeyNames.getElement(i)); in hasPublishedChildren()
1667 U2S(subKeyNames.getElement(i)), in hasPublishedChildren()
1683 U2S(subKeyNames.getElement(i)), in hasPublishedChildren()
1699 U2S(subKeyNames.getElement(i)), in hasPublishedChildren()
1727 sal_uInt32 i,j; in checkDifferences() local
1729 for (i=0; i<length1; i++) in checkDifferences()
1734 if ( subKeyNames1.getElement(i) == subKeyNames2.getElement(j) ) in checkDifferences()
1737 keys.insert(subKeyNames1.getElement(i)); in checkDifferences()
1748 U2S(subKeyNames1.getElement(i)), options.getRegName1().c_str()); in checkDifferences()
1754 rtl::OUString keyName(subKeyNames1.getElement(i)); in checkDifferences()
1767 U2S(subKeyNames1.getElement(i)), in checkDifferences()
1784 U2S(subKeyNames1.getElement(i)), in checkDifferences()
1800 U2S(subKeyNames1.getElement(i)), in checkDifferences()
1819 U2S(subKeyNames1.getElement(i)), in checkDifferences()
1836 U2S(subKeyNames1.getElement(i))); in checkDifferences()
1848 for (i=0; i<length2; i++) in checkDifferences()
1853 if ( subKeyNames2.getElement(i) == subKeyNames1.getElement(j) ) in checkDifferences()
1856 keys.insert(subKeyNames2.getElement(i)); in checkDifferences()
1865 U2S(subKeyNames2.getElement(i)), options.getRegName2().c_str()); in checkDifferences()
1969 for (int i = 1; i < argc; i++) in main() local
1971 if (!Options::checkArgument(args, argv[i], strlen(argv[i]))) in main()