Lines Matching refs:PCRE2_CASELESS

699   (PCRE2_ANCHORED|PCRE2_AUTO_CALLOUT|PCRE2_CASELESS|PCRE2_ENDANCHORED| \
2298 #define PARSE_TRACKED_OPTIONS (PCRE2_CASELESS|PCRE2_DOTALL|PCRE2_DUPNAMES| \
3613 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
3640 case CHAR_i: *optset |= PCRE2_CASELESS; break; in parse_regex()
4535 if ((options & PCRE2_CASELESS) != 0) in add_to_class_internal()
4543 options &= ~PCRE2_CASELESS; /* Remove for recursive calls */ in add_to_class_internal()
4989 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5201 if (utf && (options & PCRE2_CASELESS) != 0 && in compile_branch()
5212 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5273 if ((options & PCRE2_CASELESS) != 0 && posix_class <= 2) in compile_branch()
5439 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list), NOTACHAR); in compile_branch()
5444 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list)); in compile_branch()
5449 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list), NOTACHAR); in compile_branch()
5454 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list)); in compile_branch()
5795 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()
6298 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
7238 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
7398 if (utf && (options & PCRE2_CASELESS) != 0) in compile_branch()
7427 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()