Home
last modified time | relevance | path

Searched defs:islower (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/libc/src/ctype/
Dislower.cpp18 int LLVM_LIBC_ENTRYPOINT(islower)(int c) { return internal::islower(c); } in LLVM_LIBC_ENTRYPOINT() argument
Dctype_utils.h29 static inline int islower(unsigned ch) { return (ch - 'a') < 26; } in islower() function
/external/python/cpython2/Include/
Dbytes_methods.h48 #define islower(c) undefined_islower(c) macro
Dpyport.h731 #define islower(c) iswlower(btowc(c)) macro
/external/python/cpython3/Lib/curses/
Dascii.py61 def islower(c): return 97 <= _ctoi(c) <= 122 function
/external/python/cpython2/Lib/curses/
Dascii.py61 def islower(c): return 97 <= _ctoi(c) <= 122 function
/external/python/cpython3/Include/
Dpyport.h625 #define islower(c) iswlower(btowc(c)) macro
/external/python/cpython2/Lib/
DUserString.py95 def islower(self): return self.data.islower() member in UserString
/external/python/cpython3/Lib/collections/
D__init__.py1421 def islower(self): member in UserString
/external/rust/crates/libc/src/windows/
Dmod.rs267 pub fn islower(c: c_int) -> c_int; in islower() function
/external/rust/crates/libc/src/unix/
Dmod.rs412 pub fn islower(c: c_int) -> c_int; in islower() function
/external/rust/crates/libc/src/
Dwasi.rs422 pub fn islower(c: c_int) -> c_int; in islower() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1079 pub fn islower(c: c_int) -> c_int; in islower() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3354 pub fn islower(c: c_int) -> c_int; in islower() function