Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h407 #define GETUTF16INC(c, eptr) \ macro
415 if ((c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
422 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
H A Dpcre2_study.c807 if ((c & 0xfc00) == 0xd800) GETUTF16INC(c, p); in set_table_bit()

Completed in 21 milliseconds