C# Class Qyoto.QChar

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Cell ( ) : ushort
DecompositionTag ( ) : QChar.Decomposition
DecompositionTag ( uint ucs4 ) : QChar.Decomposition
DigitValue ( ) : int
DigitValue ( uint ucs4 ) : int
DigitValue ( ushort ucs2 ) : int
Dispose ( ) : void
Equals ( object o ) : bool
FromAscii ( char c ) : QChar
FromLatin1 ( char c ) : QChar
GetHashCode ( ) : int
HasMirrored ( ) : bool
HighSurrogate ( uint ucs4 ) : ushort
IsDigit ( ) : bool
IsHighSurrogate ( ) : bool
IsLetter ( ) : bool
IsLetterOrNumber ( ) : bool
IsLowSurrogate ( ) : bool
IsLower ( ) : bool
IsMark ( ) : bool
IsNull ( ) : bool
IsNumber ( ) : bool
IsPrint ( ) : bool
IsPunct ( ) : bool
IsSpace ( ) : bool
IsSymbol ( ) : bool
IsTitleCase ( ) : bool
IsUpper ( ) : bool
LowSurrogate ( uint ucs4 ) : ushort
MirroredChar ( ) : QChar
MirroredChar ( uint ucs4 ) : uint
MirroredChar ( ushort ucs2 ) : ushort
QChar ( QChar sc ) : System
QChar ( Qyoto.QLatin1Char ch ) : System
QChar ( char c ) : System
QChar ( int rc ) : System
QChar ( short rc ) : System
QChar ( uint rc ) : System
QChar ( ushort c ) : System
QChar ( ushort c, ushort r ) : System
Row ( ) : ushort
SetCell ( ushort cell ) : void
SetRow ( ushort row ) : void
SurrogateToUcs4 ( QChar high, QChar low ) : uint
SurrogateToUcs4 ( ushort high, ushort low ) : uint
ToAscii ( ) : char
ToCaseFolded ( ) : QChar
ToCaseFolded ( uint ucs4 ) : uint
ToCaseFolded ( ushort ucs2 ) : ushort
ToLatin1 ( ) : char
ToLower ( ) : QChar
ToLower ( uint ucs4 ) : uint
ToLower ( ushort ucs2 ) : ushort
ToTitleCase ( ) : QChar
ToTitleCase ( uint ucs4 ) : uint
ToTitleCase ( ushort ucs2 ) : ushort
ToUpper ( ) : QChar
ToUpper ( uint ucs4 ) : uint
ToUpper ( ushort ucs2 ) : ushort
Unicode ( ) : short
category ( ) : QChar.Category
category ( uint ucs4 ) : QChar.Category
category ( ushort ucs2 ) : QChar.Category
combiningClass ( ) : ushort
combiningClass ( uint ucs4 ) : ushort
combiningClass ( ushort ucs2 ) : ushort
decomposition ( ) : string
decomposition ( uint ucs4 ) : string
direction ( ) : QChar.Direction
direction ( uint ucs4 ) : QChar.Direction
direction ( ushort ucs2 ) : QChar.Direction
joining ( ) : QChar.Joining
joining ( uint ucs4 ) : QChar.Joining
joining ( ushort ucs2 ) : QChar.Joining
operator ( ) : bool
operator ( ) : string
unicodeVersion ( ) : QChar.UnicodeVersion
unicodeVersion ( uint ucs4 ) : QChar.UnicodeVersion
unicodeVersion ( ushort ucs2 ) : QChar.UnicodeVersion

Protected Methods

Method Description
CreateProxy ( ) : void
QChar ( Type dummy ) : System

Private Methods

Method Description
QChar ( ) : System

Method Details

Cell() public method

public Cell ( ) : ushort
return ushort

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DecompositionTag() public method

public DecompositionTag ( ) : QChar.Decomposition
return QChar.Decomposition

DecompositionTag() public static method

public static DecompositionTag ( uint ucs4 ) : QChar.Decomposition
ucs4 uint
return QChar.Decomposition

DigitValue() public method

public DigitValue ( ) : int
return int

DigitValue() public static method

public static DigitValue ( uint ucs4 ) : int
ucs4 uint
return int

DigitValue() public static method

public static DigitValue ( ushort ucs2 ) : int
ucs2 ushort
return int

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FromAscii() public static method

public static FromAscii ( char c ) : QChar
c char
return QChar

FromLatin1() public static method

public static FromLatin1 ( char c ) : QChar
c char
return QChar

GetHashCode() public method

public GetHashCode ( ) : int
return int

HasMirrored() public method

public HasMirrored ( ) : bool
return bool

HighSurrogate() public static method

public static HighSurrogate ( uint ucs4 ) : ushort
ucs4 uint
return ushort

IsDigit() public method

public IsDigit ( ) : bool
return bool

IsHighSurrogate() public method

public IsHighSurrogate ( ) : bool
return bool

IsLetter() public method

public IsLetter ( ) : bool
return bool

IsLetterOrNumber() public method

public IsLetterOrNumber ( ) : bool
return bool

IsLowSurrogate() public method

public IsLowSurrogate ( ) : bool
return bool

IsLower() public method

public IsLower ( ) : bool
return bool

IsMark() public method

public IsMark ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

IsNumber() public method

public IsNumber ( ) : bool
return bool

IsPrint() public method

public IsPrint ( ) : bool
return bool

IsPunct() public method

