Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h870 #define GETUTF16LEN(c, eptr, len) \ macro
879 if ((c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
887 if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);

Completed in 16 milliseconds