Home
last modified time | relevance | path

Searched refs:Perl_utf8_length (Results 1 – 22 of 22) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dutf8.c2365 Perl_utf8_length(pTHX_ const U8 *s, const U8 *e) in Perl_utf8_length() function
H A Dsv.c7206 ulen = cache[0] + Perl_utf8_length(aTHX_ s + cache[1], in Perl_sv_len_utf8_nomg()
7211 const STRLEN real = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7216 ulen = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7221 return SvUTF8(sv) ? Perl_utf8_length(aTHX_ s, s + len) : len; in Perl_sv_len_utf8_nomg()
H A Dembed.h738 #define utf8_length(a,b) Perl_utf8_length(aTHX_ a,b)
H A Dtoke.c6810 len = UTF ? Perl_utf8_length(aTHX_ (U8 *) d, (U8 *) s) : (STRLEN) (s - d); in yyl_croak_unrecognised()
H A Dproto.h3982 PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutf8.c2222 Perl_utf8_length(pTHX_ const U8 *s, const U8 *e) in Perl_utf8_length() function
H A Dsv.c7388 ulen = cache[0] + Perl_utf8_length(aTHX_ s + cache[1], in Perl_sv_len_utf8_nomg()
7393 const STRLEN real = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7398 ulen = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7403 return SvUTF8(sv) ? Perl_utf8_length(aTHX_ s, s + len) : len; in Perl_sv_len_utf8_nomg()
H A Dembed.h750 #define utf8_length(a,b) Perl_utf8_length(aTHX_ a,b)
H A Dtoke.c6878 len = UTF ? Perl_utf8_length(aTHX_ (U8 *) d, (U8 *) s) : (STRLEN) (s - d); in yyl_croak_unrecognised()
H A Dproto.h4059 PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
/dports/lang/perl5.32/perl-5.32.1/
H A Dutf8.c2342 Perl_utf8_length(pTHX_ const U8 *s, const U8 *e) in Perl_utf8_length() function
H A Dsv.c7250 ulen = cache[0] + Perl_utf8_length(aTHX_ s + cache[1], in Perl_sv_len_utf8_nomg()
7255 const STRLEN real = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7260 ulen = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7265 return SvUTF8(sv) ? Perl_utf8_length(aTHX_ s, s + len) : len; in Perl_sv_len_utf8_nomg()
H A Dembed.h725 #define utf8_length(a,b) Perl_utf8_length(aTHX_ a,b)
H A Dtoke.c6752 len = UTF ? Perl_utf8_length(aTHX_ (U8 *) d, (U8 *) s) : (STRLEN) (s - d); in yyl_croak_unrecognised()
H A Dproto.h3942 PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
/dports/lang/perl5.30/perl-5.30.3/
H A Dutf8.c2330 Perl_utf8_length(pTHX_ const U8 *s, const U8 *e) in Perl_utf8_length() function
H A Dsv.c7211 ulen = cache[0] + Perl_utf8_length(aTHX_ s + cache[1], in Perl_sv_len_utf8_nomg()
7216 const STRLEN real = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7221 ulen = Perl_utf8_length(aTHX_ s, s + len); in Perl_sv_len_utf8_nomg()
7226 return SvUTF8(sv) ? Perl_utf8_length(aTHX_ s, s + len) : len; in Perl_sv_len_utf8_nomg()
H A Dembed.h896 #define utf8_length(a,b) Perl_utf8_length(aTHX_ a,b)
H A Dtoke.c5314 len = UTF ? Perl_utf8_length(aTHX_ (U8 *) d, (U8 *) s) : (STRLEN) (s - d);
H A Dproto.h3868 PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim871 syn keyword xsFunction Perl_utf8_hop Perl_utf8_length Perl_utf8_to_bytes
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim871 syn keyword xsFunction Perl_utf8_hop Perl_utf8_length Perl_utf8_to_bytes