Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c676 ch = (code->tables + fcc_offset)[ch]; in pcre2_substitute()
778 ch = (code->tables + fcc_offset)[ch]; in pcre2_substitute()
Dpcre2_dfa_match.c412 fcc = mb->tables + fcc_offset; in internal_dfa_match()
3338 first_cu2 = TABLE_GET(first_cu, mb->tables + fcc_offset, first_cu); in pcre2_dfa_match()
3359 req_cu2 = TABLE_GET(req_cu, mb->tables + fcc_offset, req_cu); in pcre2_dfa_match()
Dpcre2_study.c765 else if (MAX_255(c)) SET_BIT(re->tables[fcc_offset + c]); in set_table_bit()
Dpcre2_internal.h597 #define fcc_offset 256 /* Flip case */ macro
Dpcre2_match.c6667 mb->fcc = re->tables + fcc_offset; in pcre2_match()
Dpcre2_compile.c8426 cb.fcc = tables + fcc_offset; /* character */ in pcre2_compile()
Dpcre2_jit_compile.c10867 common->fcc = tables + fcc_offset; in jit_compile()