Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/ext/B/t/
H A Dperlstring.t22 for my $do_utf8 (""," utf8") {
23 my $max = $do_utf8 ? 1024 : 255;
32 is(0+@bad, 0, "Check if any$do_utf8 codepoints fail to round trip through B::perlstring()");
36 … is($evalled, $char, "check if B::perlstring of$do_utf8 codepoint $cp round trips ($escaped)");
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs66 static STRLEN esc_q_utf8 (pTHX_ SV *sv, const char *src, STRLEN slen, I32 do_utf8, I32 useqq);
223 esc_q_utf8(pTHX_ SV* sv, const char *src, STRLEN slen, I32 do_utf8, I32 useqq) in esc_q_utf8() argument
263 if (do_utf8) { in esc_q_utf8()
326 if (do_utf8 && ! UTF8_IS_INVARIANT(c0)) { in esc_q_utf8()
518 int do_utf8; in dump_regexp() local
579 do_utf8 = DO_UTF8(sv_pattern); in dump_regexp()
601 || (do_utf8 && ! UTF8_IS_INVARIANT(k))) in dump_regexp()
1048 bool do_utf8 = FALSE; in DD_dump() local
1074 do_utf8 = DO_UTF8(keysv); in DD_dump()
1101 if (do_utf8 || style->useqq) { in DD_dump()
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A Dpp.c6605 const bool do_utf8 = DO_UTF8(sv); in PP()
6613 const STRLEN slen = do_utf8 in PP()
6625 U32 flags = (do_utf8 ? SVf_UTF8 : 0) | in PP()
6673 if (do_utf8) {
6699 if (do_utf8) { in S_maybe_unwind_defav()
6736 if (do_utf8) in PP()
6742 if (do_utf8) { in PP()
6815 if (do_utf8) { in PP()
6831 else if (do_utf8 == (RX_UTF8(rx) != 0) && in PP()
6858 if (do_utf8) in PP()
6206 const bool do_utf8 = DO_UTF8(sv); PP() local
[all...]
H A Dproto.h8852 S_debug_start_match(pTHX_ const REGEXP *prog, const bool do_utf8, const char *start, const char *end, const char *blurb);
8857 S_dump_exec_pos(pTHX_ const char *locinput, const regnode *scan, const char *loc_regeol, const char *loc_bostr, const char *loc_reg_starttry, const bool do_utf8, const U32 depth);
H A Dembed.fnc5615 |const bool do_utf8 \
5624 |const bool do_utf8 \
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2484 |NN const char *loc_bostr|NN const char *loc_reg_starttry|const bool do_utf8|const U32 depth
2485 ES |void |debug_start_match|NN const REGEXP *prog|const bool do_utf8\