Home
last modified time | relevance | path

Searched refs:NLTYPE_ANY (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c3427 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3680 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
3843 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
Dpcre2_internal.h472 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
Dpcre2_jit_compile.c3489 if (nltype == NLTYPE_ANY) in check_newlinechar()
3707 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
5368 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
5373 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
12067 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()
12074 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
12082 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
12099 if (common->nltype == NLTYPE_ANY) in jit_compile()
12114 if (common->bsr_nltype == NLTYPE_ANY) in jit_compile()
Dpcre2_match.c6254 mb->nltype = NLTYPE_ANY; in pcre2_match()
6521 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
6776 (mb->nltype == NLTYPE_ANY || in pcre2_match()
Dpcre2_compile.c9440 cb.nltype = NLTYPE_ANY; in pcre2_compile()