Searched defs:byte2 (Results 1 – 3 of 3) sorted by relevance
195 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor()201 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()596 final int byte2 = buffer.get(index++); in partialIsValidUtf8() local789 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local809 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local926 int byte1, byte2; in partialIsValidUtf8NonAscii() local1033 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local1053 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local1129 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local1149 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local[all …]
118 typedef details::TVec2<int8_t> byte2; typedef
953 int byte0, byte1, byte2, shift, tmpvar; in quickSearchGOBHeader() local