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.c3265 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3458 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
3613 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
Dpcre2_internal.h493 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
Dpcre2_jit_compile.c3124 if (nltype == NLTYPE_ANY) in check_newlinechar()
3318 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
4630 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
4635 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
10877 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()
10884 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
10892 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
10909 if (common->nltype == NLTYPE_ANY) in jit_compile()
10924 if (common->bsr_nltype == NLTYPE_ANY) in jit_compile()
Dpcre2_match.c6693 mb->nltype = NLTYPE_ANY; in pcre2_match()
6876 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7089 (mb->nltype == NLTYPE_ANY || in pcre2_match()
Dpcre2_compile.c8601 cb.nltype = NLTYPE_ANY; in pcre2_compile()