Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h317 if (c >= 0xc0u) GETUTF8INC(c, eptr);
324 if (utf && c >= 0xc0u) GETUTF8INC(c, eptr);
H A Dpcre2_study.c805 if (c >= 0xc0) GETUTF8INC(c, p); in set_table_bit()
H A Dpcre2_internal.h288 #define GETUTF8INC(c, eptr) \ macro

Completed in 23 milliseconds