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
EncoderReplacementFallbackBuffer.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Text
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000273")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600151B")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AD1A00", Offset = "0x1AD1A00", Length = "0x40")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderFallbackBuffer), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
16 {
17 typeof(string),
18 typeof(string)
19 }, ReturnType = typeof(string))]
24
25 [global::Cpp2ILInjected.Token(Token = "0x600151C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1AD1AD0", Offset = "0x1AD1AD0", Length = "0x140")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsHighSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLowSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ConvertToUtf32", MemberParameters = new object[]
33 {
34 typeof(char),
35 typeof(char)
36 }, ReturnType = typeof(int))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderFallbackBuffer), Member = "ThrowLastCharRecursive", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
39 public override bool Fallback(char charUnknown, int index)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600151D")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1AD1C10", Offset = "0x1AD1C10", Length = "0x218")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsHighSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLowSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ConvertToUtf32", MemberParameters = new object[]
51 {
52 typeof(char),
53 typeof(char)
54 }, ReturnType = typeof(int))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderFallbackBuffer), Member = "ThrowLastCharRecursive", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(object),
60 typeof(object)
61 }, ReturnType = typeof(string))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
63 {
64 typeof(string),
65 typeof(string)
66 }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
68 public override bool Fallback(char charUnknownHigh, char charUnknownLow, int index)
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x600151E")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1AD1E28", Offset = "0x1AD1E28", Length = "0x3C")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
78 public override char GetNextChar()
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x600151F")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1AD1E64", Offset = "0x1AD1E64", Length = "0x30")]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 public override bool MovePrevious()
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x17000221")]
92 public override int Remaining
93 {
94 [global::Cpp2ILInjected.Token(Token = "0x6001520")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1AD1E94", Offset = "0x1AD1E94", Length = "0xC")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 get
99 {
100 throw null;
101 }
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x6001521")]
105 [global::Cpp2ILInjected.Address(RVA = "0x1AD1EA0", Offset = "0x1AD1EA0", Length = "0x14")]
106 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 public override void Reset()
109 {
110 throw null;
111 }
112
113 [global::Cpp2ILInjected.Token(Token = "0x4000B18")]
114 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
115 private string _strDefault;
116
117 [global::Cpp2ILInjected.Token(Token = "0x4000B19")]
118 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
119 private int _fallbackCount;
120
121 [global::Cpp2ILInjected.Token(Token = "0x4000B1A")]
122 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
123 private int _fallbackIndex;
124 }
125}
class f__AnonymousType0<< Count > j__TPar
override bool Fallback(char charUnknownHigh, char charUnknownLow, int index)
EncoderReplacementFallbackBuffer(EncoderReplacementFallback fallback)
override bool Fallback(char charUnknown, int index)