Searched defs:sCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java301 int sCount,
305 for (int i = 0; i < sCount; i++) {
362 int sCount = 0;
389 strip[sCount++] = il.append(new IF_ICMPEQ(null));
413 strip[sCount++] = il.append(new IF_ICMPEQ(null));
420 compileStripSpace(strip, sCount, il);
425 compileStripSpace(strip, sCount, il);
300 compileStripSpace(BranchHandle strip[], int sCount, InstructionList il) argument

Completed in 35 milliseconds