Home
last modified time | relevance | path

Searched refs:UCHAR21 (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c3389 uint32_t cc = UCHAR21(eptr); in match()
4486 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
4528 if (eptr < mb->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4638 cc = UCHAR21(eptr); in match()
4655 cc = UCHAR21(eptr); in match()
4672 cc = UCHAR21(eptr); in match()
4689 cc = UCHAR21(eptr); in match()
4706 cc = UCHAR21(eptr); in match()
5267 if (eptr < mb->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5813 UCHAR21(eptr) == NLBLOCK->nl[0]) in match()
[all …]
Dpcre2_intmodedep.h238 #define UCHAR21(eptr) (*(eptr)) macro