Searched refs:PCRE2_FIRSTCASELESS (Results 1 – 6 of 6) sorted by relevance
1782 if (b >= 0) flags |= PCRE2_FIRSTCASELESS; in PRIV()
513 #define PCRE2_FIRSTCASELESS 0x00000020 /* caseless first code unit */ macro
10357 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()10367 re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()10371 re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
3527 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_dfa_match()
6664 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_match()
6151 if ((common->re->flags & PCRE2_FIRSTCASELESS) != 0) in fast_forward_first_char()
Completed in 98 milliseconds