Static variables

@:readOnlystaticread onlyMaxValue:Char16

@:readOnlystaticread onlyMinValue:Char16

Static methods

@:overloadstaticConvertFromUtf32(utf32:Int):String

@:overloadstaticConvertToUtf32(highSurrogate:Char16, lowSurrogate:Char16):Int

@:overloadstaticConvertToUtf32(s:String, index:Int):Int

@:overloadstaticGetNumericValue(c:Char16):Float

@:overloadstaticGetNumericValue(s:String, index:Int):Float

@:overloadstaticIsControl(c:Char16):Bool

@:overloadstaticIsControl(s:String, index:Int):Bool

@:overloadstaticIsDigit(c:Char16):Bool

@:overloadstaticIsDigit(s:String, index:Int):Bool

@:overloadstaticIsHighSurrogate(c:Char16):Bool

@:overloadstaticIsHighSurrogate(s:String, index:Int):Bool

@:overloadstaticIsLetter(c:Char16):Bool

@:overloadstaticIsLetter(s:String, index:Int):Bool

@:overloadstaticIsLetterOrDigit(c:Char16):Bool

@:overloadstaticIsLetterOrDigit(s:String, index:Int):Bool

@:overloadstaticIsLowSurrogate(c:Char16):Bool

@:overloadstaticIsLowSurrogate(s:String, index:Int):Bool

@:overloadstaticIsLower(c:Char16):Bool

@:overloadstaticIsLower(s:String, index:Int):Bool

@:overloadstaticIsNumber(c:Char16):Bool

@:overloadstaticIsNumber(s:String, index:Int):Bool

@:overloadstaticIsPunctuation(c:Char16):Bool

@:overloadstaticIsPunctuation(s:String, index:Int):Bool

@:overloadstaticIsSeparator(c:Char16):Bool

@:overloadstaticIsSeparator(s:String, index:Int):Bool

@:overloadstaticIsSurrogate(c:Char16):Bool

@:overloadstaticIsSurrogate(s:String, index:Int):Bool

@:overloadstaticIsSurrogatePair(highSurrogate:Char16, lowSurrogate:Char16):Bool

@:overloadstaticIsSurrogatePair(s:String, index:Int):Bool

@:overloadstaticIsSymbol(c:Char16):Bool

@:overloadstaticIsSymbol(s:String, index:Int):Bool

@:overloadstaticIsUpper(c:Char16):Bool

@:overloadstaticIsUpper(s:String, index:Int):Bool

@:overloadstaticIsWhiteSpace(c:Char16):Bool

@:overloadstaticIsWhiteSpace(s:String, index:Int):Bool

@:overloadstaticParse(s:String):Char16

@:overloadstaticToLower(c:Char16):Char16

@:overloadstaticToLower(c:Char16, culture:CultureInfo):Char16

@:overloadstaticToLowerInvariant(c:Char16):Char16

@:overloadstaticToString(c:Char16):String

@:overloadstaticToUpper(c:Char16):Char16

@:overloadstaticToUpper(c:Char16, culture:CultureInfo):Char16

@:overloadstaticToUpperInvariant(c:Char16):Char16

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

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

Methods

@:overloadfinalCompareTo(value:Dynamic):Int

@:overloadfinalCompareTo(value:Char16):Int

@:overloadfinalGetTypeCode():TypeCode

Inherited Variables

Inherited Methods