Searched refs:utf_head_off (Results 1 – 4 of 4) sorted by relevance
54 int utf_head_off(char_u *base, char_u *p);
604 mb_head_off = utf_head_off; in mb_init()3851 utf_head_off(char_u *base, char_u *p) in utf_head_off() function
305 half = half - utf_head_off(s, s + half - 1) - 1; in trunc_string()
1930 len = utf_head_off(ptr, p); in readfile()