Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h873 #define GETUTF16LEN(c, eptr, len) \ macro
882 if ((c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
890 if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);

Completed in 23 milliseconds