Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h658 #define GETUTF8INC(c, eptr) \ macro
733 if (c >= 0xc0) GETUTF8INC(c, eptr);
740 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);

Completed in 14 milliseconds