Home | History | Annotate | Download | only in src

Lines Matching refs:third

241   byte third = str[2] ^ 0x80;
242 if (third & 0xC0) {
247 uchar code_point = ((((first << 6) | second) << 6) | third)
266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)