Searched defs:bsr_convention (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_intmodedep.h566 uint16_t bsr_convention; member in struct:pcre2_real_compile_context
618 uint16_t bsr_convention; /* What \R matches */ member in struct:pcre2_real_code
794 uint16_t bsr_convention; /* \R interpretation */ member in struct:match_block
844 uint16_t bsr_convention; /* \R interpretation */ member in struct:dfa_match_block
H A Dpcre2test.c546 { "bsr", MOD_CTC, MOD_BSR, 0, CO(bsr_convention) },
3865 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, local
3903 pattern_info(PCRE2_INFO_BSR, &bsr_convention, FALSE) +
4000 fprintf(outfile, "\\R matches %s\n", (bsr_convention == PCRE2_BSR_UNICODE)?

Completed in 125 milliseconds