Home
last modified time | relevance | path

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

/external/pcre/dist/
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);