Searched refs:resetWithCopy (Results 1 – 3 of 3) sorted by relevance
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
D | TextBuffer.java | 249 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/ |
D | NonBlockingJsonParser.java | 1205 _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/ |
D | ReaderBasedJsonParser.java | 2072 _textBuffer.resetWithCopy(_inputBuffer, _inputPtr, (ptr-_inputPtr)); in _finishString()
|