Home | History | Annotate | Download | only in src

Lines Matching refs:fourth

264   byte fourth = str[3] ^ 0x80;
265 if (fourth & 0xC0) {
270 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)