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

/barrelfish-master/lib/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 29 milliseconds