Searched refs:last_cunit (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 4335 hasbackslashc, hascrorlf, jchanged, last_ctype, last_cunit, match_empty, in show_pattern_info() local 4399 pattern_info(PCRE2_INFO_LASTCODEUNIT, &last_cunit, FALSE) + in show_pattern_info() 4583 if (PRINTOK(last_cunit)) in show_pattern_info() 4584 fprintf(outfile, "Last code unit = \'%c\'%s\n", last_cunit, caseless); in show_pattern_info() 4588 pchar(last_cunit, FALSE, outfile); in show_pattern_info()
|