Lines Matching refs:UCHAR21
3279 pcre_uint32 cc = UCHAR21(eptr); in match()
4396 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
4438 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4548 cc = UCHAR21(eptr); in match()
4565 cc = UCHAR21(eptr); in match()
4582 cc = UCHAR21(eptr); in match()
4599 cc = UCHAR21(eptr); in match()
4616 cc = UCHAR21(eptr); in match()
5177 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5719 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
5775 if (UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5938 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
5939 UCHAR21(eptr - 1) == CHAR_CR) eptr--; in match()