Searched refs:trimmed (Results 1 – 2 of 2) sorted by relevance
154 val trimmed = cls.trim { it <= ' ' } in getClassName() constant155 val typeParameter = trimmed.indexOf('<') in getClassName()157 trimmed.substring(0, typeParameter) in getClassName()159 trimmed in getClassName()
293 val trimmed = trimDocIndent(documentation) in appendDocumentation() constant294 writer.println(trimmed) in appendDocumentation()