terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Ucs4Encoding2143 () | |
override byte[] | GetPreamble () |
override Decoder | GetDecoder () |
override int | GetByteCount (char[] chars, int index, int count) |
virtual int | GetByteCount (string s) |
virtual unsafe int | GetByteCount (char *chars, int count) |
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) |
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 int | GetBytes (ReadOnlySpan< char > chars, Span< byte > bytes) |
override int | GetMaxByteCount (int charCount) |
override int | GetCharCount (byte[] bytes, int index, int count) |
virtual unsafe int | GetCharCount (byte *bytes, int count) |
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 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) |
string | GetString (ReadOnlySpan< byte > bytes) |
virtual string | GetString (byte[] bytes) |
virtual string | GetString (byte[] bytes, int index, int count) |
override bool | Equals (object value) |
override int | GetHashCode () |
Static Public Member Functions | |
static Encoding | GetEncoding (int codepage) |
static Encoding | GetEncoding (int codepage, EncoderFallback encoderFallback, DecoderFallback decoderFallback) |
static Encoding | GetEncoding (string name) |
static Encoding | GetEncoding (string name, EncoderFallback encoderFallback, DecoderFallback decoderFallback) |
Package Functions | |
virtual unsafe int | GetByteCount (char *chars, int count, EncoderNLS encoder) |
virtual unsafe int | GetBytes (char *chars, int charCount, byte *bytes, int byteCount, EncoderNLS encoder) |
virtual unsafe int | GetCharCount (byte *bytes, int count, DecoderNLS decoder) |
virtual unsafe int | GetChars (byte *bytes, int byteCount, char *chars, int charCount, DecoderNLS decoder) |
virtual void | SetDefaultFallbacks () |
void | OnDeserializing () |
void | OnDeserialized () |
void | DeserializeEncoding (SerializationInfo info, StreamingContext context) |
void | SerializeEncoding (SerializationInfo info, StreamingContext context) |
void | setReadOnly (bool value=true) |
virtual char[] | GetBestFitUnicodeToBytesData () |
virtual char[] | GetBestFitBytesToUnicodeData () |
void | ThrowBytesOverflow () |
void | ThrowBytesOverflow (EncoderNLS encoder, bool nothingEncoded) |
void | ThrowCharsOverflow () |
void | ThrowCharsOverflow (DecoderNLS decoder, bool nothingDecoded) |
Package Attributes | |
Ucs4Decoder | ucs4Decoder |
int | m_codePage |
CodePageDataItem | dataItem |
bool | m_deserializedFromEverett |
EncoderFallback | encoderFallback |
DecoderFallback | decoderFallback |
Properties | |
override string | EncodingName [get] |
override string | WebName [get] |
override int | CodePage [get] |
static Encoding | UCS4_Littleendian [get] |
static Encoding | UCS4_Bigendian [get] |
static Encoding | UCS4_2143 [get] |
static Encoding | UCS4_3412 [get] |
static object | InternalSyncObject [get] |
virtual ReadOnlySpan< byte > | Preamble [get] |
EncoderFallback | EncoderFallback [get, set] |
DecoderFallback | DecoderFallback [get, set] |
bool | IsReadOnly [get] |
static Encoding | ASCII [get] |
static Encoding | Latin1 [get] |
static Encoding | Default [get] |
static Encoding | Unicode [get] |
static Encoding | BigEndianUnicode [get] |
static Encoding | UTF7 [get] |
static Encoding | UTF8 [get] |
static Encoding | UTF32 [get] |
Private Member Functions | |
void | OnDeserializing (StreamingContext ctx) |
void | OnDeserialized (StreamingContext ctx) |
void | OnSerializing (StreamingContext ctx) |
void | GetDataItem () |
Static Private Member Functions | |
static Encoding | CreateDefaultEncoding () |
Private Attributes | |
bool | m_isReadOnly = true |
Definition at line 7 of file Ucs4Encoding2143.cs.