HomeSort by relevance Sort by last modified time
    Searched defs:m_lastChunk (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 145 * Field m_lastChunk is an index into m_array[], pointing to the last
151 * of m_lastChunk and m_firstFree.
153 int m_lastChunk = 0;
156 * Field m_firstFree is an index into m_array[m_lastChunk][], pointing to
160 * (m_lastChunk<<m_chunkBits) + m_firstFree
270 return (m_lastChunk << m_chunkBits) + m_firstFree;
280 return (m_lastChunk << m_chunkBits) + m_firstFree;
291 m_lastChunk = 0;
326 m_lastChunk = l >>> m_chunkBits;
328 if (m_lastChunk == 0 && m_innerFSB != null
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 29 milliseconds