Searched defs:ascii_islower (Results 1 – 7 of 7) sorted by relevance
76 static inline bool ascii_islower(unsigned char c) { in ascii_islower() function
152 inline bool ascii_islower(unsigned char c) { return c >= 'a' && c <= 'z'; } in ascii_islower() function
86 inline bool ascii_islower(char c) { in ascii_islower() function