/ndk/sources/android/support/src/musl-ctype/ |
iswupper.c | 5 return towlower(wc) != wc;
|
wctrans.c | 14 if (trans == (wctrans_t)2) return towlower(wc);
|
/ndk/sources/android/support/src/musl-locale/ |
towlower_l.c | 6 return towlower(c);
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcscasecmp.c | 39 c1 = towlower(*s1); 40 c2 = towlower(*s2);
|
wcsncasecmp.c | 41 c1 = towlower(*s1); 42 c2 = towlower(*s2);
|
/external/libcxx/include/support/solaris/ |
wchar.h | 22 #define towlower sun_towlower macro 42 #undef towlower macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 22 #define towlower sun_towlower macro 42 #undef towlower macro
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 22 #define towlower sun_towlower macro 42 #undef towlower macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
wctype_h.pass.cpp | 75 #ifdef towlower 76 #error towlower defined 110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
|
/external/libcxx/test/std/strings/c.strings/ |
cwctype.pass.cpp | 75 #ifdef towlower 76 #error towlower defined 110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
wctype_h.pass.cpp | 75 #ifdef towlower 76 #error towlower defined 110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cwctype.pass.cpp | 75 #ifdef towlower 76 #error towlower defined 110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
|
/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...] |
mbchar.h | 202 ? (int) towlower ((mbc1).wc) - (int) towlower ((mbc2).wc) \ 218 ? towlower ((mbc1).wc) == towlower ((mbc2).wc) \
|
/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/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...] |
/ndk/sources/android/support/include/ |
wctype.h | 63 wint_t towlower(wint_t);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 82 using _STLP_VENDOR_CSTD_WFUNC::towlower;
|
/prebuilts/ndk/current/sources/android/support/include/ |
wctype.h | 63 wint_t towlower(wint_t);
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 82 using _STLP_VENDOR_CSTD_WFUNC::towlower;
|
/bionic/libc/bionic/ |
wctype.cpp | 85 wint_t towlower(wint_t wc) { return tolower(wc); } function 89 int towlower_l(int c, locale_t) { return towlower(c); }
|
/ndk/sources/android/support/src/ |
wchar_support.c | 46 wchar_t wc1 = towlower(s1[n]); 47 wchar_t wc2 = towlower(s2[n]); 130 wchar_t wc1 = towlower(s1[i]); 131 wchar_t wc2 = towlower(s2[i]);
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
fastgrep.c | 307 if ((towlower(wpat[i]) == towlower(wdata[i])) ||
|
/development/ndk/platforms/android-3/include/ |
wchar.h | 114 extern wint_t towlower(wint_t);
|
/development/ndk/platforms/android-8/include/ |
wchar.h | 120 extern wint_t towlower(wint_t);
|