Home
last modified time | relevance | path

Searched defs:isalpha (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/src/ctype/
Disalpha.c4 int isalpha(int c) in isalpha() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
Disalpha.c4 int isalpha(int c) in isalpha() function
/third_party/musl/porting/linux/user/include/
Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/include/
Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/ndk_musl_include/
Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/porting/uniproton/kernel/include/
Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/python/Lib/curses/
Dascii.py55 def isalpha(c): return isupper(c) or islower(c) function
/third_party/bounds_checking_function/src/
Dsecinput.h145 #define isalpha(c) (isupper(c) || (islower(c))) macro
/third_party/python/Include/
Dpyport.h628 #define isalpha(c) iswalpha(btowc(c)) macro
/third_party/python/Lib/collections/
D__init__.py1447 def isalpha(self): member in UserString
/third_party/rust/crates/libc/src/windows/
Dmod.rs292 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs435 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
/third_party/rust/crates/libc/src/
Dwasi.rs527 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs426 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1082 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3365 pub fn isalpha(c: c_int) -> c_int; in isalpha() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp29130 isalpha(_CharT __c, const locale& __loc) in isalpha() function