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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h846 #define GETUTF16INC(c, eptr) \ macro
854 if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
861 if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);

Completed in 44 milliseconds