class java.lang.Character implements Comparable<Null<Char16>> implements Serializable

Available on java

Class Fields

static var CONTROL:Int8

static var ENCLOSING_MARK:Int8

static var FORMAT:Int8

static var LETTER_NUMBER:Int8

static var LINE_SEPARATOR:Int8

static var MATH_SYMBOL:Int8

static var MAX_CODE_POINT:Int

static var MAX_RADIX:Int

static var MAX_VALUE:Char16

static var MIN_CODE_POINT:Int

static var MIN_RADIX:Int

static var MIN_VALUE:Char16

static var OTHER_LETTER:Int8

static var OTHER_NUMBER:Int8

static var OTHER_SYMBOL:Int8

static var PRIVATE_USE:Int8

static var SIZE:Int

static var SURROGATE:Int8

static var TYPE:Class<Null<Char16>>

static var UNASSIGNED:Int8

static function _toString(param1:Char16):String

static function charCount(param1:Int):Int

static function codePointAt(param1:CharSequence, param2:Int):Int

static function codePointAt(param1:NativeArray<Char16>, param2:Int, param3:Int):Int

static function codePointAt(param1:NativeArray<Char16>, param2:Int):Int

static function codePointBefore(param1:CharSequence, param2:Int):Int

static function codePointBefore(param1:NativeArray<Char16>, param2:Int, param3:Int):Int

static function codePointBefore(param1:NativeArray<Char16>, param2:Int):Int

static function codePointCount(param1:CharSequence, param2:Int, param3:Int):Int

static function codePointCount(param1:NativeArray<Char16>, param2:Int, param3:Int):Int

static function compare(param1:Char16, param2:Char16):Int

static function digit(param1:Char16, param2:Int):Int

static function digit(param1:Int, param2:Int):Int

static function forDigit(param1:Int, param2:Int):Char16

static function getDirectionality(param1:Char16):Int8

static function getDirectionality(param1:Int):Int8

static function getName(param1:Int):String

static function getNumericValue(param1:Char16):Int

static function getNumericValue(param1:Int):Int

static function getType(param1:Char16):Int

static function getType(param1:Int):Int

static function highSurrogate(param1:Int):Char16

static function isAlphabetic(param1:Int):Bool

static function isBmpCodePoint(param1:Int):Bool

static function isDefined(param1:Char16):Bool

static function isDefined(param1:Int):Bool

static function isDigit(param1:Char16):Bool

static function isDigit(param1:Int):Bool

static function isHighSurrogate(param1:Char16):Bool

static function isISOControl(param1:Char16):Bool

static function isISOControl(param1:Int):Bool

static function isIdentifierIgnorable(param1:Char16):Bool

static function isIdentifierIgnorable(param1:Int):Bool

static function isIdeographic(param1:Int):Bool

static function isJavaIdentifierPart(param1:Char16):Bool

static function isJavaIdentifierPart(param1:Int):Bool

static function isJavaIdentifierStart(param1:Char16):Bool

static function isJavaIdentifierStart(param1:Int):Bool

static function isJavaLetter(param1:Char16):Bool

static function isJavaLetterOrDigit(param1:Char16):Bool

static function isLetter(param1:Char16):Bool

static function isLetter(param1:Int):Bool

static function isLetterOrDigit(param1:Char16):Bool

static function isLetterOrDigit(param1:Int):Bool

static function isLowSurrogate(param1:Char16):Bool

static function isLowerCase(param1:Char16):Bool

static function isLowerCase(param1:Int):Bool

static function isMirrored(param1:Char16):Bool

static function isMirrored(param1:Int):Bool

static function isSpace(param1:Char16):Bool

static function isSpaceChar(param1:Char16):Bool

static function isSpaceChar(param1:Int):Bool

static function isSupplementaryCodePoint(param1:Int):Bool

static function isSurrogate(param1:Char16):Bool

static function isSurrogatePair(param1:Char16, param2:Char16):Bool

static function isTitleCase(param1:Char16):Bool

static function isTitleCase(param1:Int):Bool

static function isUnicodeIdentifierPart(param1:Char16):Bool

static function isUnicodeIdentifierPart(param1:Int):Bool

static function isUnicodeIdentifierStart(param1:Char16):Bool

static function isUnicodeIdentifierStart(param1:Int):Bool

static function isUpperCase(param1:Char16):Bool

static function isUpperCase(param1:Int):Bool

static function isValidCodePoint(param1:Int):Bool

static function isWhitespace(param1:Char16):Bool

static function isWhitespace(param1:Int):Bool

static function lowSurrogate(param1:Int):Char16

static function offsetByCodePoints(param1:CharSequence, param2:Int, param3:Int):Int

static function offsetByCodePoints(param1:NativeArray<Char16>, param2:Int, param3:Int, param4:Int, param5:Int):Int

static function reverseBytes(param1:Char16):Char16

static function toChars(param1:Int, param2:NativeArray<Char16>, param3:Int):Int

static function toChars(param1:Int):NativeArray<Char16>

static function toCodePoint(param1:Char16, param2:Char16):Int

static function toLowerCase(param1:Char16):Char16

static function toLowerCase(param1:Int):Int

static function toTitleCase(param1:Char16):Char16

static function toTitleCase(param1:Int):Int

static function toUpperCase(param1:Char16):Char16

static function toUpperCase(param1:Int):Int

static function valueOf(param1:Char16):Null<Char16>

Instance Fields

function new(param1:Char16):Void

function charValue():Char16

function compareTo(param1:Null<Char16>):Int

function compareTo(param1:Dynamic):Int

function equals(param1:Dynamic):Bool

function hashCode():Int

function toString():String