Searched defs:islower (Results 1 – 14 of 14) sorted by relevance
18 int LLVM_LIBC_ENTRYPOINT(islower)(int c) { return internal::islower(c); } in LLVM_LIBC_ENTRYPOINT() argument
29 static inline int islower(unsigned ch) { return (ch - 'a') < 26; } in islower() function
48 #define islower(c) undefined_islower(c) macro
731 #define islower(c) iswlower(btowc(c)) macro
61 def islower(c): return 97 <= _ctoi(c) <= 122 function
625 #define islower(c) iswlower(btowc(c)) macro
95 def islower(self): return self.data.islower() member in UserString
1421 def islower(self): member in UserString
267 pub fn islower(c: c_int) -> c_int; in islower() function
412 pub fn islower(c: c_int) -> c_int; in islower() function
422 pub fn islower(c: c_int) -> c_int; in islower() function
1079 pub fn islower(c: c_int) -> c_int; in islower() function
3354 pub fn islower(c: c_int) -> c_int; in islower() function