Home
last modified time | relevance | path

Searched defs:islower (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/ctype/
H A Dislower.c2 #undef islower macro
4 int islower(int c) in islower() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
H A Dislower.c2 #undef islower macro
4 int islower(int c) in islower() function
/third_party/musl/porting/liteos_m/kernel/src/ctype/
H A Dislower.c2 #undef islower macro
4 int islower(int c) in islower() function
/third_party/musl/src/ctype/
H A Dislower.c2 #undef islower macro
8 int islower(int c) in islower() function
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dctype.h50 int islower(int c) in islower() function
/third_party/musl/porting/linux/user/include/
H A Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/third_party/musl/include/
H A Dctype.h33 #define islower(a) (0 ? islower(a) : ((unsigned)(a)-'a') < 26) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h32 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h29 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/third_party/bounds_checking_function/src/
H A Dsecinput.h142 #define islower(c) ((c) >= 'a' && (c) <= 'z') macro
/third_party/python/Lib/curses/
H A Dascii.py61 def islower(c): return 97 <= _ctoi(c) <= 122 function
/third_party/python/Include/
H A Dpyport.h484 #undef islower macro
485 #define islower(c) iswlower(btowc(c)) macro
/third_party/python/Lib/collections/
H A D__init__.py1487 def islower(self): member in UserString
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c708 #define islower(c) ('a' <= (c) && (c) <= 'z') macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs296 pub fn islower(c: c_int) -> c_int; in islower() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs430 pub fn islower(c: c_int) -> c_int; in islower() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs531 pub fn islower(c: c_int) -> c_int; in islower() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs439 pub fn islower(c: c_int) -> c_int; in islower() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1086 pub fn islower(c: c_int) -> c_int; in islower() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3369 pub fn islower(c: c_int) -> c_int; in islower() functions

Completed in 34 milliseconds