Searched defs:camelCase (Results 1 – 2 of 2) sorted by relevance
93 String camelCase = suffix.substring(0, 1).toLowerCase() in reflectivePrintWithIndent() local119 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local228 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase()
46 function camelCase(str) { function