Lines Matching defs:offsetp
7694 Converts the value pointed to by C<offsetp> from a count of UTF-8 chars from
7716 Perl_sv_pos_u2b(pTHX_ SV *const sv, I32 *const offsetp, I32 *const lenp)
7722 *offsetp = (I32)sv_pos_u2b_flags(sv, (STRLEN)*offsetp, &ulen,
7726 *offsetp = (I32)sv_pos_u2b_flags(sv, (STRLEN)*offsetp, NULL,
8018 Converts the value pointed to by C<offsetp> from a count of bytes from the
8035 Perl_sv_pos_b2u(pTHX_ SV *const sv, I32 *const offsetp)
8042 *offsetp = (I32)sv_pos_b2u_flags(sv, (STRLEN)*offsetp,