OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextOpPos
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java
198
public int
getNextOpPos
(int opPos)
218
return
getNextOpPos
(opPos);
223
int newOpPos =
getNextOpPos
(opPos);
227
newOpPos =
getNextOpPos
(newOpPos);
256
public static int
getNextOpPos
(int[] opMap, int opPos)
266
* int posOfPredicate = xpath.
getNextOpPos
(stepPos);
Compiler.java
214
int rightPos =
getNextOpPos
(leftPos);
689
nextOpPos =
getNextOpPos
(nextOpPos);
700
nextOpPos =
getNextOpPos
(opPos);
836
int endStep =
getNextOpPos
(opPos);
983
opPos =
getNextOpPos
(opPos);
1005
opPos =
getNextOpPos
(opPos);
1047
for (int p = opPos; p < endFunc; p =
getNextOpPos
(p), i++)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java
338
loadLocationPaths(compiler, compiler.
getNextOpPos
(opPos), count + 1);
354
loadLocationPaths(compiler, compiler.
getNextOpPos
(opPos), count + 1);
WalkerFactory.java
417
for (int p = opPos; p < endFunc; p = compiler.
getNextOpPos
(p), i++)
456
int rightPos = compiler.
getNextOpPos
(leftPos);
524
int rightPos = compiler.
getNextOpPos
(leftPos);
536
predPos = compiler.
getNextOpPos
(predPos);
[
all
...]
Completed in 517 milliseconds