public IsPunct ( ) : bool
return bool

IsSpace() public method

public IsSpace ( ) : bool
return bool

IsSymbol() public method

public IsSymbol ( ) : bool
return bool

IsTitleCase() public method

public IsTitleCase ( ) : bool
return bool

IsUpper() public method

public IsUpper ( ) : bool
return bool

LowSurrogate() public static method

public static LowSurrogate ( uint ucs4 ) : ushort
ucs4 uint
return ushort

MirroredChar() public method

public MirroredChar ( ) : QChar
return QChar

MirroredChar() public static method

public static MirroredChar ( uint ucs4 ) : uint
ucs4 uint
return uint

MirroredChar() public static method

public static MirroredChar ( ushort ucs2 ) : ushort
ucs2 ushort
return ushort

QChar() public method

public QChar ( QChar sc ) : System
sc QChar
return System

QChar() public method

public QChar ( Qyoto.QLatin1Char ch ) : System
ch Qyoto.QLatin1Char
return System

QChar() protected method

protected QChar ( Type dummy ) : System
dummy System.Type
return System

QChar() public method

public QChar ( char c ) : System
c char
return System

QChar() public method

public QChar ( int rc ) : System
rc int
return System

QChar() public method

public QChar ( short rc ) : System
rc short
return System

QChar() public method

public QChar ( uint rc ) : System
rc uint
return System

QChar() public method

public QChar ( ushort c ) : System
c ushort
return System

QChar() public method

public QChar ( ushort c, ushort r ) : System
c ushort
r ushort
return System

Row() public method

public Row ( ) : ushort
return ushort

SetCell() public method

public SetCell ( ushort cell ) : void
cell ushort
return void

SetRow() public method

public SetRow ( ushort row ) : void
row ushort
return void

SurrogateToUcs4() public static method

public static SurrogateToUcs4 ( QChar high, QChar low ) : uint
high QChar
low QChar
return uint

SurrogateToUcs4() public static method

public static SurrogateToUcs4 ( ushort high, ushort low ) : uint
high ushort
low ushort
return uint

ToAscii() public method

public ToAscii ( ) : char
return char

ToCaseFolded() public method

public ToCaseFolded ( ) : QChar
return QChar

ToCaseFolded() public static method

public static ToCaseFolded ( uint ucs4 ) : uint
ucs4 uint
return uint

ToCaseFolded() public static method

public static ToCaseFolded ( ushort ucs2 ) : ushort
ucs2 ushort
return ushort

ToLatin1() public method

public ToLatin1 ( ) : char
return char

ToLower() public method

public ToLower ( ) : QChar
return QChar

ToLower() public static method

public static ToLower ( uint ucs4 ) : uint
ucs4 uint
return uint

ToLower() public static method

public static ToLower ( ushort ucs2 ) : ushort
ucs2 ushort
return ushort

ToTitleCase() public method

public ToTitleCase ( ) : QChar
return QChar

ToTitleCase() public static method

public static ToTitleCase ( uint ucs4 ) : uint
ucs4 uint
return uint

ToTitleCase() public static method

public static ToTitleCase ( ushort ucs2 ) : ushort
ucs2 ushort
return ushort

ToUpper() public method

public ToUpper ( ) : QChar
return QChar

ToUpper() public static method

public static ToUpper ( uint ucs4 ) : uint
ucs4 uint
return uint

ToUpper() public static method

public static ToUpper ( ushort ucs2 ) : ushort
ucs2 ushort
return ushort

Unicode() public method

public Unicode ( ) : short
return short

category() public method

public category ( ) : QChar.Category
return QChar.Category

category() public static method

public static category ( uint ucs4 ) : QChar.Category
ucs4 uint
return QChar.Category

category() public static method

public static category ( ushort ucs2 ) : QChar.Category
ucs2 ushort
return QChar.Category

combiningClass() public method

public combiningClass ( ) : ushort
return ushort

combiningClass() public static method

public static combiningClass ( uint ucs4 ) : ushort
ucs4 uint
return ushort

combiningClass() public static method

public static combiningClass ( ushort ucs2 ) : ushort
ucs2 ushort
return ushort

decomposition() public method

public decomposition ( ) : string
return string

decomposition() public static method

public static decomposition ( uint ucs4 ) : string
ucs4 uint
return string

direction() public method

public direction ( ) : QChar.Direction
return QChar.Direction

direction() public static method

public static direction ( uint ucs4 ) : QChar.Direction
ucs4 uint
return QChar.Direction

direction() public static method

public static direction ( ushort ucs2 ) : QChar.Direction
ucs2 ushort
return QChar.Direction

joining() public method

public joining ( ) : QChar.Joining
return QChar.Joining

joining() public static method

public static joining ( uint ucs4 ) : QChar.Joining
ucs4 uint
return QChar.Joining

joining() public static method

public static joining ( ushort ucs2 ) : QChar.Joining
ucs2 ushort
return QChar.Joining

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : string
return string

unicodeVersion() public method

public unicodeVersion ( ) : QChar.UnicodeVersion
return QChar.UnicodeVersion

unicodeVersion() public static method

public static unicodeVersion ( uint ucs4 ) : QChar.UnicodeVersion
ucs4 uint
return QChar.UnicodeVersion

unicodeVersion() public static method

public static unicodeVersion ( ushort ucs2 ) : QChar.UnicodeVersion
ucs2 ushort
return QChar.UnicodeVersion

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation