OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCKTOKENQUEUESIZE
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java
68
static final int
BLOCKTOKENQUEUESIZE
= 500;
75
ObjectVector m_tokenQueue = new ObjectVector(MAXTOKENQUEUESIZE,
BLOCKTOKENQUEUESIZE
);
Lexer.java
123
OpMap.
BLOCKTOKENQUEUESIZE
* 5,
Completed in 26 milliseconds