/third_party/musl/src/ctype/ |
D | isalpha.c | 4 int isalpha(int c) in isalpha() function
|
/third_party/musl/porting/liteos_a/kernel/src/ctype/ |
D | isalpha.c | 4 int isalpha(int c) in isalpha() function
|
/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/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/porting/uniproton/kernel/include/ |
D | ctype.h | 31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
|
/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/python/Lib/curses/ |
D | ascii.py | 55 def isalpha(c): return isupper(c) or islower(c) function
|
/third_party/bounds_checking_function/src/ |
D | secinput.h | 145 #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/python/Lib/collections/ |
D | __init__.py | 1447 def isalpha(self): member in UserString
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 292 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 435 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 527 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 426 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1082 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3365 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 29130 isalpha(_CharT __c, const locale& __loc) in isalpha() function
|