Lines Matching defs:utf8
1214 * utf8 shared strings */
6239 /* Non-utf8 strings don't have ranges, so each character is listed
7118 /* Non-utf8 case: set o->op_pv to point to a simple 256+ entry lookup
7860 const bool utf8 = cBOOL(flags & SVf_UTF8);
7874 pvop->op_private = utf8 ? OPpPV_IS_UTF8 : 0;
8653 const U32 utf8 = flags & SVf_UTF8;
8680 Perl_cop_store_label(aTHX_ cop, label, strlen(label), utf8);
13376 int utf8;
13396 utf8 = SvUTF8(sv) ? -1 : 1;
13403 methsv = newSVpvn_share(method+nsplit, utf8*(len - nsplit), 0);
13417 rclass = newSVpvn_share(method, utf8*(nsplit-9), 0);
13420 rclass = newSVpvn_share(method, utf8*(nsplit-2), 0);