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