k3lp Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
k3lp Documentation
text
/
org.k3lp.lib.text.unicode
/
UnicodeData
Unicode
Data
interface
UnicodeData
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
CCC
Link copied to clipboard
abstract
fun
getCCC
(
codePoint
:
Int
)
:
Int
get
Composition
Link copied to clipboard
abstract
fun
getComposition
(
starter
:
Int
,
second
:
Int
)
:
Int
get
Decomposition
Link copied to clipboard
abstract
fun
getDecomposition
(
composed
:
Int
,
compatibility
:
Boolean
)
:
List
<
Int
>
get
Quick
Check
Property
Link copied to clipboard
abstract
fun
getQuickCheckProperty
(
codePoint
:
Int
)
:
Int