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/ |
| D | 5027007 | 18 variant_under_utf8_count # F added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp.c | 4219 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);
|
| D | utf8.c | 2791 Newx(d, (*lenp) + variant_under_utf8_count(s, send) + 1, U8); in Perl_bytes_to_utf8()
|
| D | peep.c | 672 variant += variant_under_utf8_count((U8 *) argp->p, in S_maybe_multiconcat()
|
| D | regcomp.c | 544 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()
|
| D | pp_hot.c | 990 extra = variant_under_utf8_count((U8 *) svpv_p->pv, in PP()
|
| D | embed.h | 1776 # define variant_under_utf8_count S_variant_under_utf8_count macro
|
| D | toke.c | 1182 STRLEN highhalf = variant_under_utf8_count((U8 *) pv, in Perl_lex_stuff_pvn()
|
| D | sv.c | 3547 Size_t expansion = 1 + variant_under_utf8_count(t + 1, e); in Perl_sv_utf8_upgrade_flags_grow()
|
| D | embed.fnc | 4012 ERTdi |Size_t |variant_under_utf8_count \
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 6752 RETVAL = variant_under_utf8_count((U8 *) copy + offset, (U8 *) copy + offset + len);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1156 EiTRd |Size_t |variant_under_utf8_count|NN const U8* const s \
|