Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java118 int m_rebundleBits = 2; field in FastStringBuffer
218 m_rebundleBits = rebundleBits; in FastStringBuffer()
373 rootFSB.m_rebundleBits = m_rebundleBits; in setLength()
448 if (m_lastChunk == 1 << m_rebundleBits in append()
528 if (m_lastChunk == 1 << m_rebundleBits in append()
610 if (m_lastChunk == 1 << m_rebundleBits in append()
693 if (m_lastChunk == 1 << m_rebundleBits in append()
793 if (m_lastChunk == 1 << m_rebundleBits in append()
1269 m_rebundleBits = source.m_rebundleBits; in FastStringBuffer()
1289 source.m_chunkBits += m_rebundleBits; in FastStringBuffer()