Home | History | Annotate | Download | only in libxml2

Lines Matching refs:x3F

4000     0x38, 0x39, 0x3A, 0x3B, 0x00, 0x3D, 0x3E, 0x3F, /* < */
10436 codepoint |= utf[ix+1] & 0x3f;
10446 codepoint |= (utf[ix+1] & 0x3f) << 6;
10447 codepoint |= utf[ix+2] & 0x3f;
10458 codepoint |= (utf[ix+1] & 0x3f) << 12;
10459 codepoint |= (utf[ix+2] & 0x3f) << 6;
10460 codepoint |= utf[ix+3] & 0x3f;