Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h745 #define GETUTF8LEN(c, eptr, len) \ macro
784 if (c >= 0xc0) GETUTF8LEN(c, eptr, len);
792 if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);

Completed in 17 milliseconds