Searched defs:BLOCKTOKENQUEUESIZE (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java68 static final int BLOCKTOKENQUEUESIZE = 500; field in class:OpMap
75 ObjectVector m_tokenQueue = new ObjectVector(MAXTOKENQUEUESIZE, BLOCKTOKENQUEUESIZE);

Completed in 521 milliseconds