Home
last modified time | relevance | path

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

/aoo4110/main/registry/tools/
H A Dregcompare.cxx832 sal_uInt16 nExcep1 = (sal_uInt16)reader1.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()
857 if ( i < nExcep1 && options.forceOutput() ) in checkMethod()
860 fprintf(stdout, " Registry1: Method %d contains %d more exceptions\n", index, nExcep1 - i); in checkMethod()

Completed in 20 milliseconds