Home
last modified time | relevance | path

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

/external/flatbuffers/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.kt99 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/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1916 private static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil