Searched refs:utf_toupper (Results 1 – 6 of 6) sorted by relevance
267 # define SPELL_TOUPPER(c) (enc_utf8 && (c) >= 128 ? utf_toupper(c) \270 # define SPELL_TOUPPER(c) (enc_utf8 && (c) >= 128 ? utf_toupper(c) \
3554 utf_toupper(int a) in utf_toupper() function3578 return (utf_toupper(a) != a) || a == 0xdf; in utf_islower()
1680 return utf_toupper(c); in vim_toupper()
386 uc = utf_toupper(c); in strup_save()
2596 int u = utf_toupper(i); in init_spell_chartab()
46 int utf_toupper(int a);