Searched refs:FORWARDCHAR (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h620 /* #define FORWARDCHAR(eptr) */
797 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++ macro
893 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr++ macro
955 #define FORWARDCHAR(eptr) do { } while (0) macro
H A Dpcre_compile.c4630 if (utf) FORWARDCHAR(ptr);
5570 if (utf) FORWARDCHAR(p);

Completed in 48 milliseconds