Home
last modified time | relevance | path

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

/php-src/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.c808 if (c >= 0xc0) GETUTF8INC(c, p); in set_table_bit()
H A Dpcre2_internal.h305 #define GETUTF8INC(c, eptr) \ macro

Completed in 42 milliseconds