Searched refs:Perl_bytes_to_utf8 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c829 Perl_bytes_to_utf8(pTHX_ U8 *s, STRLEN *len) function
H A Dembed.h1112 #define bytes_to_utf8 Perl_bytes_to_utf8
3636 #define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b)
H A Dproto.h802 PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ U8 *s, STRLEN *len);
H A Dregcomp.c1803 exp = (char*)Perl_bytes_to_utf8(aTHX_ (U8*)exp, &len);

Completed in 67 milliseconds