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