def StylizeConstant(self, mojom_name): return generator.ToConstantCase(mojom_name)
def ConstantStyle(name): return generator.ToConstantCase(name)