Home
last modified time | relevance | path

Searched refs:UPPER_CAMEL (Results 1 – 1 of 1) sorted by relevance

/external/guava/src/com/google/common/base/
DCaseFormat.java49 UPPER_CAMEL(Pattern.compile("[A-Z]"), ""), enumConstant
139 case UPPER_CAMEL: return toTitleCase(word); in normalizeWord()