Home | History | Annotate | Download | only in lib

Lines Matching defs:towupper

24  * iswctype, towctrans, towlower, towupper, wctrans, wctype,
130 # undef towupper
152 # define towupper rpl_towupper
308 towupper
332 The functions towlower and towupper are implemented in the MSVCRT library
356 return (wint_t) (wchar_t) towupper (wc);
359 # define towupper rpl_towupper
454 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
457 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
460 _GL_CXXALIASWARN (towupper);