Searched refs:UTF_COMPOSINGLIKE (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | macros.h | 224 # define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2)) macro 226 # define UTF_COMPOSINGLIKE(p1, p2) utf_iscomposing(utf_ptr2char(p2)) macro
|
| H A D | mbyte.c | 1953 && 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 D | change.c | 1280 } while (UTF_COMPOSINGLIKE(oldp + col, oldp + n)); in del_bytes()
|
| H A D | regexp_bt.c | 2055 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 D | version7.txt | 6875 Solution: Don't use UTF_COMPOSINGLIKE() on an illegal byte. In
|