Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java419 int innerExprOpPos = p+2; in functionProximateOrContainsProximate() local
420 int argOp = compiler.getOp(innerExprOpPos); in functionProximateOrContainsProximate()
421 boolean prox = isProximateInnerExpr(compiler, innerExprOpPos); in functionProximateOrContainsProximate()
433 int innerExprOpPos = opPos+2; in isProximateInnerExpr() local
437 if(isProximateInnerExpr(compiler, innerExprOpPos)) in isProximateInnerExpr()
499 int innerExprOpPos = predPos+2; in mightBeProximate() local
500 int predOp = compiler.getOp(innerExprOpPos); in mightBeProximate()
514 = functionProximateOrContainsProximate(compiler, innerExprOpPos); in mightBeProximate()
523 int leftPos = OpMap.getFirstChildPos(innerExprOpPos); in mightBeProximate()