Home
last modified time | relevance | path

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

/external/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8.java147 static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt100 public inline fun isTwoBytes(b: Byte): Boolean = b < 0xE0.toByte() in encodedLength() method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1867 private static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1867 private static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1867 private static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil