Searched refs:appendUnquotedUTF8 (Results 1 – 4 of 4) sorted by relevance
38 assertEquals(INPUT.length(), sstr.appendUnquotedUTF8(buffer, 5)); in testAppending()56 assertEquals(-1, sstr.appendUnquotedUTF8(buffer, 0)); in testFailedAccess()
115 int appendUnquotedUTF8(byte[] buffer, int offset); in appendUnquotedUTF8() method
185 public int appendUnquotedUTF8(byte[] buffer, int offset) { in appendUnquotedUTF8() method in SerializedString
718 int len = text.appendUnquotedUTF8(_outputBuffer, _outputTail); in writeRaw()730 int len = text.appendUnquotedUTF8(_outputBuffer, _outputTail); in writeRawValue()