abstract Utf8(StringU8)
package lime.text.unifill
Variables
Methods
codePointCount (beginIndex:Int, endIndex:Int):Int
Returns the number of Unicode code points from beginIndex
to endIndex
in this
.
inline codePointWidthAt (index:Int):Int
Returns the number of units of the code point at position
index
of this
.
inline codePointWidthBefore (index:Int):Int
Returns the number of units of the code point before
position index
of this
.
inline offsetByCodePoints (index:Int, codePointOffset:Int):Int
Returns the index within this
that is offset from
position index
by codePointOffset
code points.
Static methods
staticinline fromCodePoint (codePoint:Int):Utf8
Converts the code point code
to a character as a Utf8 string.