Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6225 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char() local
6228 oc = first_char; in fast_forward_first_char()
6231 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
6233 if (first_char > 127 && (common->utf || common->ucp)) in fast_forward_first_char()
6234 oc = UCD_OTHERCASE(first_char); in fast_forward_first_char()
6238 fast_forward_first_char2(common, first_char, oc, 0); in fast_forward_first_char()

Completed in 29 milliseconds