HomeSort by relevance Sort by last modified time
    Searched full:m_map0 (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 64 protected int m_map0[]; field in class:SuballocatedIntVector
101 m_map0=new int[m_blocksize];
103 m_map[0]=m_map0;
104 m_buildCache = m_map0;
195 m_map0[m_firstFree++]=value;
313 m_buildCache = m_map0;
390 m_map0[at]=value;
440 return m_map0[i];
540 * Return the internal m_map0 array
541 * @return the m_map0 arra
    [all...]

Completed in 191 milliseconds