Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DTextBuffer.java249 public void resetWithCopy(char[] buf, int start, int len) in resetWithCopy() method in TextBuffer
271 public void resetWithCopy(String text, int start, int len) in resetWithCopy() method in TextBuffer
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/
DNonBlockingJsonParser.java1205 _textBuffer.resetWithCopy(expToken, 0, matched); in _finishKeywordToken()
1215 _textBuffer.resetWithCopy(expToken, 0, matched); in _finishKeywordTokenWithEOF()
1245 _textBuffer.resetWithCopy(expToken, 0, matched); in _finishNonStdToken()
1255 _textBuffer.resetWithCopy(expToken, 0, matched); in _finishNonStdTokenWithEOF()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DReaderBasedJsonParser.java2072 _textBuffer.resetWithCopy(_inputBuffer, _inputPtr, (ptr-_inputPtr)); in _finishString()