Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h532 #define PCRE2_FIRSTCASELESS 0x00000020 /* caseless first code unit */ macro
Dpcre2_dfa_match.c3336 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_dfa_match()
Dpcre2_compile.c8982 if (cb.fcc[firstcu] != firstcu) re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
8993 re->flags |= PCRE2_FIRSTCASELESS; in pcre2_compile()
Dpcre2_match.c6753 if ((re->flags & PCRE2_FIRSTCASELESS) != 0) in pcre2_match()
Dpcre2test.c4039 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info()
Dpcre2_jit_compile.c11087 …ward_first_char(common, (PCRE2_UCHAR)(re->first_codeunit), (re->flags & PCRE2_FIRSTCASELESS) != 0); in jit_compile()