HomeSort by relevance Sort by last modified time
    Searched refs:OpMapVector (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 31 public class OpMapVector {
46 * Construct a OpMapVector, using the given block size.
50 public OpMapVector(int blocksize, int increaseSize, int lengthPos)
OpMap.java 121 OpMapVector m_opMap = null;
131 public OpMapVector getOpMap()
Lexer.java 116 // This needs to grow too. Use a conservative estimate that the OpMapVector
118 // maximum of MAXTOKENQUEUESIZE*5. If the OpMapVector needs to grow, grow
122 m_compiler.m_opMap = new OpMapVector(initTokQueueSize,

Completed in 829 milliseconds