View source
class CharacterClass
package java.lang
implements Comparable<Character>
import java.lang.Character
Available on java
Available on java
staticcodePointAt(param1:CharSequence, param2:Int):Int
staticcodePointAt(param1:NativeArray<Char16>, param2:Int):Int
staticcodePointAt(param1:NativeArray<Char16>, param2:Int, param3:Int):Int
staticcodePointBefore(param1:CharSequence, param2:Int):Int
staticcodePointBefore(param1:NativeArray<Char16>, param2:Int):Int
staticcodePointBefore(param1:NativeArray<Char16>, param2:Int, param3:Int):Int
staticcodePointCount(param1:CharSequence, param2:Int, param3:Int):Int
staticcodePointCount(param1:NativeArray<Char16>, param2:Int, param3:Int):Int
staticoffsetByCodePoints(param1:CharSequence, param2:Int, param3:Int):Int
staticoffsetByCodePoints(param1:NativeArray<Char16>, param2:Int, param3:Int, param4:Int, param5:Int):Int
statictoChars(param1:Int, param2:NativeArray<Char16>, param3:Int):Int
statictoChars(param1:Int):NativeArray<Char16>