Searched refs:m_innerFSB (Results 1 – 1 of 1) sorted by relevance
171 FastStringBuffer m_innerFSB = null; field in FastStringBuffer297 while (innermost.m_innerFSB != null) in reset()299 innermost = innermost.m_innerFSB; in reset()307 m_innerFSB = null; in reset()328 if (m_lastChunk == 0 && m_innerFSB != null) in setLength()331 m_innerFSB.setLength(l, this); in setLength()362 if (m_lastChunk == 0 && m_innerFSB != null) in setLength()364 m_innerFSB.setLength(l, rootFSB); in setLength()377 rootFSB.m_innerFSB = m_innerFSB; in setLength()454 m_innerFSB = new FastStringBuffer(this); in append()[all …]