Searched defs:camelCase (Results 1 – 13 of 13) sorted by relevance
96 String camelCase = in reflectivePrintWithIndent() local114 String camelCase = in reflectivePrintWithIndent() local147 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local270 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase()
656 String camelCase = snakeCaseToCamelCase(snakeCase); in getterForField() local682 String camelCase = snakeCaseToCamelCase(desc.getName()); in newInfo() local
46 function camelCase(str) { function
32 const camelCase = (input, options) => { function
6 const camelCase = require('camelcase'); constant
10 11 // Information about a match made by the pattern matcher between a candidate and the
42 def camelCase(self): member in Name
1 var camelCase = require('camelcase') variable
56 def camelCase(self): member in Name
3015 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
3398 String camelCase = toCamelCase(unit); in generateCXXBackwardCompatibilityTest() local
30596 const camelCase = (input, options) => { function