Home
last modified time | relevance | path

Searched refs:UTF_COMPOSINGLIKE (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h224 # define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2)) macro
226 # define UTF_COMPOSINGLIKE(p1, p2) utf_iscomposing(utf_ptr2char(p2)) macro
H A Dmbyte.c1953 && UTF_COMPOSINGLIKE(p, p + len)) in utfc_ptr2char()
1994 && UTF_COMPOSINGLIKE(p, p + len)) in utfc_ptr2char_len()
2133 if (p[len] < 0x80 || !UTF_COMPOSINGLIKE(p + prevlen, p + len)) in utfc_ptr2len()
2192 if (!UTF_COMPOSINGLIKE(p + prevlen, p + len)) in utfc_ptr2len_len()
H A Dchange.c1280 } while (UTF_COMPOSINGLIKE(oldp + col, oldp + n)); in del_bytes()
H A Dregexp_bt.c2055 if (!UTF_COMPOSINGLIKE(regparse, regparse + l)) in regatom()
3711 && UTF_COMPOSINGLIKE(rex.input, rex.input + len) in regmatch()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6875 Solution: Don't use UTF_COMPOSINGLIKE() on an illegal byte. In