Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java121 OpMapVector m_opMap = null; field in OpMap
133 return m_opMap; in getOpMap()
152 int n = m_opMap.elementAt(MAPINDEX_LENGTH); in shrink()
153 m_opMap.setToSize(n + 4); in shrink()
155 m_opMap.setElementAt(0,n); in shrink()
156 m_opMap.setElementAt(0,n+1); in shrink()
157 m_opMap.setElementAt(0,n+2); in shrink()
176 return m_opMap.elementAt(opPos); in getOp()
187 m_opMap.setElementAt(value,opPos); in setOp()
200 return opPos + m_opMap.elementAt(opPos + 1); in getNextOpPos()
[all …]
DLexer.java122 m_compiler.m_opMap = new OpMapVector(initTokQueueSize, in tokenize()