Searched refs:isASCIILower (Results 1 – 1 of 1) sorted by relevance
2650 func isASCIILower(c byte) bool { func2684 if c == '_' && i+1 < len(s) && isASCIILower(s[i+1]) {2693 if isASCIILower(c) {2698 for i+1 < len(s) && isASCIILower(s[i+1]) {