Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h331 if (c >= 0xc0u) GETUTF8LEN(c, eptr, len);
339 if (utf && c >= 0xc0u) GETUTF8LEN(c, eptr, len);
H A Dpcre2_internal.h322 #define GETUTF8LEN(c, eptr, len) \ macro

Completed in 22 milliseconds