Lines Matching refs:UCHAR21
3272 pcre_uint32 cc = UCHAR21(eptr); in match()
4389 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
4431 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4541 cc = UCHAR21(eptr); in match()
4558 cc = UCHAR21(eptr); in match()
4575 cc = UCHAR21(eptr); in match()
4592 cc = UCHAR21(eptr); in match()
4609 cc = UCHAR21(eptr); in match()
5170 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5707 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
5763 if (UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5926 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL && in match()
5927 UCHAR21(eptr - 1) == CHAR_CR) eptr--; in match()