C# 클래스 Mono.Globalization.Unicode.Normalization

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsReady bool
isReady bool

공개 메소드들

메소드 설명
GetCanonical ( int c, int buf, int bufIdx ) : void
IsNormalized ( string source, int type ) : bool
Normalize ( string source, int type ) : string
QuickCheck ( char c, int type ) : NormalizationCheck

비공개 메소드들

메소드 설명
CanBePrimaryComposite ( int i ) : bool
CharMapIdx ( int cp ) : int
Combine ( string source, int start, int checkType ) : StringBuilder
Combine ( StringBuilder sb, int start, int checkType ) : void
Compose ( string source, int checkType ) : string
Decompose ( string source, int checkType ) : string
Decompose ( string source, StringBuilder &sb, int checkType ) : void
DecomposeChar ( StringBuilder &sb, int &buf, string s, int i, int &start ) : void
GetCanonicalHangul ( int s, int buf, int bufIdx ) : bool
GetCombiningClass ( int c ) : byte
GetNormalizedStringLength ( int ch ) : int
GetPrimaryCompositeCharIndex ( object chars, int start ) : int
GetPrimaryCompositeFromMapIndex ( int src ) : int
GetPrimaryCompositeHelperIndex ( int cp ) : int
GetPrimaryCompositeMapIndex ( object o, int cur, int bufferPos ) : int
Normalization ( ) : System
PropValue ( int cp ) : uint
ReorderCanonical ( string src, StringBuilder &sb, int start ) : void
load_normalization_resource ( IntPtr &props, IntPtr &mappedChars, IntPtr &charMapIndex, IntPtr &helperIndex, IntPtr &mapIdxToComposite, IntPtr &combiningClass ) : void

메소드 상세

GetCanonical() 공개 정적인 메소드

public static GetCanonical ( int c, int buf, int bufIdx ) : void
c int
buf int
bufIdx int
리턴 void

IsNormalized() 공개 정적인 메소드

public static IsNormalized ( string source, int type ) : bool
source string
type int
리턴 bool

Normalize() 공개 정적인 메소드

public static Normalize ( string source, int type ) : string
source string
type int
리턴 string

QuickCheck() 공개 정적인 메소드

public static QuickCheck ( char c, int type ) : NormalizationCheck
c char
type int
리턴 NormalizationCheck

프로퍼티 상세

IsReady 공개적으로 정적으로 프로퍼티

public static bool IsReady
리턴 bool

isReady 공개적으로 정적으로 프로퍼티

public static bool isReady
리턴 bool