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 D | 5006001 | 3 bytes_to_utf8 # U
|
/openbsd/gnu/usr.bin/perl/haiku/Haiku/ |
H A D | Haiku.xs | 45 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 D | 5006001 | 5 bytes_to_utf8 # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | doio.c | 2180 tmpbuf = bytes_to_utf8((const U8*) tmps, &len); in Perl_do_print()
|
H A D | pp_pack.c | 845 s = (char *) bytes_to_utf8((U8 *) s, &len); in Perl_unpackstring()
|
H A D | mg.c | 2565 utf8 = (char*)bytes_to_utf8((U8*)tmps, &len); in Perl_magic_setsubstr()
|
H A D | locale.c | 6062 s = (char *) bytes_to_utf8((const U8 *) s, &len); in Perl_mem_collxfrm_()
|
H A D | pp_ctl.c | 790 source = tmp = bytes_to_utf8(source, &to_copy); in PP()
|
H A D | pp.c | 779 temp_buffer = (char*)bytes_to_utf8((U8*)rsptr, &rslen); in S_do_chomp()
|
H A D | sv.c | 5101 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 D | embed.h | 162 # define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b) macro
|
H A D | embed.fnc | 746 Adpx |U8 * |bytes_to_utf8 |NN const U8 *s \
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 3630 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 D | embed.fnc | 2594 Apxd |U8* |bytes_to_utf8 |NN const U8 *s|NN STRLEN *lenp
|