HomeSort by relevance Sort by last modified time
    Searched refs:overall_options (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist2/src/
pcre2_substitute.c 131 code->overall_options, FALSE, NULL);
231 BOOL utf = (code->overall_options & PCRE2_UTF) != 0;
334 else if ((code->overall_options & PCRE2_UTF) != 0)
732 code->overall_options, FALSE, NULL);
pcre2_pattern_info.c 121 *((uint32_t *)where) = re->overall_options;
258 BOOL utf = (re->overall_options & PCRE2_UTF) != 0;
pcre2_study.c 450 if ((re->overall_options & PCRE2_MATCH_UNSET_BACKREF) == 0)
504 if ((re->overall_options & PCRE2_MATCH_UNSET_BACKREF) == 0)
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_intmodedep.h 612 uint32_t overall_options; /* Options after processing the pattern */ member in struct:pcre2_real_code
    [all...]
pcre2_printint.c 312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0;
pcre2test.c 3852 uint32_t compile_options, overall_options; local
    [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c     [all...]
pcre2_match.c     [all...]

Completed in 163 milliseconds