Lines Matching refs:byteidx
1190 recognize multibyte encodings, see `byteidx()` for an alternative, or use
1225 multibyte encodings, see |byteidx()| for computing the indexes. If expr8 is
2538 byteidx({expr}, {nr}) Number byte index of {nr}'th char in {expr}
3622 byteidx({expr}, {nr}) *byteidx()*
3633 echo matchstr(str, ".", byteidx(str, 3))
3636 let s = strpart(str, byteidx(str, 3))
3637 echo strpart(s, 0, byteidx(s, 1))
3645 GetName()->byteidx(idx)
3648 Like byteidx(), except that a composing character is counted
3651 echo byteidx(s, 1)
3657 Only works differently from byteidx() when 'encoding' is set
3764 See |byteidx()| and |byteidxcomp()| for getting the byte index
8021 use |byteidx()| to convert a character position to a byte