Searched refs:newline_convention (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 393 code->newline_convention != PCRE2_NEWLINE_CR && in pcre2_substitute() 394 code->newline_convention != PCRE2_NEWLINE_LF && in pcre2_substitute()
|
D | pcre2_intmodedep.h | 572 uint16_t newline_convention; member 635 uint16_t newline_convention; /* What is a newline? */ member
|
D | pcre2_pattern_info.c | 237 *((uint32_t *)where) = re->newline_convention; in pcre2_pattern_info()
|
D | pcre2_context.c | 365 ccontext->newline_convention = newline; in pcre2_set_newline()
|
D | pcre2test.c | 694 …line", MOD_CTC, MOD_NL, 0, CO(newline_convention) }, 4429 newline_convention; in show_pattern_info() local 4498 pattern_info(PCRE2_INFO_NEWLINE, &newline_convention, FALSE) in show_pattern_info() 4639 switch (newline_convention) in show_pattern_info() 5780 SETFLD(pat_context, newline_convention, local_newline_default); in process_pattern() 7930 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
|
D | pcre2_dfa_match.c | 3437 switch(re->newline_convention) in pcre2_dfa_match()
|
D | pcre2_compile.c | 9944 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile() 10156 re->newline_convention = newline; in pcre2_compile()
|
D | pcre2_match.c | 6558 switch(re->newline_convention) in pcre2_match()
|
D | pcre2_jit_compile.c | 13518 switch(re->newline_convention) in jit_compile()
|