Home
last modified time | relevance | path

Searched refs:bytes_to_utf8 (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50060013 bytes_to_utf8 # U
/openbsd/gnu/usr.bin/perl/haiku/Haiku/
H A DHaiku.xs45 tmpbuf = bytes_to_utf8((const U8*) tmps, &len); in haiku_do_debug_printf()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50060015 bytes_to_utf8 # U
/openbsd/gnu/usr.bin/perl/
H A Ddoio.c2180 tmpbuf = bytes_to_utf8((const U8*) tmps, &len); in Perl_do_print()
H A Dpp_pack.c845 s = (char *) bytes_to_utf8((U8 *) s, &len); in Perl_unpackstring()
H A Dmg.c2565 utf8 = (char*)bytes_to_utf8((U8*)tmps, &len); in Perl_magic_setsubstr()
H A Dlocale.c6062 s = (char *) bytes_to_utf8((const U8 *) s, &len); in Perl_mem_collxfrm_()
H A Dpp_ctl.c790 source = tmp = bytes_to_utf8(source, &to_copy); in PP()
H A Dpp.c779 temp_buffer = (char*)bytes_to_utf8((U8*)rsptr, &rslen); in S_do_chomp()
H A Dsv.c5101 char *as_utf8 = (char *)bytes_to_utf8((U8*)HEK_KEY(hek), &utf8_len);
9719 char *as_utf8 = (char *)bytes_to_utf8 ((U8*)HEK_KEY(hek), &utf8_len);
H A Dembed.h162 # define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b) macro
H A Dembed.fnc746 Adpx |U8 * |bytes_to_utf8 |NN const U8 *s \
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod3630 Instead, C<bytes_to_utf8> will give you a UTF-8-encoded B<copy> of its
3684 tricky. Use C<bytes_to_utf8> to get
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2594 Apxd |U8* |bytes_to_utf8 |NN const U8 *s|NN STRLEN *lenp