enum class CharDirectionality
Represents the Unicode directionality of a character. Character directionality is used to calculate the visual ordering of text.
Undefined bidirectional character type. Undefined char
values have undefined directionality in the Unicode specification.
Strong bidirectional character type "L" in the Unicode specification.
Strong bidirectional character type "R" in the Unicode specification.
Strong bidirectional character type "AL" in the Unicode specification.
Weak bidirectional character type "EN" in the Unicode specification.
Weak bidirectional character type "ES" in the Unicode specification.
Weak bidirectional character type "ET" in the Unicode specification.
Weak bidirectional character type "AN" in the Unicode specification.
Weak bidirectional character type "CS" in the Unicode specification.
Weak bidirectional character type "NSM" in the Unicode specification.
Weak bidirectional character type "BN" in the Unicode specification.
Neutral bidirectional character type "B" in the Unicode specification.
Neutral bidirectional character type "S" in the Unicode specification.
Neutral bidirectional character type "WS" in the Unicode specification.
Neutral bidirectional character type "ON" in the Unicode specification.
Strong bidirectional character type "LRE" in the Unicode specification.
Strong bidirectional character type "LRO" in the Unicode specification.
Strong bidirectional character type "RLE" in the Unicode specification.
Strong bidirectional character type "RLO" in the Unicode specification.
Weak bidirectional character type "PDF" in the Unicode specification.
val value: Int
fun valueOf(directionality: Int): CharDirectionality
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-char-directionality/index.html