Searched refs:first_cunit (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 3865 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local 3906 pattern_info(PCRE2_INFO_FIRSTCODEUNIT, &first_cunit, FALSE) + in show_pattern_info() 4041 if (PRINTOK(first_cunit)) in show_pattern_info() 4042 fprintf(outfile, "First code unit = \'%c\'%s\n", first_cunit, caseless); in show_pattern_info() 4046 pchar(first_cunit, FALSE, outfile); in show_pattern_info()
|