|
| UTF8Encoding () |
|
| UTF8Encoding (bool encoderShouldEmitUTF8Identifier) |
|
| UTF8Encoding (bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes) |
|
unsafe override int | GetByteCount (char[] chars, int index, int count) |
|
unsafe override int | GetByteCount (string chars) |
|
unsafe override int | GetByteCount (char *chars, int count) |
|
unsafe override int | GetByteCount (ReadOnlySpan< char > chars) |
|
unsafe override int | GetBytes (string s, int charIndex, int charCount, byte[] bytes, int byteIndex) |
|
unsafe override int | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) |
|
unsafe override int | GetBytes (char *chars, int charCount, byte *bytes, int byteCount) |
|
unsafe override int | GetBytes (ReadOnlySpan< char > chars, Span< byte > bytes) |
|
unsafe override int | GetCharCount (byte[] bytes, int index, int count) |
|
unsafe override int | GetCharCount (byte *bytes, int count) |
|
unsafe override int | GetCharCount (ReadOnlySpan< byte > bytes) |
|
unsafe override int | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) |
|
unsafe override int | GetChars (byte *bytes, int byteCount, char *chars, int charCount) |
|
unsafe override int | GetChars (ReadOnlySpan< byte > bytes, Span< char > chars) |
|
unsafe override string | GetString (byte[] bytes, int index, int count) |
|
override Decoder | GetDecoder () |
|
override Encoder | GetEncoder () |
|
override int | GetMaxByteCount (int charCount) |
|
override int | GetMaxCharCount (int byteCount) |
|
override byte[] | GetPreamble () |
|
override bool | Equals ([NotNullWhen(true)] object? value) |
|
override int | GetHashCode () |
|
virtual object | Clone () |
|
virtual int | GetByteCount (char[] chars) |
|
unsafe int | GetByteCount (string s, int index, int count) |
|
virtual byte[] | GetBytes (char[] chars) |
|
virtual byte[] | GetBytes (char[] chars, int index, int count) |
|
virtual byte[] | GetBytes (string s) |
|
unsafe byte[] | GetBytes (string s, int index, int count) |
|
virtual int | GetCharCount (byte[] bytes) |
|
virtual char[] | GetChars (byte[] bytes) |
|
virtual char[] | GetChars (byte[] bytes, int index, int count) |
|
unsafe string | GetString (byte *bytes, int byteCount) |
|
unsafe string | GetString (ReadOnlySpan< byte > bytes) |
|
virtual string | GetString (byte[] bytes) |
|
bool | IsAlwaysNormalized () |
|
virtual bool | IsAlwaysNormalized (NormalizationForm form) |
|
|
unsafe override int | GetByteCountFast (char *pChars, int charsLength, EncoderFallback fallback, out int charsConsumed) |
|
unsafe override int | GetBytesFast (char *pChars, int charsLength, byte *pBytes, int bytesLength, out int charsConsumed) |
|
unsafe override int | GetCharsFast (byte *pBytes, int bytesLength, char *pChars, int charsLength, out int bytesConsumed) |
|
override int | GetCharsWithFallback (ReadOnlySpan< byte > bytes, int originalBytesLength, Span< char > chars, int originalCharsLength, DecoderNLS decoder) |
|
unsafe override int | GetCharCountFast (byte *pBytes, int bytesLength, DecoderFallback fallback, out int bytesConsumed) |
|
unsafe int | GetByteCountWithFallback (char *pCharsOriginal, int originalCharCount, int charsConsumedSoFar) |
|
virtual unsafe int | GetByteCountWithFallback (ReadOnlySpan< char > chars, int originalCharsLength, EncoderNLS encoder) |
|
unsafe int | GetBytesWithFallback (char *pOriginalChars, int originalCharCount, byte *pOriginalBytes, int originalByteCount, int charsConsumedSoFar, int bytesWrittenSoFar) |
|
virtual unsafe int | GetBytesWithFallback (ReadOnlySpan< char > chars, int originalCharsLength, Span< byte > bytes, int originalBytesLength, EncoderNLS encoder) |
|
unsafe int | GetCharCountWithFallback (byte *pBytesOriginal, int originalByteCount, int bytesConsumedSoFar) |
|
unsafe int | GetCharsWithFallback (byte *pOriginalBytes, int originalByteCount, char *pOriginalChars, int originalCharCount, int bytesConsumedSoFar, int charsWrittenSoFar) |
|
unsafe int | GetCharsWithFallback (byte *pOriginalBytes, int originalByteCount, char *pOriginalChars, int originalCharCount, int bytesConsumedSoFar, int charsWrittenSoFar, DecoderNLS decoder) |
|
|
unsafe int | GetByteCountCommon (char *pChars, int charCount) |
|
unsafe int | GetBytesCommon (char *pChars, int charCount, byte *pBytes, int byteCount) |
|
unsafe int | GetCharsCommon (byte *pBytes, int byteCount, char *pChars, int charCount) |
|
unsafe int | GetCharCountCommon (byte *pBytes, int byteCount) |
|
void | GetDataItem () |
|
unsafe int | GetByteCountWithFallback (char *pOriginalChars, int originalCharCount, int charsConsumedSoFar, EncoderNLS encoder) |
|
unsafe int | GetBytesWithFallback (char *pOriginalChars, int originalCharCount, byte *pOriginalBytes, int originalByteCount, int charsConsumedSoFar, int bytesWrittenSoFar, EncoderNLS encoder) |
|
unsafe int | GetCharCountWithFallback (byte *pOriginalBytes, int originalByteCount, int bytesConsumedSoFar, DecoderNLS decoder) |
|
unsafe int | GetCharCountWithFallback (ReadOnlySpan< byte > bytes, int originalBytesLength, DecoderNLS decoder) |
|
Definition at line 9 of file UTF8Encoding.cs.