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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h826 #define GETUTF16(c, eptr) \ macro
834 if ((c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
841 if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);

Completed in 91 milliseconds