Home
last modified time | relevance | path

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

/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBenchmarkUtils.kt24 fun ByteArray.decodeUtf8(): String { in ByteArray() method
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java86 public String decodeUtf8(ByteBuffer buffer, int offset, int length) { in decodeUtf8() method in Utf8Old
DUtf8.java53 public abstract String decodeUtf8(ByteBuffer buffer, int offset, int length); in decodeUtf8() method in Utf8
DUtf8Safe.java287 public String decodeUtf8(ByteBuffer buffer, int offset, int length) in decodeUtf8() method in Utf8Safe
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java328 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8
338 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8
616 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8.Processor
624 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8.Processor
956 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.SafeProcessor
1368 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.UnsafeProcessor