Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java214 int rightPos = getNextOpPos(leftPos); in compileOperation() local
216 operation.setLeftRight(compile(leftPos), compile(rightPos)); in compileOperation()
235 int rightPos = getFirstChildPos(opPos); in compileUnary() local
237 unary.setRight(compile(rightPos)); in compileUnary()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java456 int rightPos = compiler.getNextOpPos(leftPos); in isProximateInnerExpr() local
460 isProx = isProximateInnerExpr(compiler, rightPos); in isProximateInnerExpr()
524 int rightPos = compiler.getNextOpPos(leftPos); in mightBeProximate() local
528 isProx = isProximateInnerExpr(compiler, rightPos); in mightBeProximate()