Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h332 if (c >= 0xc0u) GETUTF8LEN(c, eptr, len);
340 if (utf && c >= 0xc0u) GETUTF8LEN(c, eptr, len);
H A Dpcre2_internal.h320 #define GETUTF8LEN(c, eptr, len) \ macro

Completed in 17 milliseconds