Searched refs:utf_ptr2char (Results 1 – 25 of 32) sorted by relevance
12
603 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() function1862 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 …]
51 c1 = utf_ptr2char(p); in test_isword_funcs_utf8()
378 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()
765 uc = utf_ptr2char(p); in set_printable_label_text()827 uc = utf_ptr2char(p); in set_printable_label_text()
226 # define UTF_COMPOSINGLIKE(p1, p2) utf_iscomposing(utf_ptr2char(p2))
2057 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()
196 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()
3308 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()
73 ch = utf_ptr2char(p); in utf8_to_utf16()
306 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()
19 #define WHITECHAR(cc) (VIM_ISWHITE(cc) && (!enc_utf8 || !utf_iscomposing(utf_ptr2char(ml_get_cursor…
1821 val = utf_ptr2char(to); in get_digraph_for_char()
123 c = utf_ptr2char(res); in write_string()
1999 || utf_fold(utf_ptr2char(p1)) in diff_equal_char()2000 != utf_fold(utf_ptr2char(p2)))) in diff_equal_char()
680 && utf_iscomposing(utf_ptr2char(p))); in im_preedit_changed_cb()
431 int c = utf_ptr2char(STR_PTR(i)); in str_foldcase()
1657 int u8c = utf_ptr2char(src); in readfile()1932 u8c = utf_ptr2char(p); in readfile()
425 if (enc_utf8 && utf_isupper(utf_ptr2char(p))) in pat_has_uppercase()1454 if (enc_utf8 && utf_iscomposing(utf_ptr2char(p))) in do_search()
1966 utf_ptr2char(tword in suggest_trie_walk()1970 utf_ptr2char(fword in suggest_trie_walk()
2053 || !utf_iscomposing(utf_ptr2char(p_extra + 1)))) in open_line()
1674 if (utf_fold(utf_ptr2char(p)) == cc) in cstrchr()
1773 nc = utf_ptr2char(ptr + mb_l); in win_line()
2349 c = utf_ptr2char(p); in gui_mch_draw_string()
910 nc = utf_ptr2char(p + c_len); in text_to_screenline()
25 int utf_ptr2char(char_u *p);