Searched refs:camelCase (Results 1 – 4 of 4) sorted by relevance
93 String camelCase = suffix.substring(0, 1).toLowerCase() in reflectivePrintWithIndent() local102 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()119 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local136 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()228 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase() argument230 for (int i = 0; i < camelCase.length(); i++) { in camelCaseToSnakeCase()231 char ch = camelCase.charAt(i); in camelCaseToSnakeCase()
46 function camelCase(str) { function88 module = camelCase(module_path[module_path.length - 1]);
197 // it to camelCase.
349 - Non-camelCase names in JSON input.