Home
last modified time | relevance | path

Searched refs:nExcep2 (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/registry/tools/
H A Dregcompare.cxx833 sal_uInt16 nExcep2 = (sal_uInt16)reader2.getMethodExceptionCount(index); in checkMethod() local
834 if ( nExcep1 != nExcep2 ) in checkMethod()
839 fprintf(stdout, " nExceptions1 = %d != nExceptions2 = %d\n", nExcep1, nExcep2); in checkMethod()
843 for (i=0; i < nExcep1 && i < nExcep2; 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()

Completed in 18 milliseconds