Searched refs:m_lengthPos (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DOpMapVector.java27 * is kept in the m_lengthPos position of the array. Only the required methods
40 protected int m_lengthPos = 0; field in class:OpMapVector
55 m_lengthPos = lengthPos;
109 System.arraycopy(m_map, 0, newMap, 0, m_map[m_lengthPos]);

Completed in 13 milliseconds