Searched refs:PCRE2_FIRSTCASELESS (Results 1 – 6 of 6) sorted by relevance
513 #define PCRE2_FIRSTCASELESS 0x00000020 /* caseless first code unit */ macro
3506 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_dfa_match()
10135 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()10146 re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
6375 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_match()
4644 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info()
6444 if ((common->re->flags & PCRE2_FIRSTCASELESS) != 0) in fast_forward_first_char()