Searched refs:utfc_ptr2char_len (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro29 int utfc_ptr2char_len __ARGS((char_u *p, int *pcc, int maxlen));
/macosx-10.10.1/vim-55/src/
H A Dex_getln.c2632 u8c = utfc_ptr2char_len(p, u8cc, start + len - j);
2657 pc = utfc_ptr2char_len(p + mb_l, pcc,
H A Dscreen.c6771 u8c = utfc_ptr2char_len(ptr, u8cc,
6797 nc = utfc_ptr2char_len(ptr + mbyte_blen, pcc,
H A Dmbyte.c1833 utfc_ptr2char_len(p, pcc, maxlen) function

Completed in 164 milliseconds