Searched refs:UCHAR21INC (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ | ||
D | pcre2_intmodedep.h | 240 #define UCHAR21INC(eptr) (*(eptr)++) macro |
D | pcre2_match.c | 3348 if (*ecode++ != UCHAR21INC(eptr)) RRETURN(MATCH_NOMATCH); in match() |