Home | History | Annotate | Download | only in libxml2

Lines Matching defs:c2

3089             unsigned char c2;
3103 c2 = *in++;
3104 if ((c2 & 0xC0) != 0x80) {
3105 /* not a trailing byte (c2) */
3111 c2 = c2 & 0x3F;
3113 d = xlattable [48 + c2 + xlattable [48 + c1 +