Searched refs:iswalpha (Results 1 – 25 of 31) sorted by relevance
12
/external/llvm-project/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 25 #ifdef iswalpha 26 #error iswalpha defined 97 ASSERT_SAME_TYPE(int, decltype(std::iswalpha(w))); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 26 #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/ |
D | wctype_h.pass.cpp | 23 #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/ |
D | wctype_h.pass.cpp | 24 #ifdef iswalpha 25 #error iswalpha defined 98 static_assert((std::is_same<decltype(iswalpha(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 10 #define iswalpha sun_iswalpha macro 30 #undef iswalpha
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | wchar.h | 9 #define iswalpha sun_iswalpha macro 29 #undef iswalpha
|
/external/libcxx/include/ |
D | cwctype | 31 int iswalpha(wint_t wc); 67 using ::iswalpha;
|
D | wctype.h | 59 #undef iswalpha
|
/external/llvm-project/libcxx/include/ |
D | cwctype | 30 int iswalpha(wint_t wc); 66 using ::iswalpha;
|
D | wctype.h | 60 #undef iswalpha
|
/external/python/cpython2/Objects/ |
D | unicodectype.c | 212 return iswalpha(ch); in _PyUnicode_IsAlpha()
|
/external/llvm-project/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 75 return ::iswalpha(c); in iswalpha_l()
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 76 return ::iswalpha(c); in iswalpha_l()
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 185 iswalpha(ch); in StdLibIsAlpha()
|
/external/python/cpython3/Include/ |
D | pyport.h | 623 #define isalpha(c) iswalpha(btowc(c))
|
/external/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 91 static bool is_alpha(wchar_t ch) { return iswalpha(ch); } in is_alpha()
|
/external/python/cpython2/Include/ |
D | pyport.h | 729 #define isalpha(c) iswalpha(btowc(c))
|
D | unicodeobject.h | 353 #define Py_UNICODE_ISALPHA(ch) iswalpha(ch)
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 563 SYMBOL(iswalpha, None, <wctype.h>)
|
D | StdSymbolMap.inc | 676 SYMBOL(iswalpha, std::, <cwctype>)
|
/external/libxml2/ |
D | trio.c | 176 # define iswalpha(x) isalpha(x) macro
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2115 fun:iswalpha=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2115 fun:iswalpha=uninstrumented
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 2713 …<function-decl name='iswalpha' filepath='/usr/include/wctype.h' line='117' column='1' visibility='…
|
D | PR22122-libftdc.so.abi | 2316 …<function-decl name='iswalpha' filepath='/usr/include/wctype.h' line='117' column='1' visibility='…
|
12