|
| Ucs4Encoding4321 () |
|
override byte[] | GetPreamble () |
|
override Decoder | GetDecoder () |
|
override int | GetByteCount (char[] chars, int index, int count) |
|
override int | GetByteCount (char[] chars) |
|
virtual int | GetByteCount (string s) |
|
unsafe int | GetByteCount (string s, int index, int count) |
|
virtual unsafe int | GetByteCount (char *chars, int count) |
|
virtual unsafe int | GetByteCount (ReadOnlySpan< char > chars) |
|
override byte[] | GetBytes (string s) |
|
override int | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) |
|
virtual byte[] | GetBytes (char[] chars) |
|
virtual byte[] | GetBytes (char[] chars, int index, int count) |
|
unsafe byte[] | GetBytes (string s, int index, int count) |
|
virtual int | GetBytes (string s, int charIndex, int charCount, byte[] bytes, int byteIndex) |
|
virtual unsafe int | GetBytes (char *chars, int charCount, byte *bytes, int byteCount) |
|
virtual unsafe int | GetBytes (ReadOnlySpan< char > chars, Span< byte > bytes) |
|
override int | GetMaxByteCount (int charCount) |
|
override int | GetCharCount (byte[] bytes, int index, int count) |
|
override int | GetCharCount (byte[] bytes) |
|
virtual unsafe int | GetCharCount (byte *bytes, int count) |
|
virtual unsafe int | GetCharCount (ReadOnlySpan< byte > bytes) |
|
override int | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) |
|
virtual char[] | GetChars (byte[] bytes) |
|
virtual char[] | GetChars (byte[] bytes, int index, int count) |
|
virtual unsafe int | GetChars (byte *bytes, int byteCount, char *chars, int charCount) |
|
virtual unsafe int | GetChars (ReadOnlySpan< byte > bytes, Span< char > chars) |
|
override int | GetMaxCharCount (int byteCount) |
|
override Encoder | GetEncoder () |
|
virtual object | Clone () |
|
unsafe string | GetString (byte *bytes, int byteCount) |
|
unsafe string | GetString (ReadOnlySpan< byte > bytes) |
|
virtual string | GetString (byte[] bytes) |
|
virtual string | GetString (byte[] bytes, int index, int count) |
|
bool | IsAlwaysNormalized () |
|
virtual bool | IsAlwaysNormalized (NormalizationForm form) |
|
override bool | Equals ([NotNullWhen(true)] object? value) |
|
override int | GetHashCode () |
|