Searched refs:hopped (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h873 U8 *hopped = utf8_hop((U8 *)pv, pos); local
874 if (lenp) *lenp = (STRLEN)(utf8_hop(hopped, *lenp) - hopped);
875 return (STRLEN)(hopped - (U8 *)pv);

Completed in 75 milliseconds