Home
last modified time | relevance | path

Searched refs:utf_byte2len (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro33 int utf_byte2len(int b);
/vim-8.2.3635/src/
H A Djson.c424 if (*p == NUL || p[1] == NUL || utf_ptr2len(p) < utf_byte2len(*p)) in json_decode_string()
H A Dgui_xim.c675 for (p = str, i = 0; *p != NUL; p += utf_byte2len(*p), ++i) in im_preedit_changed_cb()
H A Dmbyte.c2066 utf_byte2len(int b) in utf_byte2len() function
H A Dgui_gtk_x11.c5207 for (p = s; p < s + len; p += utf_byte2len(*p)) in apply_wide_font_attr()
5257 for (p = s + start; p < s + end; p += utf_byte2len(*p)) in count_cluster_cells()
H A Dfileio.c1793 if (tail + utf_byte2len(*tail) <= ptr + size) in readfile()