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
DateTimeFormatInfoScanner.cs
Go to the documentation of this file.
1using System;
3using System.Text;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200058C")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000653")]
13 private static global::System.Collections.Generic.Dictionary<string, string> KnownWords
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6002B0A")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1BDFB68", Offset = "0x1BDFB68", Length = "0x3F8")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "AddDateWordOrPostfix", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(string)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.Dictionary<object, object>), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.Dictionary<object, object>), Member = "Add", MemberParameters = new object[]
25 {
26 typeof(object),
27 typeof(object)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
30 get
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6002B0B")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1BDFF60", Offset = "0x1BDFF60", Length = "0xF4")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "AddDateWords", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(int),
43 typeof(string)
44 }, ReturnType = typeof(int))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLetter", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
49 internal static int SkipWhiteSpacesAndNonLetter(string pattern, int currentIndex)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6002B0C")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1BE0054", Offset = "0x1BE0054", Length = "0x288")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "AddDateWords", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(int),
61 typeof(string)
62 }, ReturnType = typeof(int))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "AddIgnorableSymbols", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "get_KnownWords", ReturnType = typeof(global::System.Collections.Generic.Dictionary<string, string>))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.Dictionary<object, object>), Member = "TryGetValue", MemberParameters = new object[]
68 {
69 typeof(object),
70 typeof(ref object)
71 }, ReturnType = typeof(bool))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(string)
77 }, ReturnType = typeof(bool))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
79 {
80 typeof(string),
81 typeof(string)
82 }, ReturnType = typeof(string))]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
86 {
87 typeof(int),
88 typeof(int)
89 }, ReturnType = typeof(string))]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
91 internal void AddDateWordOrPostfix(string formatPostfix, string str)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x6002B0D")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1BE0420", Offset = "0x1BE0420", Length = "0x1CC")]
98 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "ScanDateWord", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "SkipWhiteSpacesAndNonLetter", MemberParameters = new object[]
102 {
103 typeof(string),
104 typeof(int)
105 }, ReturnType = typeof(int))]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "AddDateWordOrPostfix", MemberParameters = new object[]
111 {
112 typeof(string),
113 typeof(string)
114 }, ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
117 internal int AddDateWords(string pattern, int index, string formatPostfix)
118 {
119 throw null;
120 }
121
122 [global::Cpp2ILInjected.Token(Token = "0x6002B0E")]
123 [global::Cpp2ILInjected.Address(RVA = "0x1BE05EC", Offset = "0x1BE05EC", Length = "0x7C")]
124 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
127 internal static int ScanRepeatChar(string pattern, char ch, int index, out int count)
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x6002B0F")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1BE02DC", Offset = "0x1BE02DC", Length = "0x144")]
134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "AddDateWordOrPostfix", MemberParameters = new object[]
136 {
137 typeof(string),
138 typeof(string)
139 }, ReturnType = typeof(void))]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "ScanDateWord", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
144 {
145 typeof(string),
146 typeof(string)
147 }, ReturnType = typeof(string))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
150 internal void AddIgnorableSymbols(string text)
151 {
152 throw null;
153 }
154
155 [global::Cpp2ILInjected.Token(Token = "0x6002B10")]
156 [global::Cpp2ILInjected.Address(RVA = "0x1BE0668", Offset = "0x1BE0668", Length = "0x2A8")]
157 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "GetDateWordsOfDTFI", MemberParameters = new object[] { typeof(DateTimeFormatInfo) }, ReturnType = typeof(string[]))]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "AddDateWords", MemberParameters = new object[]
162 {
163 typeof(string),
164 typeof(int),
165 typeof(string)
166 }, ReturnType = typeof(int))]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "AddIgnorableSymbols", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
170 internal void ScanDateWord(string pattern)
171 {
172 throw null;
173 }
174
175 [global::Cpp2ILInjected.Token(Token = "0x6002B11")]
176 [global::Cpp2ILInjected.Address(RVA = "0x1BE0910", Offset = "0x1BE0910", Length = "0x274")]
177 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "PopulateSpecialTokenHashTable", MemberParameters = new object[]
179 {
181 typeof(ref bool)
182 }, ReturnType = typeof(void))]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfo), Member = "GetAllDateTimePatterns", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(string[]))]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "ScanDateWord", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
188 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
190 {
191 throw null;
192 }
193
194 [global::Cpp2ILInjected.Token(Token = "0x6002B12")]
195 [global::Cpp2ILInjected.Address(RVA = "0x1BE0B84", Offset = "0x1BE0B84", Length = "0x40")]
196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeFormatFlags", ReturnType = typeof(DateTimeFormatFlags))]
197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "EqualStringArrays", MemberParameters = new object[]
199 {
200 typeof(string[]),
201 typeof(string[])
202 }, ReturnType = typeof(bool))]
203 internal static FORMATFLAGS GetFormatFlagGenitiveMonth(string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
204 {
205 throw null;
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x6002B13")]
209 [global::Cpp2ILInjected.Address(RVA = "0x1BE0C40", Offset = "0x1BE0C40", Length = "0xA4")]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeFormatFlags", ReturnType = typeof(DateTimeFormatFlags))]
211 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "ArrayElementsBeginWithDigit", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(bool))]
213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "ArrayElementsHaveSpace", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(bool))]
214 internal static FORMATFLAGS GetFormatFlagUseSpaceInMonthNames(string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
215 {
216 throw null;
217 }
218
219 [global::Cpp2ILInjected.Token(Token = "0x6002B14")]
220 [global::Cpp2ILInjected.Address(RVA = "0x1BE0F74", Offset = "0x1BE0F74", Length = "0x30")]
221 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeFormatFlags", ReturnType = typeof(DateTimeFormatFlags))]
222 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTimeFormatInfoScanner), Member = "ArrayElementsHaveSpace", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(bool))]
224 internal static FORMATFLAGS GetFormatFlagUseSpaceInDayNames(string[] dayNames, string[] abbrevDayNames)
225 {
226 throw null;
227 }
228
229 [global::Cpp2ILInjected.Token(Token = "0x6002B15")]
230 [global::Cpp2ILInjected.Address(RVA = "0x1BE0FA4", Offset = "0x1BE0FA4", Length = "0x10")]
231 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeFormatFlags", ReturnType = typeof(DateTimeFormatFlags))]
233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
235 {
236 throw null;
237 }
238
239 [global::Cpp2ILInjected.Token(Token = "0x6002B16")]
240 [global::Cpp2ILInjected.Address(RVA = "0x1BE0BC4", Offset = "0x1BE0BC4", Length = "0x7C")]
241 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "GetFormatFlagGenitiveMonth", MemberParameters = new object[]
243 {
244 typeof(string[]),
245 typeof(string[]),
246 typeof(string[]),
247 typeof(string[])
248 }, ReturnType = typeof(FORMATFLAGS))]
249 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
250 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
251 private static bool EqualStringArrays(string[] array1, string[] array2)
252 {
253 throw null;
254 }
255
256 [global::Cpp2ILInjected.Token(Token = "0x6002B17")]
257 [global::Cpp2ILInjected.Address(RVA = "0x1BE0E98", Offset = "0x1BE0E98", Length = "0xDC")]
258 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "GetFormatFlagUseSpaceInMonthNames", MemberParameters = new object[]
260 {
261 typeof(string[]),
262 typeof(string[]),
263 typeof(string[]),
264 typeof(string[])
265 }, ReturnType = typeof(FORMATFLAGS))]
266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "GetFormatFlagUseSpaceInDayNames", MemberParameters = new object[]
267 {
268 typeof(string[]),
269 typeof(string[])
270 }, ReturnType = typeof(FORMATFLAGS))]
271 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsWhiteSpace", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
274 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
275 private static bool ArrayElementsHaveSpace(string[] array)
276 {
277 throw null;
278 }
279
280 [global::Cpp2ILInjected.Token(Token = "0x6002B18")]
281 [global::Cpp2ILInjected.Address(RVA = "0x1BE0CE4", Offset = "0x1BE0CE4", Length = "0x1B4")]
282 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfoScanner), Member = "GetFormatFlagUseSpaceInMonthNames", MemberParameters = new object[]
284 {
285 typeof(string[]),
286 typeof(string[]),
287 typeof(string[]),
288 typeof(string[])
289 }, ReturnType = typeof(FORMATFLAGS))]
290 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
292 private static bool ArrayElementsBeginWithDigit(string[] array)
293 {
294 throw null;
295 }
296
297 [global::Cpp2ILInjected.Token(Token = "0x6002B19")]
298 [global::Cpp2ILInjected.Address(RVA = "0x1BE0FB4", Offset = "0x1BE0FB4", Length = "0x7C")]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "PopulateSpecialTokenHashTable", MemberParameters = new object[]
300 {
302 typeof(ref bool)
303 }, ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
305 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
306 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
307 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
309 {
310 throw null;
311 }
312
313 [global::Cpp2ILInjected.Token(Token = "0x400175C")]
314 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
315 internal global::System.Collections.Generic.List<string> m_dateWords;
316
317 [global::Cpp2ILInjected.Token(Token = "0x400175D")]
318 private static global::System.Collections.Generic.Dictionary<string, string> s_knownWords;
319
320 [global::Cpp2ILInjected.Token(Token = "0x400175E")]
321 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
323
324 [global::Cpp2ILInjected.Token(Token = "0x200058D")]
325 private enum FoundDatePattern
326 {
327 [global::Cpp2ILInjected.Token(Token = "0x4001760")]
328 None,
329 [global::Cpp2ILInjected.Token(Token = "0x4001761")]
331 [global::Cpp2ILInjected.Token(Token = "0x4001762")]
333 [global::Cpp2ILInjected.Token(Token = "0x4001763")]
335 [global::Cpp2ILInjected.Token(Token = "0x4001764")]
337 }
338 }
339}
class f__AnonymousType0<< Count > j__TPar
static FORMATFLAGS GetFormatFlagUseSpaceInDayNames(string[] dayNames, string[] abbrevDayNames)
static bool EqualStringArrays(string[] array1, string[] array2)
DateTimeFormatInfoScanner.FoundDatePattern _ymdFlags
static FORMATFLAGS GetFormatFlagUseSpaceInMonthNames(string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
static int ScanRepeatChar(string pattern, char ch, int index, out int count)
static FORMATFLAGS GetFormatFlagGenitiveMonth(string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
void AddDateWordOrPostfix(string formatPostfix, string str)
global::System.Collections.Generic.List< string > m_dateWords
static int SkipWhiteSpacesAndNonLetter(string pattern, int currentIndex)
static global::System.Collections.Generic.Dictionary< string, string > KnownWords
static global::System.Collections.Generic.Dictionary< string, string > s_knownWords
int AddDateWords(string pattern, int index, string formatPostfix)