Lines Matching refs:x1F
363 val = (cur[0] & 0x1f) << 6;
1824 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
1921 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
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; }