Lines Matching refs:byte3
1921 u1 byte3 = *(data++);1922 if ((byte3 & 0xc0) != 0x80) {1923 ALOGE("Illegal continuation byte %#x", byte3);1927 | (byte3 & 0x3f);