Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h533 #define PCRE2_LASTCASELESS 0x00000100 /* caseless last code unit */ macro
H A Dpcre2_compile.c10912 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10917 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10921 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
H A Dpcre2_dfa_match.c3662 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_dfa_match()
H A Dpcre2_match.c7120 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_match()
H A Dpcre2_jit_compile.c14373 …uested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->… in jit_compile()

Completed in 98 milliseconds