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