Home
last modified time | relevance | path

Searched refs:newSVpvn_utf8 (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A DnewSVpv29 __UNDEFINED__ newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0)
64 newSVpvn_utf8()
87 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A DnewSVpv29 __UNDEFINED__ newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0)
64 newSVpvn_utf8()
87 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A DnewSVpv29 __UNDEFINED__ newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0)
76 newSVpvn_utf8()
99 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A DnewSVpv29 __UNDEFINED__ newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0)
64 newSVpvn_utf8()
87 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A DnewSVpv29 __UNDEFINED__ newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0)
64 newSVpvn_utf8()
87 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/xs/xsp/
H A DConfig.xsp175 …(void)hv_stores( hv, "label", newSVpvn_utf8(optdef->label.c_str(), optdef->label.length(), t…
177 …(void)hv_stores( hv, "full_label", newSVpvn_utf8(optdef->full_label.c_str(), optdef->full_label.l…
178 …(void)hv_stores( hv, "category", newSVpvn_utf8(optdef->category.c_str(), optdef->category.lengt…
179 …(void)hv_stores( hv, "tooltip", newSVpvn_utf8(optdef->tooltip.c_str(), optdef->tooltip.length(…
180 …(void)hv_stores( hv, "sidetext", newSVpvn_utf8(optdef->sidetext.c_str(), optdef->sidetext.lengt…
223 … av_store(av, it - optdef->enum_labels.begin(), newSVpvn_utf8(it->c_str(), it->length(), true));
H A Dmy.map421 $arg = newSVpvn_utf8( $var.c_str(), $var.length(), true );
436 av_store(av, i, newSVpvn_utf8(str.c_str(), len, true));
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D501000112 newSVpvn_utf8 # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D501000112 newSVpvn_utf8 # U
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/xs/src/
H A Dperlglue.cpp101 return newSVpvn_utf8(optv->value.c_str(), optv->value.length(), true); in ConfigOption_to_SV()
109 av_store(av, &v - optv->values.data(), newSVpvn_utf8(v.c_str(), v.length(), true)); in ConfigOption_to_SV()
138 return newSVpvn_utf8(serialized.c_str(), serialized.length(), true); in ConfigOption_to_SV()
159 return newSVpvn_utf8(val.c_str(), val.length(), true); in ConfigBase__get_at()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A DnewSVpv.t67 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A DnewSVpv.t71 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A DnewSVpv.t71 @s = &Devel::PPPort::newSVpvn_utf8();
/dports/www/p5-HTML-Gumbo/HTML-Gumbo-0.18/lib/HTML/
H A DGumbo.xs25 newSVpvn_utf8((str), strlen(str), 1)
28 newSVpvn_utf8((str), (len), 1)
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D501000147 newSVpvn_utf8 # U
/dports/net/p5-MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.000008/lib/MaxMind/DB/Reader/
H A DXS.xs39 return newSVpvn_utf8((char *)entry_data.utf8_string, entry_data.data_size, 1); in decode_simple_value()
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D501000147 newSVpvn_utf8 # U
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D501000147 newSVpvn_utf8 # U
/dports/lang/perl5.34/perl-5.34.0/
H A Dhv.c422 keysv = newSVpvn_utf8(key, klen, is_utf8); in Perl_hv_common()
501 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
547 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
H A Dsv.h2407 #define newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0) macro
2417 #define newSVpadname(pn) newSVpvn_utf8(PadnamePV(pn), PadnameLEN(pn), TRUE)
/dports/lang/perl5.30/perl-5.30.3/
H A Dhv.c417 keysv = newSVpvn_utf8(key, klen, is_utf8); in Perl_hv_common()
496 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
542 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
/dports/lang/perl5.32/perl-5.32.1/
H A Dhv.c417 keysv = newSVpvn_utf8(key, klen, is_utf8); in Perl_hv_common()
496 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
542 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dhv.c422 keysv = newSVpvn_utf8(key, klen, is_utf8); in Perl_hv_common()
501 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
547 keysv = newSVpvn_utf8(key, klen, TRUE); in Perl_hv_common()
H A Dsv.h2438 #define newSVpvn_utf8(s, len, u) newSVpvn_flags((s), (len), (u) ? SVf_UTF8 : 0) macro
2448 #define newSVpadname(pn) newSVpvn_utf8(PadnamePV(pn), PadnameLEN(pn), TRUE)
/dports/databases/p5-DBD-Pg/DBD-Pg-3.15.0/
H A DPg.xs331 RETVAL = newSVpvn_utf8(quoted, retlen, utf8);

12345678910>>...13