Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/
DNonBlockingJsonParser.java279 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()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DTextBuffer.java308 public char[] getBufferWithoutReset() { in getBufferWithoutReset() method in TextBuffer