Searched refs:first_char (Results 1 – 1 of 1) sorted by relevance
6225 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char() local6228 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 48 milliseconds