Home
last modified time | relevance | path

Searched refs:utf8_pat (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c4479 const bool utf8_pat = RX_UTF8(prog) ? 1 : 0; in S_debug_start_match() local
4496 if (utf8_target||utf8_pat) in S_debug_start_match()
4498 utf8_pat ? "pattern" : "", in S_debug_start_match()
4499 utf8_pat && utf8_target ? " and " : "", in S_debug_start_match()
4682 bool utf8_pat = reginfo->is_utf8_pat; in S_setup_EXACTISH_ST() local
4795 utf8_pat = FALSE; in S_setup_EXACTISH_ST()
4831 && ! utf8_pat in S_setup_EXACTISH_ST()
4843 utf8_pat = TRUE; in S_setup_EXACTISH_ST()
4861 if (utf8_pat) { in S_setup_EXACTISH_ST()
4873 else if (! utf8_pat) { /* Neither is UTF-8 */ in S_setup_EXACTISH_ST()
[all …]