|
Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Xml.Ucs4Decoder, including all inherited members.
| _fallback | System.Text.Decoder | package |
| _fallbackBuffer | System.Text.Decoder | package |
| Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Xml.Ucs4Decoder | inlinevirtual |
| System::Text::Decoder.Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Text.Decoder | inlinevirtual |
| System::Text::Decoder.Convert(ReadOnlySpan< byte > bytes, Span< char > chars, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Text.Decoder | inlinevirtual |
| Fallback | System.Text.Decoder | |
| FallbackBuffer | System.Text.Decoder | |
| GetCharCount(byte[] bytes, int index, int count) | System.Xml.Ucs4Decoder | inline |
| System::Text::Decoder.GetCharCount(byte[] bytes, int index, int count, bool flush) | System.Text.Decoder | inlinevirtual |
| System::Text::Decoder.GetCharCount(byte *bytes, int count, bool flush) | System.Text.Decoder | inlinevirtual |
| System::Text::Decoder.GetCharCount(ReadOnlySpan< byte > bytes, bool flush) | System.Text.Decoder | inlinevirtual |
| GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | System.Xml.Ucs4Decoder | inline |
| System::Text::Decoder.GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) | System.Text.Decoder | inlinevirtual |
| System::Text::Decoder.GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush) | System.Text.Decoder | inlinevirtual |
| System::Text::Decoder.GetChars(ReadOnlySpan< byte > bytes, Span< char > chars, bool flush) | System.Text.Decoder | inlinevirtual |
| GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | System.Xml.Ucs4Decoder | package |
| InternalHasFallbackBuffer | System.Text.Decoder | package |
| lastBytes | System.Xml.Ucs4Decoder | package |
| lastBytesCount | System.Xml.Ucs4Decoder | package |
| Reset() | System.Text.Decoder | inlinevirtual |
| Ucs4ToUTF16(uint code, char[] chars, int charIndex) | System.Xml.Ucs4Decoder | inlinepackage |