Method |
Description |
|
GetNumberOfEncodedBytes ( UnicodeCodePoint codePoint ) : int |
|
|
TryDecodeCodePointBackwards ( Span buffer, UnicodeCodePoint &codePoint, int &encodedBytes ) : bool |
|
|
TryFindEncodedCodePointBytesCountGoingBackwards ( Span buffer, int &encodedBytes ) : bool |
|
|
TryGetFirstByteCodePointValue ( byte first, UnicodeCodePoint &codePoint, int &encodedBytes ) : bool |
|
|
TryGetNumberOfEncodedBytesFromFirstByte ( byte first, int &numberOfBytes ) : bool |
|
|
TryReadCodePointByte ( byte nextByte, UnicodeCodePoint &codePoint ) : bool |
|
|