Static variables

@:readOnlystaticread onlyMaxValue:Char16

@:readOnlystaticread onlyMinValue:Char16

Static methods

staticConvertToUtf32(highSurrogate:Char16, lowSurrogate:Char16):Int

staticConvertToUtf32(s:String, index:Int):Int

staticIsControl(c:Char16):Bool

staticIsControl(s:String, index:Int):Bool

staticIsDigit(c:Char16):Bool

staticIsDigit(s:String, index:Int):Bool

staticIsLetter(c:Char16):Bool

staticIsLetter(s:String, index:Int):Bool

staticIsLower(c:Char16):Bool

staticIsLower(s:String, index:Int):Bool

staticIsNumber(c:Char16):Bool

staticIsNumber(s:String, index:Int):Bool

staticIsSeparator(c:Char16):Bool

staticIsSeparator(s:String, index:Int):Bool

staticIsSurrogate(c:Char16):Bool

staticIsSurrogate(s:String, index:Int):Bool

staticIsSurrogatePair(highSurrogate:Char16, lowSurrogate:Char16):Bool

staticIsSurrogatePair(s:String, index:Int):Bool

staticIsSymbol(c:Char16):Bool

staticIsSymbol(s:String, index:Int):Bool

staticIsUpper(c:Char16):Bool

staticIsUpper(s:String, index:Int):Bool

staticTryParse(s:String, result:Out<Char16>):Bool

@:native("ToString")static_ToString(c:Char16):String

Methods

Inherited Variables

Inherited Methods