Searched refs:utf_composinglike (Results 1 – 3 of 3) sorted by relevance
28 int utf_composinglike(char_u *p1, char_u *p2);
224 # define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2))
1920 utf_composinglike(char_u *p1, char_u *p2) in utf_composinglike() function