Home
last modified time | relevance | path

Searched refs:utf_ptr2len (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/
H A Dmbyte.c1627 if (utf_ptr2len(p) == 1 || c == NUL) in utf_ptr2cells()
1670 if (utf_ptr2len(p) == 1 || c == NUL) in utf_ptr2cells_len()
1907 *pp += utf_ptr2len(*pp); in mb_cptr2char_adv()
1948 len = utf_ptr2len(p); in utfc_ptr2char()
1961 len += utf_ptr2len(p + len); in utfc_ptr2char()
2046 utf_ptr2len(char_u *p) in utf_ptr2len() function
2118 len = utf_ptr2len(p); in utfc_ptr2len()
2140 len += utf_ptr2len(p + len); in utfc_ptr2len()
3773 clen = utf_ptr2len(line + i); in show_utf8()
4181 len = utf_ptr2len(p); in utf_find_illegal()
[all …]
H A Dmacros.h245 #define MB_CPTR_ADV(p) p += enc_utf8 ? utf_ptr2len(p) : (*mb_ptr2len)(p)
249 #define MB_CPTR2LEN(p) (enc_utf8 ? utf_ptr2len(p) : (*mb_ptr2len)(p))
H A Dstrings.c379 l = utf_ptr2len(p); in strup_save()
446 l = utf_ptr2len(p); in strlow_save()
837 t += utf_ptr2len(t); in byteidx()
906 ptr2len = utf_ptr2len; in f_charidx()
949 ptr2len = utf_ptr2len; in f_str2list()
H A Djson.c155 res += utf_ptr2len(res); in write_string()
424 if (*p == NUL || p[1] == NUL || utf_ptr2len(p) < utf_byte2len(*p)) in json_decode_string()
519 len = utf_ptr2len(p); in json_decode_string()
H A Dhelp.c883 l = utf_ptr2len(s); in fix_help_buffer()
1050 l = utf_ptr2len(s); in helptags_one()
H A Dgui_beval.c764 charlen = utf_ptr2len(p); in set_printable_label_text()
826 charlen = utf_ptr2len(p); in set_printable_label_text()
H A Dos_mac_conv.c135 l = utf_ptr2len(ptr + in); in mac_string_convert()
H A Dregexp.c874 prevchr_len += utf_ptr2len(regparse + prevchr_len); in skipchr()
2221 int clen = utf_ptr2len(src - 1); in vim_regsub_both()
2332 l = utf_ptr2len(s) - 1; in vim_regsub_both()
H A Dgui_haiku.cc1619 clen = utf_ptr2len(chars+i); in MessageReceived()
1714 clen = utf_ptr2len((u_char*)p); in mchDrawString()
1892 clen = utf_ptr2len((char_u *)(s+i)); in DrawIMString()
H A Dcharset.c432 int olen = utf_ptr2len(STR_PTR(i)); in str_foldcase()
H A Dchange.c1278 count = utf_ptr2len(oldp + n); in del_bytes()
H A Dregexp_bt.c2054 l = utf_ptr2len(regparse); in regatom()
3759 i += utf_ptr2len(rex.input + i)) in regmatch()
H A Dgui_x11.c2369 p += utf_ptr2len(p); in gui_mch_draw_string()
H A Dregexp_nfa.c5667 len2 += enc_utf8 ? utf_ptr2len(rex.line + col + len2) in find_match_text()
6939 clen = utf_ptr2len(rex.input); in nfa_regmatch()
H A Dedit.c1841 int l = utf_ptr2len(ml_get_cursor()); in del_char_after_col()
H A Dops.c1440 del_bytes(utf_ptr2len(ml_get_cursor()), FALSE, FALSE); in swapchar()
H A Dgui.c2558 cl = utf_ptr2len(s + i); in gui_outstr_nowrap()
H A Dgui_gtk_x11.c5530 plen = utf_ptr2len(bp); in gui_gtk2_draw_string()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro32 int utf_ptr2len(char_u *p);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5787 Solution: Use utf_ptr2len().