Searched refs:getBufferWithoutReset (Results 1 – 2 of 2) sorted by relevance
279 return _finishNumberIntegralPart(_textBuffer.getBufferWithoutReset(), in _finishToken()1724 char[] outBuf = _textBuffer.getBufferWithoutReset(); in _finishFloatFraction()1785 char[] outBuf = _textBuffer.getBufferWithoutReset(); in _finishFloatExponent()2437 char[] outBuf = _textBuffer.getBufferWithoutReset(); in _finishRegularString()2480 outBuf = _textBuffer.getBufferWithoutReset(); in _finishRegularString()2563 char[] outBuf = _textBuffer.getBufferWithoutReset(); in _finishAposString()2605 outBuf = _textBuffer.getBufferWithoutReset(); in _finishAposString()
308 public char[] getBufferWithoutReset() { in getBufferWithoutReset() method in TextBuffer