Searched refs:UCHAR21INC (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcre_string_utils.c94 c1 = UCHAR21INC(str1);
95 c2 = UCHAR21INC(str2);
134 c1 = UCHAR21INC(str1);
H A Dpcre_internal.h597 #define UCHAR21INC(eptr) (*(eptr)++) macro
H A Dpcre_exec.c3239 while (length-- > 0) if (*ecode++ != UCHAR21INC(eptr)) RRETURN(MATCH_NOMATCH);

Completed in 196 milliseconds