Lines Matching refs:u4
7415 unsigned char u4 = buffer2[utf8_written2 - 1];7419 CHECK_EQ((u4 & 0xc0), 0x80);7421 CHECK_EQ((u4 & 0x3f), (c & 0x3f));