C# Class Portable.Text.GB18030Source

Mostra file Open project: jstedfast/Portable.Text.Encoding Class Usage Examples

Public Methods

Method Description
FromGBX ( byte bytes, int start ) : long
FromUCS ( int cp ) : long
FromUCSSurrogate ( int cp ) : long
Unlinear ( byte bytes, int start, long gbx ) : void
Unlinear ( byte bytes, long gbx ) : void

Private Methods

Method Description
FromGBXRaw ( byte b1, byte b2, byte b3, byte b4, bool supp ) : long
GB18030Source ( ) : System
ToGbxRaw ( int idx ) : long
ToUcsRaw ( int idx ) : int

Method Details

FromGBX() public static method

public static FromGBX ( byte bytes, int start ) : long
bytes byte
start int
return long

FromUCS() public static method

public static FromUCS ( int cp ) : long
cp int
return long

FromUCSSurrogate() public static method

public static FromUCSSurrogate ( int cp ) : long
cp int
return long

Unlinear() public static method

public static Unlinear ( byte bytes, int start, long gbx ) : void
bytes byte
start int
gbx long
return void

Unlinear() public static method

public static Unlinear ( byte bytes, long gbx ) : void
bytes byte
gbx long
return void