Searched refs:iswlower (Results 1 – 25 of 32) sorted by relevance
12
/external/llvm-project/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 45 #ifdef iswlower 46 #error iswlower defined 102 ASSERT_SAME_TYPE(int, decltype(std::iswlower(w))); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 46 #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/ |
D | wctype_h.pass.cpp | 44 #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/ |
D | wctype_h.pass.cpp | 43 #ifdef iswlower 44 #error iswlower defined 102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 12 #define iswlower sun_iswlower macro 32 #undef iswlower
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | wchar.h | 11 #define iswlower sun_iswlower macro 31 #undef iswlower
|
/external/libcxx/include/ |
D | cwctype | 36 int iswlower(wint_t wc); 72 using ::iswlower;
|
D | wctype.h | 64 #undef iswlower
|
/external/llvm-project/libcxx/include/ |
D | cwctype | 35 int iswlower(wint_t wc); 71 using ::iswlower;
|
D | wctype.h | 65 #undef iswlower
|
/external/python/cpython2/Objects/ |
D | unicodectype.c | 192 return iswlower(ch); in _PyUnicode_IsLowercase()
|
/external/llvm-project/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 95 return ::iswlower(c); in iswlower_l()
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 96 return ::iswlower(c); in iswlower_l()
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 195 iswlower(ch); in StdLibIsLower()
|
/external/mtools/ |
D | file_name.c | 76 } else if (iswlower((wint_t)*s)) { in TranslateToDos()
|
D | sysincludes.h | 343 # define iswlower(x) islower(x) macro
|
/external/python/cpython3/Include/ |
D | pyport.h | 625 #define islower(c) iswlower(btowc(c))
|
/external/python/cpython2/Include/ |
D | pyport.h | 731 #define islower(c) iswlower(btowc(c))
|
D | unicodeobject.h | 336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 569 SYMBOL(iswlower, None, <wctype.h>)
|
D | StdSymbolMap.inc | 682 SYMBOL(iswlower, std::, <cwctype>)
|
/external/libxml2/ |
D | trio.c | 181 # define iswlower(x) islower(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2127 fun:iswlower=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2127 fun:iswlower=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 2738 …<function-decl name='iswlower' filepath='/usr/include/wctype.h' line='133' column='1' visibility='…
|
12