Home
last modified time | relevance | path

Searched refs:utf_isupper (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.h275 # define SPELL_ISUPPER(c) (enc_utf8 && (c) >= 128 ? utf_isupper(c) \
278 # define SPELL_ISUPPER(c) (enc_utf8 && (c) >= 128 ? utf_isupper(c) \
H A Dcharset.c1656 return utf_isupper(c); in vim_isupper()
H A Dmbyte.c3607 utf_isupper(int a) in utf_isupper() function
H A Dspell.c2598 spelltab.st_isu[i] = utf_isupper(i); in init_spell_chartab()
H A Dsearch.c425 if (enc_utf8 && utf_isupper(utf_ptr2char(p))) in pat_has_uppercase()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro49 int utf_isupper(int a);