Home
last modified time | relevance | path

Searched defs:isalpha (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/ctype/
H A Disalpha.c2 #undef isalpha macro
4 int isalpha(int c) in isalpha() function
/third_party/musl/src/ctype/
H A Disalpha.c2 #undef isalpha macro
8 int isalpha(int c) in isalpha() function
/third_party/musl/porting/linux/user/include/
H A Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/musl/include/
H A Dctype.h31 #define isalpha(a) (0 ? isalpha(a) : (((unsigned)(a)|32)-'a') < 26) macro
/third_party/bounds_checking_function/src/
H A Dsecinput.h145 #define isalpha(c) (isupper(c) || (islower(c))) macro
/third_party/python/Lib/curses/
H A Dascii.py55 def isalpha(c): return isupper(c) or islower(c) function
/third_party/python/Include/
H A Dpyport.h482 #undef isalpha macro
483 #define isalpha(c) iswalpha(btowc(c)) macro
/third_party/python/Lib/collections/
H A D__init__.py1469 def isalpha(self): member in UserString
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs292 pub fn isalpha(c: c_int) -> c_int; in isalpha() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs426 pub fn isalpha(c: c_int) -> c_int; in isalpha() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs527 pub fn isalpha(c: c_int) -> c_int; in isalpha() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs435 pub fn isalpha(c: c_int) -> c_int; in isalpha() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1082 pub fn isalpha(c: c_int) -> c_int; in isalpha() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3365 pub fn isalpha(c: c_int) -> c_int; in isalpha() functions

Completed in 31 milliseconds