Searched defs:isThreeBytes (Results 1 – 5 of 5) sorted by relevance
154 static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil
105 public inline fun isThreeBytes(b: Byte): Boolean = b < 0xF0.toByte() in encodedLength() method
1879 private static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil