Searched defs:isTwoBytes (Results 1 – 4 of 4) sorted by relevance
147 static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil
99 public inline fun isTwoBytes(b: Byte): Boolean = b < 0xE0.toByte() in encodedLength() method
1867 private static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil
1916 private static boolean isTwoBytes(byte b) { in isTwoBytes() method in Utf8.DecodeUtil