Searched refs:isASCIILower (Results 1 – 1 of 1) sorted by relevance
2648 func isASCIILower(c byte) bool { func2682 if c == '_' && i+1 < len(s) && isASCIILower(s[i+1]) {2691 if isASCIILower(c) {2696 for i+1 < len(s) && isASCIILower(s[i+1]) {