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

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h654 #define GETUTF8INC(c, eptr) \ macro
729 if (c >= 0xc0) GETUTF8INC(c, eptr);
736 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);

Completed in 403 milliseconds