Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c3272 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()
[all …]
Dpcre_internal.h595 #define UCHAR21(eptr) (*(eptr)) macro
DChangeLog135 been changed to start with UCHAR21, and an extensive comment has been added