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

Lines Matching defs:towlower

25  * iswctype, towctrans, towlower, towupper, wctrans, wctype,
431 # undef towlower
453 # define towlower rpl_towlower
599 towlower
634 The functions towlower and towupper are implemented in the MSVCRT library
649 return (wint_t) (wchar_t) towlower (wc);
652 # define towlower rpl_towlower
755 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
758 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
761 _GL_CXXALIASWARN (towlower);