OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXTOKENQUEUESIZE
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java
118
// maximum of
MAXTOKENQUEUESIZE
*5. If the OpMapVector needs to grow, grow
120
int initTokQueueSize = ((pat.length() < OpMap.
MAXTOKENQUEUESIZE
)
121
? pat.length() : OpMap.
MAXTOKENQUEUESIZE
) * 5;
OpMap.java
63
static final int
MAXTOKENQUEUESIZE
= 500;
75
ObjectVector m_tokenQueue = new ObjectVector(
MAXTOKENQUEUESIZE
, BLOCKTOKENQUEUESIZE);
Completed in 40 milliseconds