Home
last modified time | relevance | path

Searched refs:PCRE2_FIRSTCASELESS (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c1782 if (b >= 0) flags |= PCRE2_FIRSTCASELESS; in PRIV()
H A Dpcre2_internal.h512 #define PCRE2_FIRSTCASELESS 0x00000020 /* caseless first code unit */ macro
H A Dpcre2_compile.c10484 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
10494 re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
10498 re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
H A Dpcre2_dfa_match.c3586 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_dfa_match()
H A Dpcre2_match.c6877 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_match()
H A Dpcre2_jit_compile.c6229 if ((common->re->flags & PCRE2_FIRSTCASELESS) != 0) in fast_forward_first_char()

Completed in 109 milliseconds