Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h267 # define SPELL_TOUPPER(c) (enc_utf8 && (c) >= 128 ? utf_toupper(c) \
270 # define SPELL_TOUPPER(c) (enc_utf8 && (c) >= 128 ? utf_toupper(c) \
H A Dmbyte.c3554 utf_toupper(int a) in utf_toupper() function
3578 return (utf_toupper(a) != a) || a == 0xdf; in utf_islower()
H A Dcharset.c1680 return utf_toupper(c); in vim_toupper()
H A Dstrings.c386 uc = utf_toupper(c); in strup_save()
H A Dspell.c2596 int u = utf_toupper(i); in init_spell_chartab()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro46 int utf_toupper(int a);