Home
last modified time | relevance | path

Searched refs:utf_head_off (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro54 int utf_head_off(char_u *base, char_u *p);
/vim-8.2.3635/src/
H A Dmbyte.c604 mb_head_off = utf_head_off; in mb_init()
3851 utf_head_off(char_u *base, char_u *p) in utf_head_off() function
H A Dmessage.c305 half = half - utf_head_off(s, s + half - 1) - 1; in trunc_string()
H A Dfileio.c1930 len = utf_head_off(ptr, p); in readfile()