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

  /external/pcre/dist2/src/
pcre2_substitute.c 326 code->newline_convention != PCRE2_NEWLINE_CR &&
327 code->newline_convention != PCRE2_NEWLINE_LF &&
pcre2_context.c 316 ccontext->newline_convention = newline;
pcre2_pattern_info.c 215 *((uint32_t *)where) = re->newline_convention;
pcre2_intmodedep.h 567 uint16_t newline_convention; member in struct:pcre2_real_compile_context
619 uint16_t newline_convention; /* What is a newline? */ member in struct:pcre2_real_code
    [all...]
pcre2test.c 585 { "newline", MOD_CTC, MOD_NL, 0, CO(newline_convention) },
3867 match_limit, minlength, nameentrysize, namecount, newline_convention, local
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 259 milliseconds