Searched refs:MB_ISLOWER (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dmacros.h87 * MB_ISLOWER() and MB_ISUPPER() are to be used on multi-byte characters. But
91 # define MB_ISLOWER(c) vim_islower(c) macro
96 # define MB_ISLOWER(c) islower(c) macro
H A Dcharset.c226 if (!do_isalpha || MB_ISLOWER(c) || MB_ISUPPER(c)
H A Dedit.c2295 if (MB_ISLOWER(c))
2323 if (was_letter && MB_ISUPPER(c) && MB_ISLOWER(wca[i]))
2330 was_letter = MB_ISLOWER(c) || MB_ISUPPER(c);
2344 if (MB_ISLOWER(c))
H A Dregexp.c2262 if (MB_ISLOWER(cu))
6695 else if (MB_ISLOWER(c))
H A Dops.c2416 if (MB_ISLOWER(c))
H A Dspell.c9656 else if (MB_ISLOWER(i))

Completed in 134 milliseconds