Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/base/
DCaseFormat.java78 return firstCharOnlyToUpper(word); in normalizeWord()
87 return firstCharOnlyToUpper(word); in normalizeWord()
209 private static String firstCharOnlyToUpper(String word) { in firstCharOnlyToUpper() method in CaseFormat