Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro30 int utfc_ptr2char_len(char_u *p, int *pcc, int maxlen);
/vim-8.2.3635/src/
H A Dex_getln.c792 u8c = utfc_ptr2char_len(p, u8cc, start + len - j); in cmdline_has_arabic()
3318 u8c = utfc_ptr2char_len(p, u8cc, start + len - j); in draw_cmdline()
3343 pc = utfc_ptr2char_len(p + mb_l, pcc, in draw_cmdline()
H A Dscreen.c1568 u8c = utfc_ptr2char_len(ptr, u8cc, in screen_puts_len()
1585 nc = utfc_ptr2char_len(ptr + mbyte_blen, pcc, in screen_puts_len()
H A Dmbyte.c1978 utfc_ptr2char_len( in utfc_ptr2char_len() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt1418 Neovim patch for utfc_ptr2char_len() https://github.com/neovim/neovim/pull/4574
H A Dversion7.txt9142 Solution: Use utfc_ptr2char_len() rather than utfc_ptr2char(). (Dominique