D | Utf8.java | 307 return processor.encodeUtf8(in, out, offset, length); in encode() 347 static void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8 348 processor.encodeUtf8(in, out); in encodeUtf8() 645 abstract int encodeUtf8(CharSequence in, byte[] out, int offset, int length); in encodeUtf8() method in Utf8.Processor 665 final void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8.Processor 858 int encodeUtf8(CharSequence in, byte[] out, int offset, int length) { in encodeUtf8() method in Utf8.SafeProcessor 1204 int encodeUtf8(final CharSequence in, final byte[] out, final int offset, final int length) { in encodeUtf8() method in Utf8.UnsafeProcessor
|