Searched refs:newline_convention (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 336 code->newline_convention != PCRE2_NEWLINE_CR && in pcre2_substitute() 337 code->newline_convention != PCRE2_NEWLINE_LF && in pcre2_substitute()
|
D | pcre2_intmodedep.h | 573 uint16_t newline_convention; member 634 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 | 363 ccontext->newline_convention = newline; in pcre2_set_newline()
|
D | pcre2test.c | 657 …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()
|
D | pcre2_dfa_match.c | 3403 switch(re->newline_convention) in pcre2_dfa_match()
|
D | pcre2_compile.c | 9414 if (newline == 0) newline = ccontext->newline_convention; in pcre2_compile() 9626 re->newline_convention = newline; in pcre2_compile()
|
D | pcre2_match.c | 6230 switch(re->newline_convention) in pcre2_match()
|
D | pcre2_jit_compile.c | 12062 switch(re->newline_convention) in jit_compile()
|