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

/external/pcre/dist/
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 107 milliseconds