Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h514 #define PCRE2_LASTCASELESS 0x00000100 /* caseless last code unit */ macro
Dpcre2_dfa_match.c3512 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_dfa_match()
Dpcre2_compile.c9865 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
9869 re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
Dpcre2_match.c6354 if ((re->flags & PCRE2_LASTCASELESS) != 0) in pcre2_match()
Dpcre2test.c4581 ((FLD(compiled_code, flags) & PCRE2_LASTCASELESS) == 0)? in show_pattern_info()
Dpcre2_jit_compile.c12294 …uested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->… in jit_compile()