Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp62 #ifdef iswupper
63 #error iswupper defined
107 ASSERT_SAME_TYPE(int, decltype(std::iswupper(w))); in main()
/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp61 #ifdef iswupper
62 #error iswupper defined
106 ASSERT_SAME_TYPE(int, decltype(std::iswupper(w))); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp60 #ifdef iswupper
61 #error iswupper defined
107 static_assert((std::is_same<decltype(iswupper(w)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp59 #ifdef iswupper
60 #error iswupper defined
106 static_assert((std::is_same<decltype(iswupper(w)), int>::value), ""); in main()
/external/llvm-project/libcxx/include/support/solaris/
Dwchar.h10 #define iswupper sun_iswupper macro
30 #undef iswupper
/external/libcxx/include/support/solaris/
Dwchar.h11 #define iswupper sun_iswupper macro
31 #undef iswupper
/external/libcxx/include/
Dcwctype40 int iswupper(wint_t wc);
76 using ::iswupper;
Dwctype.h68 #undef iswupper
/external/llvm-project/libcxx/include/
Dcwctype39 int iswupper(wint_t wc);
75 using ::iswupper;
Dwctype.h69 #undef iswupper
/external/python/cpython2/Objects/
Dunicodectype.c197 return iswupper(ch); in _PyUnicode_IsUppercase()
/external/llvm-project/libcxx/include/support/xlocale/
D__posix_l_fallback.h111 return ::iswupper(c); in iswupper_l()
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h112 return ::iswupper(c); in iswupper_l()
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h190 iswupper(ch); in StdLibIsUpper()
/external/mtools/
Dfile_name.c82 } else if (iswupper((wint_t)*s)) { in TranslateToDos()
Dsysincludes.h342 # define iswupper(x) isupper(x) macro
/external/python/cpython3/Include/
Dpyport.h629 #define isupper(c) iswupper(btowc(c))
/external/python/cpython2/Include/
Dpyport.h735 #define isupper(c) iswupper(btowc(c))
Dunicodeobject.h337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc573 SYMBOL(iswupper, None, <wctype.h>)
DStdSymbolMap.inc686 SYMBOL(iswupper, std::, <cwctype>)
/external/libxml2/
Dtrio.c185 # define iswupper(x) isupper(x) macro
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2135 fun:iswupper=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2135 fun:iswupper=uninstrumented
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi2754 …<function-decl name='iswupper' filepath='/usr/include/wctype.h' line='151' column='1' visibility='…

12