|
override void | Reset () |
|
override int | GetCharCount (byte[] bytes, int index, int count) |
|
unsafe override int | GetCharCount (byte[] bytes, int index, int count, bool flush) |
|
unsafe override int | GetCharCount (byte *bytes, int count, bool flush) |
|
override int | GetCharCount (byte[] bytes, int index, int count) |
|
unsafe override int | GetCharCount (byte[] bytes, int index, int count, bool flush) |
|
unsafe override int | GetCharCount (byte *bytes, int count, bool flush) |
|
virtual unsafe int | GetCharCount (ReadOnlySpan< byte > bytes, bool flush) |
|
override int | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) |
|
unsafe override int | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) |
|
unsafe override int | GetChars (byte *bytes, int byteCount, char *chars, int charCount, bool flush) |
|
override int | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) |
|
unsafe override int | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) |
|
unsafe override int | GetChars (byte *bytes, int byteCount, char *chars, int charCount, bool flush) |
|
virtual unsafe int | GetChars (ReadOnlySpan< byte > bytes, Span< char > chars, bool flush) |
|
unsafe override void | Convert (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) |
|
unsafe override void | Convert (byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) |
|
unsafe override void | Convert (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) |
|
unsafe override void | Convert (byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) |
|
virtual unsafe void | Convert (ReadOnlySpan< byte > bytes, Span< char > chars, bool flush, out int bytesUsed, out int charsUsed, out bool completed) |
|
Definition at line 5 of file GB18030Encoding.cs.