Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dembed.h1051 #define sv_recode_to_utf8 Perl_sv_recode_to_utf8
3576 #define sv_recode_to_utf8(a,b) Perl_sv_recode_to_utf8(aTHX_ a,b)
H A Dproto.h743 PERL_CALLCONV char* Perl_sv_recode_to_utf8(pTHX_ SV* sv, SV *encoding);
H A Dsv.c11466 Perl_sv_recode_to_utf8(pTHX_ SV *sv, SV *encoding) in Perl_sv_recode_to_utf8() function