UnicodeData

interface UnicodeData(source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getCCC(codePoint: Int): Int
Link copied to clipboard
abstract fun getComposition(starter: Int, second: Int): Int
Link copied to clipboard
abstract fun getDecomposition(composed: Int, compatibility: Boolean): List<Int>
Link copied to clipboard
abstract fun getQuickCheckProperty(codePoint: Int): Int