Home
last modified time | relevance | path

Searched refs:towlower (Results 1 – 25 of 26) sorted by relevance

12

/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp78 #ifdef towlower
79 #error towlower defined
113 ASSERT_SAME_TYPE(std::wint_t, decltype(std::towlower(w))); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dwchar.h22 #define towlower sun_towlower macro
42 #undef towlower
/external/libcxx/include/
Dcwctype44 wint_t towlower(wint_t wc);
80 using ::towlower;
Dwctype.h72 #undef towlower
/external/python/cpython2/Objects/
Dunicodectype.c202 return towlower(ch); in _PyUnicode_ToLowercase()
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h132 return ::towlower(c); in towlower_l()
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h230 towlower(ch); in StdLibToLower()
/external/webrtc/webrtc/base/
Dstringutils.h105 return static_cast<wchar_t>(towlower(c)); in tolowercase()
/external/python/cpython3/Include/
Dpyport.h591 #define tolower(c) towlower(btowc(c))
/external/python/cpython2/Include/
Dpyport.h737 #define tolower(c) towlower(btowc(c))
Dunicodeobject.h341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
/external/toybox/lib/
Dlib.c395 c = towlower(c); in strlower()
/external/webrtc/tools/valgrind-webrtc/drmemory/
Dsuppressions.txt132 *!towlower
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1631 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1632 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1631 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1632 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc1632 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1633 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1941 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1942 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/mesa3d/src/gtest/src/
Dgtest.cc1940 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1941 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1940 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1941 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1985 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1986 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/googletest/googletest/src/
Dgtest.cc1956 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1957 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3388 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
3389 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym254 FILE 7784 f:\dd\vctools\crt\crtw32\convert\towlower.c
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3157 fun:towlower=uninstrumented

12