C# Class UtfString.Slices.Decoder

Mostrar archivo Open project: ufcpp/UfcppSample

Public Methods

Method Description
GetByteCount ( ReadOnlySpan buffer ) : int
TryDecode ( ReadOnlySpan buffer, int &index, CodePoint &codePoint ) : bool

Method Details

GetByteCount() public static method

public static GetByteCount ( ReadOnlySpan buffer ) : int
buffer ReadOnlySpan
return int

TryDecode() public static method

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