Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro23 int utf_off2cells(unsigned off, unsigned max_off);
/vim-8.2.3635/src/
H A Dmbyte.c602 mb_off2cells = utf_off2cells; in mb_init()
1753 utf_off2cells(unsigned off, unsigned max_off) in utf_off2cells() function
H A Dscreen.c2287 if (utf_off2cells(off + c, max_off) > 1) in screen_draw_rectangle()
H A Dgui_haiku.cc4229 int cells = utf_off2cells(LineOffset[gui.row] + gui.col, 100); // TODO-TODO in gui_mch_draw_hollow_cursor()