Home | History | Annotate | Download | only in src

Lines Matching defs:third

225   byte third = str[2] ^ 0x80;
226 if (third & 0xC0) {
231 uchar l = ((((first << 6) | second) << 6) | third) & kMaxThreeByteChar;
249 uchar l = (((((first << 6 | second) << 6) | third) << 6) | fourth) &