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