Home
last modified time | relevance | path

Searched defs:delete (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DGapBuffer.kt107 private fun delete(start: Int, end: Int) { in toCharArray() method
DEditingBuffer.kt197 internal fun delete(start: Int, end: Int) { in delete() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DGapBuffer.kt80 private fun delete(start: Int, end: Int) { in delete() method
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/input/
DEditingBufferTest.kt66 fun delete() { in delete() method in androidx.compose.ui.text.input.EditingBufferTest
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldBufferUseFromImeTest.kt67 fun delete() { in delete() method
DOffsetMappingCalculatorTest.kt882 fun delete(start: Int, end: Int = start + 1) { in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/
DTextFieldBuffer.kt596 fun TextFieldBuffer.delete(start: Int, end: Int) { in TextFieldBuffer() method