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

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSuballocatedIntVector.java71 protected int m_buildCacheStartIndex; field in class:SuballocatedIntVector
105 m_buildCacheStartIndex = 0;
147 int indexRelativeToCache = m_firstFree - m_buildCacheStartIndex;
179 m_buildCacheStartIndex = m_firstFree-offset;
314 m_buildCacheStartIndex = 0;

Completed in 145 milliseconds