Searched refs:utf_ptr2char (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dmbyte.c637 mb_ptr2char = utf_ptr2char;
861 return utf_class(utf_ptr2char(p));
1485 c = utf_ptr2char(p);
1533 c = utf_ptr2char(p);
1662 utf_ptr2char(p) function
1779 c2 = utf_ptr2char(p2);
1784 return arabic_combine(utf_ptr2char(p1), c2);
1802 c = utf_ptr2char(p);
1810 cc = utf_ptr2char(p + len);
1817 if (p[len] < 0x80 || !utf_iscomposing(cc = utf_ptr2char(
[all...]
H A Dmacros.h245 # define UTF_COMPOSINGLIKE(p1, p2) utf_iscomposing(utf_ptr2char(p2))
H A Dgui_beval.c932 uc = utf_ptr2char(p);
978 uc = utf_ptr2char(p);
H A Dex_getln.c2622 if (utf_iscomposing(utf_ptr2char(ccline.cmdbuff + start)))
2646 nc = utf_ptr2char(p + mb_l);
2802 c = utf_ptr2char(ccline.cmdbuff + ccline.cmdpos);
2809 c = utf_ptr2char(ccline.cmdbuff + ccline.cmdpos);
2817 if (arabic_combine(utf_ptr2char(ccline.cmdbuff
H A Dmessage.c304 while (utf_iscomposing(utf_ptr2char(s + half)) && half > 0);
1345 if (enc_utf8 && utf_iscomposing(utf_ptr2char(msgstr)))
2332 if (enc_utf8 && utf_iscomposing(utf_ptr2char(t_s)))
H A Ddiff.c1617 || utf_fold(utf_ptr2char(p1))
1618 != utf_fold(utf_ptr2char(p2))))
H A Dcharset.c465 int c = utf_ptr2char(STR_PTR(i));
H A Dregexp.c2390 regmbc(utf_ptr2char(regparse));
5732 cf = utf_fold(utf_ptr2char(opnd));
5739 || utf_fold(utf_ptr2char(scan)) != cf))
6707 if (utf_fold(utf_ptr2char(p)) == cc)
H A Dfileio.c1670 int u8c = utf_ptr2char(src);
1945 u8c = utf_ptr2char(p);
5441 c = utf_ptr2char(ip->bw_rest);
5473 c = utf_ptr2char(buf + wlen);
5535 u8c = utf_ptr2char(from);
H A Dgui_gtk_x11.c4649 uc = utf_ptr2char(p);
4699 uc = utf_ptr2char(p);
H A Dsearch.c397 if (enc_utf8 && utf_isupper(utf_ptr2char(p)))
1245 if (enc_utf8 && utf_iscomposing(utf_ptr2char(p)))
H A Dgui_x11.c2553 c = utf_ptr2char(p);
H A Dos_mswin.c927 ch = utf_ptr2char(p);
H A Dedit.c5558 # define WHITECHAR(cc) (vim_iswhite(cc) && (!enc_utf8 || !utf_iscomposing(utf_ptr2char(ml_get_cursor() + 1))))
7239 if (utf_iscomposing(utf_ptr2char(buf)))
H A Dscreen.c2406 nc = utf_ptr2char(p + c_len);
3928 nc = utf_ptr2char(ptr + mb_l);
H A Dgui.c2239 c = utf_ptr2char(s + i);
H A Dgui_w32.c2352 c = utf_ptr2char(text + i);
H A Dmisc1.c1283 || !utf_iscomposing(utf_ptr2char(p_extra + 1)))
/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro22 int utf_ptr2char __ARGS((char_u *p));

Completed in 327 milliseconds