Searched refs:PCRE2_LASTCASELESS (Results 1 – 6 of 6) sorted by relevance
514 #define PCRE2_LASTCASELESS 0x00000100 /* caseless last code unit */ macro
3512 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_dfa_match()
9865 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()9869 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
6354 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_match()
4581 ((FLD(compiled_code, flags) & PCRE2_LASTCASELESS) == 0)? in show_pattern_info()
12294 …uested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->… in jit_compile()