Lines Matching refs:xC0
333 if ((cur[1] & 0xc0) != 0x80)
339 if ((cur[2] & 0xc0) != 0x80)
345 ((cur[3] & 0xc0) != 0x80))
1819 else if (d < 0xC0) {
1839 if ((in >= inend) || (((d= *in++) & 0xC0) != 0x80))
1916 else if (d < 0xC0) {
1935 if (((d= *in++) & 0xC0) != 0x80) {
2375 { *out++ =((c >> 6) & 0x1F) | 0xC0; bits= 0; }
2427 { *out++ =((c >> 6) & 0x1F) | 0xC0; bits= 0; }
2452 { *out++ =((c >> 6) & 0x1F) | 0xC0; bits= 0; }
3768 else if (c < 0x800) { out[i++]=((c >> 6) & 0x1F) | 0xC0; bits= 0; }
3803 { out[i++]=((c >> 6) & 0x1F) | 0xC0; bits= 0; }