Lines Matching defs:lenp
5602 lenp is non-zero, it does the same to lenp, but this time starting from
5617 Perl_sv_pos_u2b(pTHX_ register SV *sv, I32* offsetp, I32* lenp)
5646 if (lenp) {
5649 if (utf8_mg_pos(sv, &mg, &cache, 2, lenp, *lenp + *offsetp, &s, start, send)) {
5650 *lenp -= boffset;
5653 if (!found && *lenp > 0) {
5654 I32 ulen = *lenp;
5660 utf8_mg_pos_init(sv, &mg, &cache, 2, lenp, s, start);
5662 *lenp = s - start;
5668 if (lenp)
5669 *lenp = 0;