/third_party/musl/porting/liteos_a/kernel/src/ctype/ |
D | isalpha.c | 4 int isalpha(int c) in isalpha() function
|
/third_party/musl/src/ctype/ |
D | isalpha.c | 4 int isalpha(int c) in isalpha() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/third_party/musl/porting/linux/user/include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/third_party/musl/ndk_musl_include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/third_party/musl/include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/third_party/boost/boost/spirit/home/support/char_encoding/ |
D | standard.hpp | 64 isalpha(int ch) in isalpha() function
|
D | unicode.hpp | 51 isalpha(char_type ch) in isalpha() function
|
D | ascii.hpp | 221 isalpha(int ch) in isalpha() function
|
D | iso8859_1.hpp | 609 isalpha(int ch) in isalpha() function
|
D | standard_wide.hpp | 86 isalpha(wchar_t ch) in isalpha() function
|
/third_party/python/Lib/curses/ |
D | ascii.py | 55 def isalpha(c): return isupper(c) or islower(c) function
|
/third_party/mindspore/third_party/securec/src/ |
D | secinput.h | 130 #define isalpha(c) (isupper(c) || (islower(c))) macro
|
/third_party/bounds_checking_function/src/ |
D | secinput.h | 158 #define isalpha(c) (isupper(c) || (islower(c))) macro
|
/third_party/python/Include/ |
D | pyport.h | 628 #define isalpha(c) iswalpha(btowc(c)) macro
|
/third_party/boost/libs/python/src/ |
D | str.cpp | 240 bool str_base::isalpha() const in isalpha() function in boost::python::detail::str_base
|
/third_party/python/Lib/collections/ |
D | __init__.py | 1447 def isalpha(self): member in UserString
|