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