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

Method normalizeFirstWord

output/java_guava/1.4.19/CaseFormat.java:224–226  ·  view source on GitHub ↗
(String word)

Source from the content-addressed store, hash-verified

222
223
224 private String normalizeFirstWord(String word) {
225 return (this == LOWER_CAMEL) ? Ascii.toLowerCase(word) : normalizeWord(word);
226 }
227
228
229 private static String firstCharOnlyToUpper(String word) {

Callers 1

convertMethod · 0.45

Calls 2

toLowerCaseMethod · 0.95
normalizeWordMethod · 0.95

Tested by

no test coverage detected