Home | History | Annotate | Download | only in src

Lines Matching defs:fourth

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