Home
last modified time | relevance | path

Searched refs:overall_options (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c133 code->overall_options, code->extra_options, FALSE, NULL); in find_text_end()
238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute()
239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute()
401 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
832 code->overall_options, code->extra_options, FALSE, NULL); in pcre2_substitute()
Dpcre2_pattern_info.c124 *((uint32_t *)where) = re->overall_options; in pcre2_pattern_info()
281 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate()
Dpcre2_dfa_match.c3309 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_dfa_match()
3314 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0) in pcre2_dfa_match()
3357 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
3362 (re->overall_options & PCRE2_ANCHORED) != 0; in pcre2_dfa_match()
3368 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
3399 if ((re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_dfa_match()
3429 mb->poptions = re->overall_options; in pcre2_dfa_match()
3532 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3535 if (first_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
3556 if (req_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
[all …]
Dpcre2_study.c476 if (!dupcapused && (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) == 0) in find_minlength()
555 if ((re->overall_options & PCRE2_MATCH_UNSET_BACKREF) == 0) in find_minlength()
1676 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV()
Dpcre2_match.c6227 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
6228 allow_invalid = (re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0; in pcre2_match()
6229 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
6241 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_match()
6248 (re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_match()
6515 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6516 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
6542 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()
6728 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_match()
Dpcre2test.c4364 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback()
4411 uint32_t compile_options, overall_options, extra_options; in show_pattern_info() local
4412 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in show_pattern_info()
4598 pattern_info(PCRE2_INFO_ALLOPTIONS, &overall_options, FALSE); in show_pattern_info()
4607 overall_options &= ~PCRE2_NEVER_UTF; in show_pattern_info()
4613 overall_options &= ~PCRE2_NEVER_UCP; in show_pattern_info()
4616 if ((compile_options|overall_options) != 0) in show_pattern_info()
4618 if (compile_options == overall_options) in show_pattern_info()
4623 show_compile_options(overall_options, "Overall options:", "\n"); in show_pattern_info()
4732 if ((FLD(compiled_code, overall_options) & PCRE2_NO_START_OPTIMIZE) == 0) in show_pattern_info()
[all …]
Dpcre2_compile.c10147 re->overall_options = cb.external_options; in pcre2_compile()
10202 regexrc = compile_regex(re->overall_options, &code, &pptr, &errorcode, 0, in pcre2_compile()
10305 if (errorcode == 0 && (re->overall_options & PCRE2_NO_AUTO_POSSESS) == 0) in pcre2_compile()
10321 if ((re->overall_options & PCRE2_ANCHORED) == 0 && in pcre2_compile()
10323 re->overall_options |= PCRE2_ANCHORED; in pcre2_compile()
10332 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_compile()
10384 else if ((re->overall_options & PCRE2_ANCHORED) == 0 && in pcre2_compile()
10396 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10401 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10413 if ((re->overall_options & PCRE2_ANCHORED) == 0 || in pcre2_compile()
Dpcre2_jit_compile.c5153 sljit_u32 overall_options = common->re->overall_options; in mainloop_entry() local
5158 if (!(hascrorlf || (overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5164 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
5198 else if ((overall_options & PCRE2_USE_OFFSET_LIMIT) != 0) in mainloop_entry()
11728 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
13544 common->endonly = (re->overall_options & PCRE2_DOLLAR_ENDONLY) != 0; in jit_compile()
13548 common->unset_backref = (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) != 0; in jit_compile()
13549 common->alt_circumflex = (re->overall_options & PCRE2_ALT_CIRCUMFLEX) != 0; in jit_compile()
13552 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13553 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
[all …]
Dpcre2_printint.c312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
Dpcre2_intmodedep.h626 uint32_t overall_options; /* Options after processing the pattern */ member