Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xF0

508                     if ((c & 0xf0) == 0xf0) {
511 if (((c & 0xf8) != 0xf0) ||
652 if ((c & 0xf0) == 0xf0) {
655 if (((c & 0xf8) != 0xf0) ||
794 if ((c & 0xf0) == 0xf0) {
795 if (((c & 0xf8) != 0xf0) || ((cur[3] & 0xc0) != 0x80))
893 else if (val < 0x110000) { *out++= (val >> 18) | 0xF0; bits= 12; }