Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h850 #define GETUTF16INC(c, eptr) \ macro
858 if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
865 if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);

Completed in 17 milliseconds