/external/bison/lib/ |
D | wctype.in.h | 129 # undef towlower 151 # define towlower rpl_towlower macro 297 towlower in rpl_towlower() 347 return (wint_t) (wchar_t) towlower (wc); in rpl_towlower() 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);
|
D | mbchar.h | 202 ? (int) towlower ((mbc1).wc) - (int) towlower ((mbc2).wc) \ 218 ? towlower ((mbc1).wc) == towlower ((mbc2).wc) \
|
/external/libcxx/include/ |
D | cwctype | 44 wint_t towlower(wint_t wc); 179 #ifdef towlower 180 inline _LIBCPP_INLINE_VISIBILITY wint_t __libcpp_towlower(wint_t __wc) {return towlower(__wc);} 181 #undef towlower 182 inline _LIBCPP_INLINE_VISIBILITY wint_t towlower(wint_t __wc) {return __libcpp_towlower(__wc);} 183 #else // towlower 184 using ::towlower;
|
/external/bison/darwin-lib/ |
D | wctype.h | 431 # undef towlower 453 # define towlower rpl_towlower 599 towlower in towlower() function 649 return (wint_t) (wchar_t) towlower (wc); in rpl_towlower() 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);
|
/external/bison/linux-lib/ |
D | wctype.h | 431 # undef towlower 453 # define towlower rpl_towlower 599 towlower in towlower() function 649 return (wint_t) (wchar_t) towlower (wc); in rpl_towlower() 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);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 75 #ifdef towlower 76 #error towlower defined 110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 75 #ifdef towlower 76 #error towlower defined 110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 22 #define towlower sun_towlower macro 42 #undef towlower
|
/external/bison/m4/ |
D | wctype_h.m4 | 83 AC_CHECK_FUNCS([towlower]) 87 AC_CHECK_DECLS([towlower],,, 101 dnl On Minix 3.1.8, the system's <wctype.h> declares towlower() and 113 dnl Redefine towlower, towupper in <wctype.h>.
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 226 towlower(ch); in StdLibToLower()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 134 return towlower(c); in towlower_l()
|
/external/libedit/src/ |
D | chartype.h | 93 #define Tolower(x) towlower(x)
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 94 i = towlower(towupper(L'ы')) == L'ы';
|
/external/toybox/toys/posix/ |
D | find.c | 162 c = towlower(c); in strlower()
|
/external/ltrace/etc/ |
D | libc.so.conf | 485 wint_t towlower(wint_t);
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 1632 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 1633 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 1654 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 1655 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1631 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 1632 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1631 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 1632 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/gtest/src/ |
D | gtest.cc | 1617 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 1618 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 2994 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 2995 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 3101 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals() 3102 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
|
/external/bison/ |
D | configure | 15826 ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" 15838 …ac_fn_c_check_decl "$LINENO" "towlower" "ac_cv_have_decl_towlower" "/* Tru64 with Desktop Toolkit … 33975 ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" 33987 …ac_fn_c_check_decl "$LINENO" "towlower" "ac_cv_have_decl_towlower" "/* Tru64 with Desktop Toolkit …
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 254 FILE 7784 f:\dd\vctools\crt\crtw32\convert\towlower.c
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3157 fun:towlower=uninstrumented
|