Home | History | Annotate | Download | only in scripts

Lines Matching refs:ucfirst

447             my $setterName = "set" . ucfirst($attributeName);
748 my $setterName = "set" . ucfirst($attributeName);
749 my $argName = "new" . ucfirst($attributeName);
798 $paramName = "in" . ucfirst($paramName) if $attributeNames{$paramName};