Home
last modified time | relevance | path

Searched refs:iswalpha (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp25 #ifdef iswalpha
26 #error iswalpha defined
97 ASSERT_SAME_TYPE(int, decltype(std::iswalpha(w))); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp26 #ifdef iswalpha
27 #error iswalpha defined
98 ASSERT_SAME_TYPE(int, decltype(std::iswalpha(w))); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp23 #ifdef iswalpha
24 #error iswalpha defined
97 static_assert((std::is_same<decltype(iswalpha(w)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp24 #ifdef iswalpha
25 #error iswalpha defined
98 static_assert((std::is_same<decltype(iswalpha(w)), int>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dwchar.h10 #define iswalpha sun_iswalpha macro
30 #undef iswalpha
/external/llvm-project/libcxx/include/support/solaris/
Dwchar.h9 #define iswalpha sun_iswalpha macro
29 #undef iswalpha
/external/libcxx/include/
Dcwctype31 int iswalpha(wint_t wc);
67 using ::iswalpha;
Dwctype.h59 #undef iswalpha
/external/llvm-project/libcxx/include/
Dcwctype30 int iswalpha(wint_t wc);
66 using ::iswalpha;
Dwctype.h60 #undef iswalpha
/external/python/cpython2/Objects/
Dunicodectype.c212 return iswalpha(ch); in _PyUnicode_IsAlpha()
/external/llvm-project/libcxx/include/support/xlocale/
D__posix_l_fallback.h75 return ::iswalpha(c); in iswalpha_l()
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h76 return ::iswalpha(c); in iswalpha_l()
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h185 iswalpha(ch); in StdLibIsAlpha()
/external/python/cpython3/Include/
Dpyport.h623 #define isalpha(c) iswalpha(btowc(c))
/external/protobuf/src/google/protobuf/io/
Dio_win32.cc91 static bool is_alpha(wchar_t ch) { return iswalpha(ch); } in is_alpha()
/external/python/cpython2/Include/
Dpyport.h729 #define isalpha(c) iswalpha(btowc(c))
Dunicodeobject.h353 #define Py_UNICODE_ISALPHA(ch) iswalpha(ch)
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc563 SYMBOL(iswalpha, None, <wctype.h>)
DStdSymbolMap.inc676 SYMBOL(iswalpha, std::, <cwctype>)
/external/libxml2/
Dtrio.c176 # define iswalpha(x) isalpha(x) macro
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2115 fun:iswalpha=uninstrumented
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2115 fun:iswalpha=uninstrumented
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi2713 …<function-decl name='iswalpha' filepath='/usr/include/wctype.h' line='117' column='1' visibility='…
DPR22122-libftdc.so.abi2316 …<function-decl name='iswalpha' filepath='/usr/include/wctype.h' line='117' column='1' visibility='…

12