Home
last modified time | relevance | path

Searched refs:PCRE2_LASTCASELESS (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h515 #define PCRE2_LASTCASELESS 0x00000100 /* caseless last code unit */ macro
H A Dpcre2_compile.c10551 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10556 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10560 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
H A Dpcre2_dfa_match.c3610 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_dfa_match()
H A Dpcre2_match.c6899 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_match()
H A Dpcre2_jit_compile.c13982 …uested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->… in jit_compile()

Completed in 81 milliseconds