terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Ucs4Decoder.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000A3")]
9 internal abstract class Ucs4Decoder : Decoder
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600076B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1DAE398", Offset = "0x1DAE398", Length = "0x1C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 public override int GetCharCount(byte[] bytes, int index, int count)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x600076C")]
21 internal abstract int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex);
22
23 [global::Cpp2ILInjected.Token(Token = "0x600076D")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1DAE3B4", Offset = "0x1DAE3B4", Length = "0x130")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x600076E")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1DAE4E4", Offset = "0x1DAE4E4", Length = "0x1AC")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 public 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)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x600076F")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1DAE690", Offset = "0x1DAE690", Length = "0x2C")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 internal void Ucs4ToUTF16(uint code, char[] chars, int charIndex)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000770")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1DAE6BC", Offset = "0x1DAE6BC", Length = "0x58")]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Encoding1234), Member = ".ctor", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Encoding4321), Member = ".ctor", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Encoding2143), Member = ".ctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Encoding3412), Member = ".ctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder4321), Member = ".ctor", ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder1234), Member = ".ctor", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder2143), Member = ".ctor", ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Ucs4Decoder3412), Member = ".ctor", ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Decoder), Member = ".ctor", ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
63 protected Ucs4Decoder()
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x40003BA")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
70 internal byte[] lastBytes;
71
72 [global::Cpp2ILInjected.Token(Token = "0x40003BB")]
73 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
74 internal int lastBytesCount;
75 }
76}
class f__AnonymousType0<< Count > j__TPar
void Ucs4ToUTF16(uint code, char[] chars, int charIndex)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
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)
override int GetCharCount(byte[] bytes, int index, int count)