Home
last modified time | relevance | path

Searched refs:HARD_NEWLINE (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DEarlyOptions.kt56 Set the verbosity of the output.$HARD_NEWLINE
57 $ARG_QUIET - Only include vital output.$HARD_NEWLINE
58 $ARG_VERBOSE - Include extra diagnostic output.$HARD_NEWLINE
DMetalavaOptions.kt234 const val HARD_NEWLINE = "\u0085" constant
288 append(HARD_NEWLINE) in nonInlineEnumOption()
296 append(HARD_NEWLINE) in nonInlineEnumOption()
312 private fun constructStyleableChoiceOption(value: String) = "$HARD_NEWLINE**$value**" in constructStyleableChoiceOption()
318 private val deconstructStyleableChoiceOption = """$HARD_NEWLINE\*\*([^*]+)\*\*""".toRegex() in constructStyleableChoiceOption()
DMetalavaHelpFormatter.kt191 return helpText.removeSuffix(HARD_NEWLINE) in <lambda>()