Home
last modified time | relevance | path

Searched refs:Perl_uvuni_to_utf8 (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dutf8.h62 #define Perl_uvchr_to_utf8 Perl_uvuni_to_utf8
Dglobal.sym545 Perl_uvuni_to_utf8
Dutf8.c171 Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv) in Perl_uvuni_to_utf8() function
Dembed.h909 #define uvuni_to_utf8 Perl_uvuni_to_utf8
2958 #define uvuni_to_utf8(a,b) Perl_uvuni_to_utf8(aTHX_ a,b)
Dproto.h1291 PERL_CALLCONV U8* Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv);