Home | History | Annotate | Download | only in libxml2

Lines Matching refs:c2

2539             unsigned char c2;
2553 c2 = *in++;
2554 if ((c2 & 0xC0) != 0x80) {
2555 /* not a trailing byte (c2) */
2561 c2 = c2 & 0x3F;
2563 d = xlattable [48 + c2 + xlattable [48 + c1 +