Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6147 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char() local
6150 oc = first_char; in fast_forward_first_char()
6153 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
6155 if (first_char > 127 && (common->utf || common->ucp)) in fast_forward_first_char()
6156 oc = UCD_OTHERCASE(first_char); in fast_forward_first_char()
6160 fast_forward_first_char2(common, first_char, oc, 0); in fast_forward_first_char()

Completed in 46 milliseconds