docs
0.6.1
common
docs
/
org.intellij.markdown.lexer
/
Compat
Compat
object
Compat
Members
Functions
assert
Link copied to clipboard
inline
fun
assert
(
condition
:
Boolean
,
messageProducer
:
(
)
->
String
=
{ "" }
)
char
Count
Link copied to clipboard
fun
charCount
(
char
:
Int
)
:
Int
code
Point
At
Link copied to clipboard
fun
codePointAt
(
seq
:
CharSequence
,
index
:
Int
)
:
Int
code
Point
Before
Link copied to clipboard
fun
codePointBefore
(
seq
:
CharSequence
,
index
:
Int
)
:
Int
code
Point
To
String
Link copied to clipboard
fun
codePointToString
(
c
:
Int
)
:
String
for
Each
Code
Point
Link copied to clipboard
fun
CharSequence
.
forEachCodePoint
(
f
:
(
Int
)
->
Unit
)
offset
By
Code
Points
Link copied to clipboard
fun
offsetByCodePoints
(
seq
:
CharSequence
,
index
:
Int
,
codePointOffset
:
Int
)
:
Int
to
Code
Point
Link copied to clipboard
fun
toCodePoint
(
high
:
Char
,
low
:
Char
)
:
Int