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

/external/pcre/dist/
H A Dpcre_internal.h866 #define GETUTF16LEN(c, eptr, len) \ macro
875 if ((c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
883 if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);

Completed in 55 milliseconds