Home
last modified time | relevance | path

Searched refs:utf_composinglike (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/test/symbolic/klee/nvim/
H A Dmbyte.c82 bool utf_composinglike(const char_u *p1, const char_u *p2) in utf_composinglike() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c730 bool utf_composinglike(const char_u *p1, const char_u *p2) in utf_composinglike() function
765 && utf_composinglike(p, p + len)) { in utfc_ptr2char()
809 || !(i == 0 ? utf_composinglike(p, p+len) : utf_iscomposing(pcc[i]))) { in utfc_ptr2char_len()
914 if (p[len] < 0x80 || !utf_composinglike(p + prevlen, p + len)) { in utfc_ptr2len()
971 if (!utf_composinglike(p + prevlen, p + len)) { in utfc_ptr2len_len()
H A Dchange.c781 } while (utf_composinglike(oldp + col, oldp + n)); in del_bytes()
H A Dregexp.c2512 if (!utf_composinglike(regparse, regparse + l)) { in regatom()
4298 && utf_composinglike(rex.input, rex.input + len) in regmatch()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmbyte.pro28 int utf_composinglike(char_u *p1, char_u *p2);
/dports/editors/vim/vim-8.2.3745/src/
H A Dmacros.h224 # define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2))
H A Dmbyte.c1920 utf_composinglike(char_u *p1, char_u *p2) in utf_composinglike() function