MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / capitalize

Method capitalize

erpcgen/src/JavaGenerator.cpp:922–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922string JavaGenerator::capitalize(string text)
923{
924 text[0] = toupper(text[0]);
925 return text;
926}
927
928void JavaGenerator::makeFunctionsTemplateData()
929{

Callers 3

to_pascal_caseFunction · 0.80
to_pascal_caseFunction · 0.80
_formVariableNameMethod · 0.80

Calls

no outgoing calls

Tested by 2

to_pascal_caseFunction · 0.64
to_pascal_caseFunction · 0.64