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
CodePointIndexer.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000030")]
9 internal class CodePointIndexer
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60000A5")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1AADA08", Offset = "0x1AADA08", Length = "0x114")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MSCompatUnicodeTableUtil), Member = ".cctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NormalizationTableUtil), Member = ".cctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 public CodePointIndexer(int[] starts, int[] ends, int defaultIndex, int defaultCP)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60000A6")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1AADB34", Offset = "0x1AADB34", Length = "0x58")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MSCompatUnicodeTable), Member = "Category", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MSCompatUnicodeTable), Member = "Level1", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MSCompatUnicodeTable), Member = "Level2", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MSCompatUnicodeTable), Member = "Level3", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MSCompatUnicodeTable), Member = "IsIgnorable", MemberParameters = new object[]
32 {
33 typeof(int),
34 typeof(byte)
35 }, ReturnType = typeof(bool))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NormalizationTableUtil), Member = "PropIdx", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NormalizationTableUtil), Member = "MapIdx", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SimpleCollator), Member = "Category", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SimpleCollator), Member = "Level1", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SimpleCollator), Member = "Level2", MemberParameters = new object[]
41 {
42 typeof(int),
43 "Mono.Globalization.Unicode.SimpleCollator.ExtenderType"
44 }, ReturnType = typeof(byte))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Normalization), Member = "GetCombiningClass", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Normalization), Member = "GetPrimaryCompositeFromMapIndex", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Normalization), Member = "GetPrimaryCompositeHelperIndex", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
49 public int ToIndex(int cp)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x40000D0")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
57
58 [global::Cpp2ILInjected.Token(Token = "0x40000D1")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
60 public readonly int TotalCount;
61
62 [global::Cpp2ILInjected.Token(Token = "0x40000D2")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
64 private int defaultIndex;
65
66 [global::Cpp2ILInjected.Token(Token = "0x40000D3")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
68 private int defaultCP;
69
70 [global::Cpp2ILInjected.Token(Token = "0x2000031")]
71 [global::System.Serializable]
72 internal struct TableRange
73 {
74 [global::Cpp2ILInjected.Token(Token = "0x60000A7")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1AADB1C", Offset = "0x1AADB1C", Length = "0x18")]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 public TableRange(int start, int end, int indexStart)
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x40000D4")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
84 public readonly int Start;
85
86 [global::Cpp2ILInjected.Token(Token = "0x40000D5")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
88 public readonly int End;
89
90 [global::Cpp2ILInjected.Token(Token = "0x40000D6")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
92 public readonly int Count;
93
94 [global::Cpp2ILInjected.Token(Token = "0x40000D7")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
96 public readonly int IndexStart;
97
98 [global::Cpp2ILInjected.Token(Token = "0x40000D8")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
100 public readonly int IndexEnd;
101 }
102 }
103}
class f__AnonymousType0<< Count > j__TPar
CodePointIndexer(int[] starts, int[] ends, int defaultIndex, int defaultCP)
readonly CodePointIndexer.TableRange[] ranges