Searched refs:utfc_ptr2len (Results 1 – 11 of 11) sorted by relevance
35 int utfc_ptr2len(char_u *p);
595 mb_ptr2len = utfc_ptr2len; in mb_init()2104 utfc_ptr2len(char_u *p) in utfc_ptr2len() function3755 len = utfc_ptr2len(line); in show_utf8()
1626 mb_l = utfc_ptr2len(p_extra); in win_line()1703 mb_l = utfc_ptr2len(ptr); in win_line()
775 idx += utfc_ptr2len((char_u *)preedit_string + idx); in im_get_feedback_attr()
5447 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()
1265 && utfc_ptr2len(oldp + col) >= count) in del_bytes()
600 int l = utfc_ptr2len(p); in vim_strchr()
1232 nbyte += utfc_ptr2len(str + nbyte); in char_from_string()1247 nbyte += utfc_ptr2len(str + nbyte); in char_from_string()
3770 len = i + utfc_ptr2len(rex.input + i); in regmatch()
2142 != (plen = utfc_ptr2len(old_regparse)) in nfa_regatom()
8801 set_last_csearch(c, csearch, utfc_ptr2len(csearch)); in f_setcharsearch()