MCPcopy Create free account
hub / github.com/antlr/codebuff / normalizeFirstWord

Method normalizeFirstWord

output/java_guava/1.4.13/CaseFormat.java:219–221  ·  view source on GitHub ↗
(String word)

Source from the content-addressed store, hash-verified

217
218 abstract String normalizeWord(String word);
219 private String normalizeFirstWord(String word) {
220 return (this == LOWER_CAMEL) ? Ascii.toLowerCase(word) : normalizeWord(word);
221 }
222
223 private static String firstCharOnlyToUpper(String word) {
224 return (word.isEmpty())

Callers 1

convertMethod · 0.45

Calls 2

toLowerCaseMethod · 0.95
normalizeWordMethod · 0.95

Tested by

no test coverage detected