Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/
D50060009 SvPVutf8 # E
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/Unicode/
DUnicode.xs206 U8 *s = (U8 *)SvPVutf8(utf8,ulen);
/mirbsd/src/gnu/usr.bin/perl/
Dsv.h1107 #define SvPVutf8(sv, lp) \ macro
1154 # define SvPVutf8x(sv, lp) ({SV *_sv = (sv); SvPVutf8(_sv, lp); })
1199 # define SvPVutf8x(sv, lp) ((PL_Sv = (sv)), SvPVutf8(PL_Sv, lp))
Dsv.c6279 rsptr = SvPVutf8(PL_rs, rslen); in Perl_sv_gets()
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/encoding/
Dencoding.xs343 s = SvPVutf8(uni, len); in PerlIOEncode_fill()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dapidoc.fnc50 Am|char*|SvPVutf8|SV* sv|STRLEN len
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D500600018 SvPVutf8 # E
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapi.pod3657 =item SvPVutf8
3658 X<SvPVutf8>
3662 char* SvPVutf8(SV* sv, STRLEN len)
3671 Guarantees to evaluate sv only once; use the more efficient C<SvPVutf8>
4144 Usually accessed via the C<SvPVutf8> macro.
4834 A private implementation of the C<SvPVutf8> macro for compilers
Dperltoc.pod5351 X<SvPVbyte_force>, SvPVbyte_nolen X<SvPVbyte_nolen>, SvPVutf8 X<SvPVutf8>,