Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xE0

444 	    if ((c & 0xe0) == 0xe0) {
1975 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
2072 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
2529 { *out++ =((c >> 12) & 0x0F) | 0xE0; bits= 6; }
2581 { *out++ =((c >> 12) & 0x0F) | 0xE0; bits= 6; }
2606 { *out++ =((c >> 12) & 0x0F) | 0xE0; bits= 6; }
3926 else if (c < 0x10000) { out[i++]=((c >> 12) & 0x0F) | 0xE0; bits= 6; }
3962 { out[i++]=((c >> 12) & 0x0F) | 0xE0; bits= 6; }