Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xF0

341 		if ((c & 0xf0) == 0xf0) {
344 if (((c & 0xf8) != 0xf0) ||
1825 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
1922 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
2379 { *out++ =((c >> 18) & 0x07) | 0xF0; bits= 12; }
2431 { *out++ =((c >> 18) & 0x07) | 0xF0; bits= 12; }
2456 { *out++ =((c >> 18) & 0x07) | 0xF0; bits= 12; }
3770 else { out[i++]=((c >> 18) & 0x07) | 0xF0; bits= 12; }
3807 { out[i++]=((c >> 18) & 0x07) | 0xF0; bits= 12; }