Searched refs:toTitleCase (Results 1 – 7 of 7) sorted by relevance
57 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
156 inline UChar32 toTitleCase(UChar32 c) in toTitleCase() function
251 var name = value.replace(/-(\w)/g, toUpperCase.bind(null, 1)).toTitleCase();271 …ult.push(generateEnum(domain.domain + "." + type.id + property["name"].toTitleCase(), property["en…
581 var method = logItem.method.toTitleCase();
230 String.prototype.toTitleCase = function() method in String
131 …result.append(input[startOfWord - 1] == noBreakSpace ? noBreakSpace : toTitleCase(stringWithPrevio… in makeCapitalized()