Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java198 public int getNextOpPos(int opPos) in getNextOpPos() method in OpMap
218 return getNextOpPos(opPos); in getNextStepPos()
223 int newOpPos = getNextOpPos(opPos); in getNextStepPos()
227 newOpPos = getNextOpPos(newOpPos); in getNextStepPos()
256 public static int getNextOpPos(int[] opMap, int opPos) in getNextOpPos() method in OpMap
DCompiler.java214 int rightPos = getNextOpPos(leftPos); in compileOperation()
689 nextOpPos = getNextOpPos(nextOpPos); in matchPattern()
700 nextOpPos = getNextOpPos(opPos); in matchPattern()
836 int endStep = getNextOpPos(opPos); in stepPattern()
983 opPos = getNextOpPos(opPos); in countPredicates()
1005 opPos = getNextOpPos(opPos); in compilePredicates()
1047 for (int p = opPos; p < endFunc; p = getNextOpPos(p), i++) in compileFunction()
1129 int nextOpPos = getNextOpPos(opPos); in compileExtension()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DUnionPathIterator.java338 loadLocationPaths(compiler, compiler.getNextOpPos(opPos), count + 1); in loadLocationPaths()
354 loadLocationPaths(compiler, compiler.getNextOpPos(opPos), count + 1); in loadLocationPaths()
DWalkerFactory.java417 for (int p = opPos; p < endFunc; p = compiler.getNextOpPos(p), i++) in functionProximateOrContainsProximate()
456 int rightPos = compiler.getNextOpPos(leftPos); in isProximateInnerExpr()
524 int rightPos = compiler.getNextOpPos(leftPos); in mightBeProximate()
536 predPos = compiler.getNextOpPos(predPos); in mightBeProximate()