Searched refs:TARGETEXTRA (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DLexer.java51 * This value is added to each element name in the TARGETEXTRA
54 static final int TARGETEXTRA = 10000; field in class:Lexer
61 * TARGETEXTRA added to it.
411 m_patternMap[m_patternMapSize - 1] -= TARGETEXTRA;
414 (m_compiler.getTokenQueueSize() - (isAttrName ? 1 : 0)) + TARGETEXTRA;
436 return (pos >= TARGETEXTRA) ? (pos - TARGETEXTRA) : pos;

Completed in 239 milliseconds