C# Class UtfString.ArrayImplementation.Utf16.Decoder

Mostrar archivo Open project: ufcpp/UfcppSample

Public Methods

Method Description
Decode ( ushort buffer, Index index ) : CodePoint
GetCount ( ushort buffer ) : int
TryDecode ( ushort buffer, int &index, CodePoint &codePoint ) : bool
TryGetCount ( ushort buffer, int index, byte &wordCount ) : bool

Method Details

Decode() public static method

public static Decode ( ushort buffer, Index index ) : CodePoint
buffer ushort
index Index
return CodePoint

GetCount() public static method

public static GetCount ( ushort buffer ) : int
buffer ushort
return int

TryDecode() public static method

public static TryDecode ( ushort buffer, int &index, CodePoint &codePoint ) : bool
buffer ushort
index int
codePoint CodePoint
return bool

TryGetCount() public static method

public static TryGetCount ( ushort buffer, int index, byte &wordCount ) : bool
buffer ushort
index int
wordCount byte
return bool