Searched defs:isThreeBytes (Results 1 – 3 of 3) 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
1856 private static boolean isThreeBytes(byte b) { in isThreeBytes() method in Utf8.DecodeUtil