Searched defs:isLower (Results 1 – 6 of 6) sorted by relevance
209 func isLower(c *context) bool { func
111 inline bool isLower(char C) { return 'a' <= C && C <= 'z'; } in isLower() function
3538 func isLower(c byte) bool { func