Home | History | Annotate | Download | only in linux-lib

Lines Matching refs:towupper

25  * iswctype, towctrans, towlower, towupper, wctrans, wctype,
432 # undef towupper
454 # define towupper rpl_towupper
610 towupper
634 The functions towlower and towupper are implemented in the MSVCRT library
658 return (wint_t) (wchar_t) towupper (wc);
661 # define towupper rpl_towupper
756 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
759 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
762 _GL_CXXALIASWARN (towupper);