Searched refs:all_upper (Results 1 – 2 of 2) sorted by relevance
151 bool all_upper = (kUpperSegments.count(value) > 0); in UnderscoresToCamelCase() local152 if (all_upper && (result.length() == 0)) { in UnderscoresToCamelCase()156 if (j == 0 || all_upper) { in UnderscoresToCamelCase()
863 >>> all_upper, remainder = before_and_after(str.isupper, it)864 >>> ''.join(all_upper)