Home
last modified time | relevance | path

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

/external/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8.java154 static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil
/external/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
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1879 private static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1879 private static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1879 private static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil