Searched defs:isLower (Results 1 – 2 of 2) sorted by relevance
111 inline bool isLower(char C) { return 'a' <= C && C <= 'z'; } in isLower() function
176 static inline bool isLower(const char C) { return 'a' <= C && C <= 'z'; } in isLower() function