Searched refs:last_codeunit (Results 1 – 7 of 7) sorted by relevance
204 re->last_codeunit : 0; in pcre2_pattern_info()
1775 re->last_codeunit != (uint32_t)a && in PRIV()1776 (b < 0 || re->last_codeunit != (uint32_t)b) in PRIV()
633 uint32_t last_codeunit; /* This codeunit must be seen */ member
3609 req_cu = req_cu2 = (PCRE2_UCHAR)(re->last_codeunit); in pcre2_dfa_match()
10280 re->last_codeunit = 0; in pcre2_compile()10542 re->last_codeunit = reqcu; in pcre2_compile()
6898 req_cu = req_cu2 = (PCRE2_UCHAR)(re->last_codeunit); in pcre2_match()
13982 …reqcu_not_found = search_requested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCR… in jit_compile()
Completed in 118 milliseconds