Static variables

@:readOnlystaticread onlyMaxValue:Char16

@:readOnlystaticread onlyMinValue:Char16

Static methods

@:overloadstaticfinalConvertFromUtf32(utf32:Int):String

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

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

@:overloadstaticfinalGetNumericValue(c:Char16):Float

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

@:overloadstaticfinalGetUnicodeCategory(c:Char16):UnicodeCategory

@:overloadstaticfinalGetUnicodeCategory(s:String, index:Int):UnicodeCategory

@:overloadstaticfinalIsControl(c:Char16):Bool

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

@:overloadstaticfinalIsDigit(c:Char16):Bool

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

@:overloadstaticfinalIsHighSurrogate(c:Char16):Bool

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

@:overloadstaticfinalIsLetter(c:Char16):Bool

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

@:overloadstaticfinalIsLetterOrDigit(c:Char16):Bool

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

@:overloadstaticfinalIsLowSurrogate(c:Char16):Bool

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

@:overloadstaticfinalIsLower(c:Char16):Bool

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

@:overloadstaticfinalIsNumber(c:Char16):Bool

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

@:overloadstaticfinalIsPunctuation(c:Char16):Bool

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

@:overloadstaticfinalIsSeparator(c:Char16):Bool

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

@:overloadstaticfinalIsSurrogate(c:Char16):Bool

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

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

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

@:overloadstaticfinalIsSymbol(c:Char16):Bool

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

@:overloadstaticfinalIsUpper(c:Char16):Bool

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

@:overloadstaticfinalIsWhiteSpace(c:Char16):Bool

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

@:overloadstaticfinalParse(s:String):Char16

@:overloadstaticfinalToLower(c:Char16):Char16

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

@:overloadstaticfinalToLowerInvariant(c:Char16):Char16

@:overloadstaticfinalToString(c:Char16):String

@:overloadstaticfinalToUpper(c:Char16):Char16

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

@:overloadstaticfinalToUpperInvariant(c:Char16):Char16

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

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

Methods

@:overloadfinalCompareTo(value:Dynamic):Int

@:overloadfinalCompareTo(value:Char16):Int

@:overloadfinalGetTypeCode():TypeCode

Inherited Variables

Inherited Methods