Searched refs:UTF_COMPOSINGLIKE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmacros.h243 # define UTF_COMPOSINGLIKE(p1, p2) utf_composinglike((p1), (p2)) macro
245 # define UTF_COMPOSINGLIKE(p1, p2) utf_iscomposing(utf_ptr2char(p2)) macro
H A Dmbyte.c1808 && UTF_COMPOSINGLIKE(p, p + len))
1849 && UTF_COMPOSINGLIKE(p, p + len))
1995 if (p[len] < 0x80 || !UTF_COMPOSINGLIKE(p + prevlen, p + len))
2050 * UTF_COMPOSINGLIKE(...) does not read beyond size.
2056 if (!UTF_COMPOSINGLIKE(p + prevlen, p + len))
H A Dregexp.c2388 if (!UTF_COMPOSINGLIKE(regparse, regparse + l))
4337 && UTF_COMPOSINGLIKE(reginput, reginput + len))
H A Dmisc1.c2235 } while (UTF_COMPOSINGLIKE(oldp + col, oldp + n));

Completed in 222 milliseconds