Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java1104 int endExtFunc = opPos + getOp(opPos + 1) - 1; in compileExtension() local
1127 while (opPos < endExtFunc) in compileExtension()