Searched refs:utfc_ptr2char_len (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 30 int utfc_ptr2char_len(char_u *p, int *pcc, int maxlen);
|
| /vim-8.2.3635/src/ |
| H A D | ex_getln.c | 792 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 D | screen.c | 1568 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 D | mbyte.c | 1978 utfc_ptr2char_len( in utfc_ptr2char_len() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 1418 Neovim patch for utfc_ptr2char_len() https://github.com/neovim/neovim/pull/4574
|
| H A D | version7.txt | 9142 Solution: Use utfc_ptr2char_len() rather than utfc_ptr2char(). (Dominique
|