Searched defs:String (Results 1 – 12 of 12) sorted by relevance
69 fun String.toUpperCase(locale: Locale): String = method78 fun String.toLowerCase(locale: Locale): String = method87 fun String.capitalize(locale: Locale): String = method96 fun String.decapitalize(locale: Locale): String = method106 fun String.toUpperCase(localeList: LocaleList): String = method116 fun String.toLowerCase(localeList: LocaleList): String = method126 fun String.capitalize(localeList: LocaleList): String = method135 fun String.decapitalize(localeList: LocaleList): String = method
80 fun String.plusMessage(message: String?): String { in throwExpectError() method
142 private fun String.indentBy(prefix: String): String { in <lambda>() method
27 private fun String.toCharArray(destination: CharArray, destinationOffset: Int) = in toCharArray() method
232 private fun String.encode() = URLEncoder.encode(this, "UTF-8") in GoogleFont() method
248 private fun String.parseToInt(): Int = in String() method255 private fun String.parseToInt(radix: Int): Int = in String() method869 private fun String.replacePrefix(prefix: String, replacement: String) = method
355 private fun String.indent() = "$this " in <lambda>() method
491 private fun String.traceFrames(): List<TraceFrame> = in toString() method
631 private fun String.parseAsTextEditState(): TextFieldCharSequence { in <lambda>() method
393 fun String.splitRecording() = split(", ") in splitRecording() method
1321 private fun String.toAnnotation() = StringAnnotation(this) in <lambda>() method
3223 private fun String.summarize(size: Int) = in dataIndexToDataAnchor() method