Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c336 code->newline_convention != PCRE2_NEWLINE_CR && in pcre2_substitute()
337 code->newline_convention != PCRE2_NEWLINE_LF && in pcre2_substitute()
Dpcre2_intmodedep.h573 uint16_t newline_convention; member
634 uint16_t newline_convention; /* What is a newline? */ member
Dpcre2_pattern_info.c237 *((uint32_t *)where) = re->newline_convention; in pcre2_pattern_info()
Dpcre2_context.c363 ccontext->newline_convention = newline; in pcre2_set_newline()
Dpcre2test.c657 …wline", MOD_CTC, MOD_NL, 0, CO(newline_convention) },
4337 newline_convention; in show_pattern_info() local
4406 pattern_info(PCRE2_INFO_NEWLINE, &newline_convention, FALSE) in show_pattern_info()
4500 switch (newline_convention) in show_pattern_info()
5590 SETFLD(pat_context, newline_convention, local_newline_default); in process_pattern()
7544 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
Dpcre2_dfa_match.c3403 switch(re->newline_convention) in pcre2_dfa_match()
Dpcre2_compile.c9414 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile()
9626 re->newline_convention = newline; in pcre2_compile()
Dpcre2_match.c6230 switch(re->newline_convention) in pcre2_match()
Dpcre2_jit_compile.c12062 switch(re->newline_convention) in jit_compile()