Home
last modified time | relevance | path

Searched refs:utfc_ptr2len (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro35 int utfc_ptr2len(char_u *p);
/vim-8.2.3635/src/
H A Dmbyte.c595 mb_ptr2len = utfc_ptr2len; in mb_init()
2104 utfc_ptr2len(char_u *p) in utfc_ptr2len() function
3755 len = utfc_ptr2len(line); in show_utf8()
H A Ddrawline.c1626 mb_l = utfc_ptr2len(p_extra); in win_line()
1703 mb_l = utfc_ptr2len(ptr); in win_line()
H A Dgui_xim.c775 idx += utfc_ptr2len((char_u *)preedit_string + idx); in im_get_feedback_attr()
H A Dterminal.c5447 int len1 = utfc_ptr2len(p1); in term_load_dump()
5448 int len2 = utfc_ptr2len(p2); in term_load_dump()
5493 p2 += utfc_ptr2len(p2); in term_load_dump()
5498 p1 += utfc_ptr2len(p1); in term_load_dump()
H A Dchange.c1265 && utfc_ptr2len(oldp + col) >= count) in del_bytes()
H A Dstrings.c600 int l = utfc_ptr2len(p); in vim_strchr()
H A Dvim9execute.c1232 nbyte += utfc_ptr2len(str + nbyte); in char_from_string()
1247 nbyte += utfc_ptr2len(str + nbyte); in char_from_string()
H A Dregexp_bt.c3770 len = i + utfc_ptr2len(rex.input + i); in regmatch()
H A Dregexp_nfa.c2142 != (plen = utfc_ptr2len(old_regparse)) in nfa_regatom()
H A Devalfunc.c8801 set_last_csearch(c, csearch, utfc_ptr2len(csearch)); in f_setcharsearch()