Searched refs:bsr_convention (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 566 uint16_t bsr_convention; member 618 uint16_t bsr_convention; /* What \R matches */ member 794 uint16_t bsr_convention; /* \R interpretation */ member 844 uint16_t bsr_convention; /* \R interpretation */ member
|
D | pcre2_context.c | 291 ccontext->bsr_convention = value; in pcre2_set_bsr()
|
D | pcre2_pattern_info.c | 133 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
|
D | pcre2_dfa_match.c | 1417 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match() 1686 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match() 1956 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match() 2138 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) break; in internal_dfa_match() 3244 mb->bsr_convention = re->bsr_convention; in pcre2_dfa_match()
|
D | pcre2_match.c | 2556 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match() 4541 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match() 4792 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match() 5280 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match() 5405 if (mb->bsr_convention == PCRE2_BSR_ANYCRLF) RRETURN(MATCH_NOMATCH); in match() 5874 (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match() 6095 if (c != CHAR_LF && (mb->bsr_convention == PCRE2_BSR_ANYCRLF || in match() 6672 mb->bsr_convention = re->bsr_convention; in pcre2_match()
|
D | pcre2test.c | 546 …{ "bsr", MOD_CTC, MOD_BSR, 0, CO(bsr_convention) … 3865 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local 3903 pattern_info(PCRE2_INFO_BSR, &bsr_convention, FALSE) + in show_pattern_info() 4000 fprintf(outfile, "\\R matches %s\n", (bsr_convention == PCRE2_BSR_UNICODE)? in show_pattern_info()
|
D | pcre2_compile.c | 8576 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile() 8696 re->bsr_convention = bsr; in pcre2_compile()
|
D | pcre2_jit_compile.c | 10883 if (re->bsr_convention == PCRE2_BSR_UNICODE) in jit_compile() 10885 else if (re->bsr_convention == PCRE2_BSR_ANYCRLF) in jit_compile()
|