Home
last modified time | relevance | path

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

/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8.java154 static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt105 public inline fun isThreeBytes(b: Byte): Boolean = b < 0xF0.toByte() in encodedLength() method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1856 private static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil