Searched refs:utf_toupper (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro42 int utf_toupper __ARGS((int a));
/macosx-10.10.1/vim-55/src/
H A Dcharset.c1668 return utf_toupper(c);
H A Dmbyte.c3021 utf_toupper(a) function
3046 return (utf_toupper(a) != a);
H A Dspell.c967 # define SPELL_TOUPPER(c) (enc_utf8 && (c) >= 128 ? utf_toupper(c) \
970 # define SPELL_TOUPPER(c) (enc_utf8 && (c) >= 128 ? utf_toupper(c) \
9633 int u = utf_toupper(i);

Completed in 176 milliseconds