Character
extern class java.lang.Characterimplements Comparable<Null<Char16>>implements SerializableAvailable in java... @author waneck
function new( param1 : Char16 ) : Void
function charValue() : Char16
function compareTo( param1 : Null<Char16> ) : Int
function equals( param1 : Dynamic ) : Bool
function hashCode() : Int
function toString() : String
static var COMBINING_SPACING_MARK(default,null) : Int8
static var CONNECTOR_PUNCTUATION(default,null) : Int8
static var CONTROL(default,null) : Int8
static var CURRENCY_SYMBOL(default,null) : Int8
static var DASH_PUNCTUATION(default,null) : Int8
static var DECIMAL_DIGIT_NUMBER(default,null) : Int8
static var DIRECTIONALITY_ARABIC_NUMBER(default,null) : Int8
static var DIRECTIONALITY_BOUNDARY_NEUTRAL(default,null) : Int8
static var DIRECTIONALITY_COMMON_NUMBER_SEPARATOR(default,null) : Int8
static var DIRECTIONALITY_EUROPEAN_NUMBER(default,null) : Int8
static var DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR(default,null) : Int8
static var DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR(default,null) : Int8
static var DIRECTIONALITY_LEFT_TO_RIGHT(default,null) : Int8
static var DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING(default,null) : Int8
static var DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE(default,null) : Int8
static var DIRECTIONALITY_NONSPACING_MARK(default,null) : Int8
static var DIRECTIONALITY_OTHER_NEUTRALS(default,null) : Int8
static var DIRECTIONALITY_PARAGRAPH_SEPARATOR(default,null) : Int8
static var DIRECTIONALITY_POP_DIRECTIONAL_FORMAT(default,null) : Int8
static var DIRECTIONALITY_RIGHT_TO_LEFT(default,null) : Int8
static var DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC(default,null) : Int8
static var DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING(default,null) : Int8
static var DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE(default,null) : Int8
static var DIRECTIONALITY_SEGMENT_SEPARATOR(default,null) : Int8
static var DIRECTIONALITY_UNDEFINED(default,null) : Int8
static var DIRECTIONALITY_WHITESPACE(default,null) : Int8
static var ENCLOSING_MARK(default,null) : Int8
static var END_PUNCTUATION(default,null) : Int8
static var FINAL_QUOTE_PUNCTUATION(default,null) : Int8
static var FORMAT(default,null) : Int8
static var INITIAL_QUOTE_PUNCTUATION(default,null) : Int8
static var LETTER_NUMBER(default,null) : Int8
static var LINE_SEPARATOR(default,null) : Int8
static var LOWERCASE_LETTER(default,null) : Int8
static var MATH_SYMBOL(default,null) : Int8
static var MAX_CODE_POINT(default,null) : Int
static var MAX_HIGH_SURROGATE(default,null) : Char16
static var MAX_LOW_SURROGATE(default,null) : Char16
static var MAX_RADIX(default,null) : Int
static var MAX_SURROGATE(default,null) : Char16
static var MAX_VALUE(default,null) : Char16
static var MIN_CODE_POINT(default,null) : Int
static var MIN_HIGH_SURROGATE(default,null) : Char16
static var MIN_LOW_SURROGATE(default,null) : Char16
static var MIN_RADIX(default,null) : Int
static var MIN_SUPPLEMENTARY_CODE_POINT(default,null) : Int
static var MIN_SURROGATE(default,null) : Char16
static var MIN_VALUE(default,null) : Char16
static var MODIFIER_LETTER(default,null) : Int8
static var MODIFIER_SYMBOL(default,null) : Int8
static var NON_SPACING_MARK(default,null) : Int8
static var OTHER_LETTER(default,null) : Int8
static var OTHER_NUMBER(default,null) : Int8
static var OTHER_PUNCTUATION(default,null) : Int8
static var OTHER_SYMBOL(default,null) : Int8
static var PARAGRAPH_SEPARATOR(default,null) : Int8
static var PRIVATE_USE(default,null) : Int8
static var SIZE(default,null) : Int
static var SPACE_SEPARATOR(default,null) : Int8
static var START_PUNCTUATION(default,null) : Int8
static var SURROGATE(default,null) : Int8
static var TITLECASE_LETTER(default,null) : Int8
static var TYPE : Class<Null<Char16>>
static var UNASSIGNED(default,null) : Int8
static var UPPERCASE_LETTER(default,null) : Int8
static function _toString( param1 : Char16 ) : String
static function charCount( param1 : Int ) : Int
static function codePointAt( param1 : CharSequence, param2 : Int ) : Int
static function codePointBefore( param1 : CharSequence, param2 : Int ) : Int
static function codePointCount( param1 : CharSequence, param2 : Int, param3 : Int ) : Int
static function compare( param1 : Char16, param2 : Char16 ) : Int
static function digit( param1 : Char16, param2 : Int ) : Int
static function forDigit( param1 : Int, param2 : Int ) : Char16
static function getDirectionality( param1 : Char16 ) : Int8
static function getName( param1 : Int ) : String
static function getNumericValue( param1 : Char16 ) : Int
static function getType( param1 : Char16 ) : 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 isDigit( param1 : Char16 ) : Bool
static function isHighSurrogate( param1 : Char16 ) : Bool
static function isISOControl( param1 : Char16 ) : Bool
static function isIdentifierIgnorable( param1 : Char16 ) : Bool
static function isIdeographic( param1 : Int ) : Bool
static function isJavaIdentifierPart( param1 : Char16 ) : Bool
static function isJavaIdentifierStart( param1 : Char16 ) : Bool
static function isJavaLetter( param1 : Char16 ) : Bool
static function isJavaLetterOrDigit( param1 : Char16 ) : Bool
static function isLetter( param1 : Char16 ) : Bool
static function isLetterOrDigit( param1 : Char16 ) : Bool
static function isLowSurrogate( param1 : Char16 ) : Bool
static function isLowerCase( param1 : Char16 ) : Bool
static function isMirrored( param1 : Char16 ) : Bool
static function isSpace( param1 : Char16 ) : Bool
static function isSpaceChar( param1 : Char16 ) : 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 isUnicodeIdentifierPart( param1 : Char16 ) : Bool
static function isUnicodeIdentifierStart( param1 : Char16 ) : Bool
static function isUpperCase( param1 : Char16 ) : Bool
static function isValidCodePoint( param1 : Int ) : Bool
static function isWhitespace( param1 : Char16 ) : Bool
static function lowSurrogate( param1 : Int ) : Char16
static function offsetByCodePoints( param1 : CharSequence, param2 : Int, param3 : Int ) : Int
static function reverseBytes( param1 : Char16 ) : Char16
static function toChars( param1 : Int, param2 : NativeArray<Char16>, param3 : Int ) : Int
static function toCodePoint( param1 : Char16, param2 : Char16 ) : Int
static function toLowerCase( param1 : Char16 ) : Char16
static function toTitleCase( param1 : Char16 ) : Char16
static function toUpperCase( param1 : Char16 ) : Char16
static function valueOf( param1 : Char16 ) : Null<Char16>
version #18613, modified 2013-05-08 10:54:56 by api
0 comment