/ndk/sources/android/support/src/musl-ctype/ |
towctrans.c | 265 wint_t towlower(wint_t wc) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 13 #define towlower sun_towlower macro 33 #undef towlower macro
|
/bionic/libc/bionic/ |
wchar.cpp | 208 wint_t towlower(wint_t wc) { function
|
/external/bison/darwin-lib/ |
wctype.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 431 # undef towlower macro 453 # define towlower rpl_towlower 599 towlower function 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 macro 755 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc)); 758 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc)); 761 _GL_CXXALIASWARN (towlower); variable [all...] |
/external/bison/lib/ |
wctype.in.h | 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 129 # undef towlower macro 151 # define towlower rpl_towlower macro 297 towlower 332 The functions towlower and towupper are implemented in the MSVCRT library 347 return (wint_t) (wchar_t) towlower (wc); 350 # define towlower rpl_towlower macro 453 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc)); 456 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc)); 459 _GL_CXXALIASWARN (towlower); variable [all...] |
/external/bison/linux-lib/ |
wctype.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 431 # undef towlower macro 453 # define towlower rpl_towlower 599 towlower function 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 macro 755 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc)); 758 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc)); 761 _GL_CXXALIASWARN (towlower); variable [all...] |