OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:funcID
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java
1025
int
funcID
= getOp(opPos);
1029
if (-1 !=
funcID
)
1031
Function func = m_functionTable.getFunction(
funcID
);
1059
java.lang.String name = m_functionTable.getFunctionName(
funcID
);
[
all
...]
/libcore/luni/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
405
int
funcID
= compiler.getOp(opPos);
406
// System.out.println("
funcID
: "+
funcID
);
409
switch(
funcID
)
[
all
...]
Completed in 146 milliseconds