Home
last modified time | relevance | path

Searched refs:utf_ptr2char (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/
H A Dmbyte.c603 mb_ptr2char = utf_ptr2char; in mb_init()
1625 c = utf_ptr2char(p); in utf_ptr2cells()
1668 c = utf_ptr2char(p); in utf_ptr2cells_len()
1784 utf_ptr2char(char_u *p) in utf_ptr2char() function
1862 c = utf_ptr2char(*s); in utf_safe_read_char_adv()
1924 c2 = utf_ptr2char(p2); in utf_composinglike()
1947 c = utf_ptr2char(p); in utfc_ptr2char()
1955 cc = utf_ptr2char(p + len); in utfc_ptr2char()
1988 c = utf_ptr2char(p); in utfc_ptr2char_len()
1996 cc = utf_ptr2char(p + len); in utfc_ptr2char_len()
[all …]
H A Dkword_test.c51 c1 = utf_ptr2char(p); in test_isword_funcs_utf8()
H A Dstrings.c378 c = utf_ptr2char(p); in strup_save()
445 c = utf_ptr2char(p); in strlow_save()
603 if (utf_ptr2char(p) == c && l > 1) in vim_strchr()
950 ptr2char = utf_ptr2char; in f_str2list()
H A Dgui_beval.c765 uc = utf_ptr2char(p); in set_printable_label_text()
827 uc = utf_ptr2char(p); in set_printable_label_text()
H A Dmacros.h226 # define UTF_COMPOSINGLIKE(p1, p2) utf_iscomposing(utf_ptr2char(p2))
H A Dregexp_bt.c2057 regmbc(utf_ptr2char(regparse)); in regatom()
3045 cf = utf_fold(utf_ptr2char(opnd)); in regrepeat()
3052 || utf_fold(utf_ptr2char(scan)) != cf)) in regrepeat()
3752 opndc = utf_ptr2char(opnd); in regmatch()
3761 inpc = utf_ptr2char(rex.input + i); in regmatch()
3792 while (utf_iscomposing(utf_ptr2char(rex.input))) in regmatch()
H A Dbufwrite.c196 c = utf_ptr2char(ip->bw_rest); in buf_write_bytes()
228 c = utf_ptr2char(buf + wlen); in buf_write_bytes()
288 u8c = utf_ptr2char(from); in buf_write_bytes()
H A Dex_getln.c3308 if (utf_iscomposing(utf_ptr2char(ccline.cmdbuff + start))) in draw_cmdline()
3332 nc = utf_ptr2char(p + mb_l); in draw_cmdline()
3484 c = utf_ptr2char(ccline.cmdbuff + ccline.cmdpos); in put_on_cmdline()
3491 c = utf_ptr2char(ccline.cmdbuff + ccline.cmdpos); in put_on_cmdline()
3499 if (arabic_combine(utf_ptr2char(ccline.cmdbuff in put_on_cmdline()
H A Dwinclip.c73 ch = utf_ptr2char(p); in utf8_to_utf16()
H A Dmessage.c306 while (half > 0 && utf_iscomposing(utf_ptr2char(s + half))); in trunc_string()
1583 if (enc_utf8 && utf_iscomposing(utf_ptr2char(msgstr))) in msg_outtrans_len_attr()
2675 if (enc_utf8 && utf_iscomposing(utf_ptr2char(t_s))) in t_puts()
H A Dtextformat.c19 #define WHITECHAR(cc) (VIM_ISWHITE(cc) && (!enc_utf8 || !utf_iscomposing(utf_ptr2char(ml_get_cursor…
H A Ddigraph.c1821 val = utf_ptr2char(to); in get_digraph_for_char()
H A Djson.c123 c = utf_ptr2char(res); in write_string()
H A Ddiff.c1999 || utf_fold(utf_ptr2char(p1)) in diff_equal_char()
2000 != utf_fold(utf_ptr2char(p2)))) in diff_equal_char()
H A Dgui_xim.c680 && utf_iscomposing(utf_ptr2char(p))); in im_preedit_changed_cb()
H A Dcharset.c431 int c = utf_ptr2char(STR_PTR(i)); in str_foldcase()
H A Dfileio.c1657 int u8c = utf_ptr2char(src); in readfile()
1932 u8c = utf_ptr2char(p); in readfile()
H A Dsearch.c425 if (enc_utf8 && utf_isupper(utf_ptr2char(p))) in pat_has_uppercase()
1454 if (enc_utf8 && utf_iscomposing(utf_ptr2char(p))) in do_search()
H A Dspellsuggest.c1966 utf_ptr2char(tword in suggest_trie_walk()
1970 utf_ptr2char(fword in suggest_trie_walk()
H A Dchange.c2053 || !utf_iscomposing(utf_ptr2char(p_extra + 1)))) in open_line()
H A Dregexp.c1674 if (utf_fold(utf_ptr2char(p)) == cc) in cstrchr()
H A Ddrawline.c1773 nc = utf_ptr2char(ptr + mb_l); in win_line()
H A Dgui_x11.c2349 c = utf_ptr2char(p); in gui_mch_draw_string()
H A Ddrawscreen.c910 nc = utf_ptr2char(p + c_len); in text_to_screenline()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro25 int utf_ptr2char(char_u *p);

12