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