Home
last modified time | relevance | path

Searched refs:MB_ISLOWER (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h92 #define MB_ISLOWER(c) vim_islower(c) macro
H A Dinsexpand.c510 if (MB_ISLOWER(c)) in ins_compl_add_infercase()
534 if (was_letter && MB_ISUPPER(c) && MB_ISLOWER(wca[i])) in ins_compl_add_infercase()
541 was_letter = MB_ISLOWER(c) || MB_ISUPPER(c); in ins_compl_add_infercase()
553 if (MB_ISLOWER(c)) in ins_compl_add_infercase()
H A Dcharset.c213 if (!do_isalpha || MB_ISLOWER(c) || MB_ISUPPER(c)) in buf_init_chartab()
H A Dregexp.c1663 else if (MB_ISLOWER(c)) in cstrchr()
H A Dspell.c2618 else if (MB_ISLOWER(i)) in init_spell_chartab()
H A Dops.c1418 if (MB_ISLOWER(c)) in swapchar()
H A Dregexp_bt.c1921 if (MB_ISLOWER(cu) && cu != 170 in regatom()
H A Dregexp_nfa.c5075 if (MB_ISLOWER(c) && c != 170 && c != 186) in check_char_class()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5264 Solution: Instead of isalpha() use MB_ISLOWER() and MB_ISUPPER().