Méthode | 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 |
Méthode | Description | |
---|---|---|
FromGBXRaw ( byte b1, byte b2, byte b3, byte b4, bool supp ) : long | ||
GB18030Source ( ) : System | ||
ToGbxRaw ( int idx ) : long | ||
ToUcsRaw ( int idx ) : int |
public static FromGBX ( byte bytes, int start ) : long | ||
bytes | byte | |
start | int | |
Résultat | long |
public static FromUCSSurrogate ( int cp ) : long | ||
cp | int | |
Résultat | long |
public static Unlinear ( byte bytes, int start, long gbx ) : void | ||
bytes | byte | |
start | int | |
gbx | long | |
Résultat | void |
public static Unlinear ( byte bytes, long gbx ) : void | ||
bytes | byte | |
gbx | long | |
Résultat | void |