Searched refs:byte3 (Results 1 – 2 of 2) sorted by relevance
201 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() argument204 byte3 > (byte) 0xBF) ? in incompleteStateFor()205 MALFORMED : byte1 ^ (byte2 << 8) ^ (byte3 << 16); in incompleteStateFor()499 byte byte3 = 0; in partialIsValidUtf8Default()506 byte3 = (byte) (state >> 16); in partialIsValidUtf8Default()508 if (byte3 == 0) { in partialIsValidUtf8Default()509 byte3 = buffer.get(index++); in partialIsValidUtf8Default()511 return incompleteStateFor(byte1, byte2, byte3); in partialIsValidUtf8Default()526 || byte3 > (byte) 0xBF in partialIsValidUtf8Default()810 int byte3 = 0; in partialIsValidUtf8() local[all …]
124 typedef details::TVec3<int8_t> byte3; typedef