Home
last modified time | relevance | path

Searched refs:variant_under_utf8_count (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502700718 variant_under_utf8_count # F added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dpp.c4219 need += variant_under_utf8_count(s, s + slen);
4287 + variant_under_utf8_count(s, s + slen)
4671 extra = send - s + variant_under_utf8_count(s, send);
4835 + variant_under_utf8_count(s, send)
5171 + variant_under_utf8_count(s, send);
Dutf8.c2791 Newx(d, (*lenp) + variant_under_utf8_count(s, send) + 1, U8); in Perl_bytes_to_utf8()
Dpeep.c672 variant += variant_under_utf8_count((U8 *) argp->p, in S_maybe_multiconcat()
Dregcomp.c544 Newx(dst, *plen_p + variant_under_utf8_count(src, src + *plen_p) + 1, U8); in S_pat_upgrade_to_utf8()
1769 variant_under_utf8_count((U8 *) exp, (U8 *) exp in Perl_re_op_compile()
Dpp_hot.c990 extra = variant_under_utf8_count((U8 *) svpv_p->pv, in PP()
Dembed.h1776 # define variant_under_utf8_count S_variant_under_utf8_count macro
Dtoke.c1182 STRLEN highhalf = variant_under_utf8_count((U8 *) pv, in Perl_lex_stuff_pvn()
Dsv.c3547 Size_t expansion = 1 + variant_under_utf8_count(t + 1, e); in Perl_sv_utf8_upgrade_flags_grow()
Dembed.fnc4012 ERTdi |Size_t |variant_under_utf8_count \
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs6752 RETVAL = variant_under_utf8_count((U8 *) copy + offset, (U8 *) copy + offset + len);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1156 EiTRd |Size_t |variant_under_utf8_count|NN const U8* const s \