Home
last modified time | relevance | path

Searched refs:newline_convention (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_substitute.c326 code->newline_convention != PCRE2_NEWLINE_CR && in pcre2_substitute()
327 code->newline_convention != PCRE2_NEWLINE_LF && in pcre2_substitute()
Dpcre2_intmodedep.h567 uint16_t newline_convention; member
619 uint16_t newline_convention; /* What is a newline? */ member
Dpcre2_context.c316 ccontext->newline_convention = newline; in pcre2_set_newline()
Dpcre2_pattern_info.c215 *((uint32_t *)where) = re->newline_convention; in pcre2_pattern_info()
Dpcre2test.c585 …wline", MOD_CTC, MOD_NL, 0, CO(newline_convention) },
3867 match_limit, minlength, nameentrysize, namecount, newline_convention, in show_pattern_info() local
3918 pattern_info(PCRE2_INFO_NEWLINE, &newline_convention, FALSE) in show_pattern_info()
4005 switch (newline_convention) in show_pattern_info()
4917 SETFLD(pat_context, newline_convention, local_newline_default); in process_pattern()
6656 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
Dpcre2_dfa_match.c3246 switch(re->newline_convention) in pcre2_dfa_match()
Dpcre2_compile.c8580 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile()
8697 re->newline_convention = newline; in pcre2_compile()
Dpcre2_match.c6674 switch(re->newline_convention) in pcre2_match()
Dpcre2_jit_compile.c10872 switch(re->newline_convention) in jit_compile()