HomeSort by relevance Sort by last modified time
    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 126 milliseconds