Lines Matching refs:x0F
1825 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
1922 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
2377 { *out++ =((c >> 12) & 0x0F) | 0xE0; bits= 6; }
2429 { *out++ =((c >> 12) & 0x0F) | 0xE0; bits= 6; }
2454 { *out++ =((c >> 12) & 0x0F) | 0xE0; bits= 6; }
3769 else if (c < 0x10000) { out[i++]=((c >> 12) & 0x0F) | 0xE0; bits= 6; }
3805 { out[i++]=((c >> 12) & 0x0F) | 0xE0; bits= 6; }