Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h516 #define PCRE2_LASTCASELESS 0x00000100 /* caseless last code unit */ macro
H A Dpcre2_compile.c10424 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10429 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10433 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
H A Dpcre2_dfa_match.c3551 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_dfa_match()
H A Dpcre2_match.c6686 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_match()
H A Dpcre2_jit_compile.c13673 …uested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->… in jit_compile()

Completed in 102 milliseconds