Home
last modified time | relevance | path

Searched defs:encodeUtf8 (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java353 static void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8
749 abstract int encodeUtf8(CharSequence in, byte[] out, int offset, int length); in encodeUtf8() method in Utf8.Processor
768 final void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8.Processor
1038 int encodeUtf8(CharSequence in, byte[] out, int offset, int length) { in encodeUtf8() method in Utf8.SafeProcessor
1519 int encodeUtf8(final CharSequence in, final byte[] out, final int offset, final int length) { in encodeUtf8() method in Utf8.UnsafeProcessor