Searched refs:Perl_bytes_to_utf8 (Results 1 – 15 of 15) sorted by relevance
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/ |
H A D | srl_encoder.c | 1532 char* utf8= (char *)Perl_bytes_to_utf8(aTHX_ (U8 *)str, &len); in srl_dump_hk()
|
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | utf8.c | 2692 Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp) in Perl_bytes_to_utf8() function
|
H A D | embed.h | 76 #define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b)
|
H A D | proto.h | 357 PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp);
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | utf8.c | 2556 Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp) in Perl_bytes_to_utf8() function
|
H A D | embed.h | 79 #define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b)
|
H A D | proto.h | 373 PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp);
|
/dports/lang/perl5.32/perl-5.32.1/ |
H A D | utf8.c | 2674 Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp) in Perl_bytes_to_utf8() function
|
H A D | embed.h | 70 #define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b)
|
H A D | proto.h | 335 PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp);
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | utf8.c | 2658 Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp) in Perl_bytes_to_utf8() function
|
H A D | embed.h | 75 #define bytes_to_utf8(a,b) Perl_bytes_to_utf8(aTHX_ a,b)
|
H A D | proto.h | 291 PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp);
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | xs.vim | 623 syn keyword xsFunction Perl_bytes_from_utf8 Perl_bytes_to_utf8 Perl_call_argv
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | xs.vim | 623 syn keyword xsFunction Perl_bytes_from_utf8 Perl_bytes_to_utf8 Perl_call_argv
|