Lines Matching refs:utf_ptr2char
603 mb_ptr2char = utf_ptr2char; in mb_init()
848 return utf_class_buf(utf_ptr2char(p), buf); in mb_get_class_buf()
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()
1929 return arabic_combine(utf_ptr2char(p1), c2); in utf_composinglike()
1947 c = utf_ptr2char(p); in utfc_ptr2char()
1955 cc = utf_ptr2char(p + len); in utfc_ptr2char()
1962 if (p[len] < 0x80 || !utf_iscomposing(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()
2005 || !utf_iscomposing(cc = utf_ptr2char(p + len))) in utfc_ptr2char_len()
3883 c = utf_ptr2char(q); in utf_head_off()
3896 if (arabic_combine(utf_ptr2char(j), c)) in utf_head_off()
4183 || utf_char2len(utf_ptr2char(p)) != len)) in utf_find_illegal()
5311 c = utf_ptr2char(ptr + i); in string_convert_ext()