Home | History | Annotate | Download | only in libxml2

Lines Matching defs:c1

3088             unsigned char c1;
3096 c1 = *in++;
3097 if ((c1 & 0xC0) != 0x80) {
3098 /* not a trailing byte (c1) */
3110 c1 = c1 & 0x3F;
3113 d = xlattable [48 + c2 + xlattable [48 + c1 +