Home
last modified time | relevance | path

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

/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java140 static boolean isOneByte(byte b) { in isOneByte() method in Utf8.DecodeUtil
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt94 public inline fun isOneByte(b: Byte): Boolean = b >= 0 in encodedLength() method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1857 private static boolean isOneByte(byte b) { in isOneByte() method in Utf8.DecodeUtil
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1906 private static boolean isOneByte(byte b) { in isOneByte() method in Utf8.DecodeUtil