Home
last modified time | relevance | path

Searched defs:String (Results 1 – 12 of 12) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DString.kt69 fun String.toUpperCase(locale: Locale): String = method
78 fun String.toLowerCase(locale: Locale): String = method
87 fun String.capitalize(locale: Locale): String = method
96 fun String.decapitalize(locale: Locale): String = method
106 fun String.toUpperCase(localeList: LocaleList): String = method
116 fun String.toLowerCase(localeList: LocaleList): String = method
126 fun String.capitalize(localeList: LocaleList): String = method
135 fun String.decapitalize(localeList: LocaleList): String = method
/compose/test-utils/src/commonMain/kotlin/androidx/compose/testutils/
DExpect.kt80 fun String.plusMessage(message: String?): String { in throwExpectError() method
/compose/ui/ui-test/src/jvmMain/kotlin/androidx/compose/ui/test/
DIdlingResourceRegistry.jvm.kt142 private fun String.indentBy(prefix: String): String { in <lambda>() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DGapBuffer.kt27 private fun String.toCharArray(destination: CharArray, destinationOffset: Int) = in toCharArray() method
/compose/ui/ui-text-google-fonts/src/main/java/androidx/compose/ui/text/googlefonts/
DGoogleFont.kt232 private fun String.encode() = URLEncoder.encode(this, "UTF-8") in GoogleFont() method
/compose/ui/ui-tooling-data/src/jvmMain/kotlin/androidx/compose/ui/tooling/data/
DSlotTree.jvm.kt248 private fun String.parseToInt(): Int = in String() method
255 private fun String.parseToInt(radix: Int): Int = in String() method
869 private fun String.replacePrefix(prefix: String, replacement: String) = method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DOperations.kt355 private fun String.indent() = "$this " in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/
DUiErrorTraceTests.kt491 private fun String.traceFrames(): List<TraceFrame> = in toString() method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/
DTextFieldBufferTest.kt631 private fun String.parseAsTextEditState(): TextFieldCharSequence { in <lambda>() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DPausableCompositionTests.kt393 fun String.splitRecording() = split(", ") in splitRecording() method
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DAnnotatedStringBuilderTest.kt1321 private fun String.toAnnotation() = StringAnnotation(this) in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt3223 private fun String.summarize(size: Int) = in dataIndexToDataAnchor() method