Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java68 static final int BLOCKTOKENQUEUESIZE = 500; field in OpMap
75 ObjectVector m_tokenQueue = new ObjectVector(MAXTOKENQUEUESIZE, BLOCKTOKENQUEUESIZE);
DLexer.java123 OpMap.BLOCKTOKENQUEUESIZE * 5, in tokenize()