Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c159 re->first_codeunit : 0; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h632 uint32_t first_codeunit; /* Starting code unit */ member
H A Dpcre2_study.c1780 re->first_codeunit = a; in PRIV()
H A Dpcre2_dfa_match.c3526 first_cu = first_cu2 = (PCRE2_UCHAR)(re->first_codeunit); in pcre2_dfa_match()
H A Dpcre2_compile.c10185 re->first_codeunit = 0; in pcre2_compile()
10380 re->first_codeunit = firstcu; in pcre2_compile()
H A Dpcre2_match.c6665 first_cu = first_cu2 = (PCRE2_UCHAR)(re->first_codeunit); in pcre2_match()
H A Dpcre2_jit_compile.c6151 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char()

Completed in 105 milliseconds