Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp45 #ifdef iswlower
46 #error iswlower defined
102 ASSERT_SAME_TYPE(int, decltype(std::iswlower(w))); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp46 #ifdef iswlower
47 #error iswlower defined
103 ASSERT_SAME_TYPE(int, decltype(std::iswlower(w))); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp44 #ifdef iswlower
45 #error iswlower defined
103 static_assert((std::is_same<decltype(iswlower(w)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dwchar.h12 #define iswlower sun_iswlower macro
32 #undef iswlower
/external/llvm-project/libcxx/include/support/solaris/
Dwchar.h11 #define iswlower sun_iswlower macro
31 #undef iswlower
/external/libcxx/include/
Dcwctype36 int iswlower(wint_t wc);
72 using ::iswlower;
Dwctype.h64 #undef iswlower
/external/llvm-project/libcxx/include/
Dcwctype35 int iswlower(wint_t wc);
71 using ::iswlower;
Dwctype.h65 #undef iswlower
/external/python/cpython2/Objects/
Dunicodectype.c192 return iswlower(ch); in _PyUnicode_IsLowercase()
/external/llvm-project/libcxx/include/support/xlocale/
D__posix_l_fallback.h95 return ::iswlower(c); in iswlower_l()
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h96 return ::iswlower(c); in iswlower_l()
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h195 iswlower(ch); in StdLibIsLower()
/external/mtools/
Dfile_name.c76 } else if (iswlower((wint_t)*s)) { in TranslateToDos()
Dsysincludes.h343 # define iswlower(x) islower(x) macro
/external/python/cpython3/Include/
Dpyport.h625 #define islower(c) iswlower(btowc(c))
/external/python/cpython2/Include/
Dpyport.h731 #define islower(c) iswlower(btowc(c))
Dunicodeobject.h336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc569 SYMBOL(iswlower, None, <wctype.h>)
DStdSymbolMap.inc682 SYMBOL(iswlower, std::, <cwctype>)
/external/libxml2/
Dtrio.c181 # define iswlower(x) islower(x) macro
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2127 fun:iswlower=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2127 fun:iswlower=uninstrumented
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi2738 …<function-decl name='iswlower' filepath='/usr/include/wctype.h' line='133' column='1' visibility='…

12