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
CultureData.cs
Go to the documentation of this file.
1using System;
4using System.Text;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20005B8")]
11 [StructLayout(0)]
12 internal class CultureData
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6002C9D")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1BF6340", Offset = "0x1BF6340", Length = "0x28")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 private CultureData(string name)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170006B0")]
24 public static CultureData Invariant
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6002C9E")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1BF6368", Offset = "0x1BF6368", Length = "0x34C")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextInfo), Member = "get_Invariant", ReturnType = typeof(TextInfo))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GetCultureData", MemberParameters = new object[]
30 {
31 typeof(string),
32 typeof(bool),
33 typeof(int),
34 typeof(int),
35 typeof(int),
36 typeof(string),
37 typeof(int),
38 typeof(int),
39 typeof(int),
40 typeof(int),
41 typeof(bool),
42 typeof(string)
43 }, ReturnType = typeof(CultureData))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = ".ctor", MemberParameters = new object[]
45 {
46 typeof(int),
47 typeof(bool),
48 typeof(bool)
49 }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = ".ctor", MemberParameters = new object[]
51 {
52 typeof(string),
53 typeof(bool),
54 typeof(bool)
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 34)]
59 get
60 {
61 throw null;
62 }
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x6002C9F")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1BF66B4", Offset = "0x1BF66B4", Length = "0xE0")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_FullTimeSpanPositivePattern", ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = ".ctor", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(bool),
74 typeof(bool)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6002CA0")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1BF67A0", Offset = "0x1BF67A0", Length = "0x118")]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = "GetCultures", MemberParameters = new object[] { typeof(CultureTypes) }, ReturnType = typeof(CultureInfo[]))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = ".ctor", MemberParameters = new object[]
86 {
87 typeof(int),
88 typeof(bool),
89 typeof(bool)
90 }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = ".ctor", MemberParameters = new object[]
92 {
93 typeof(string),
94 typeof(bool),
95 typeof(bool)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = "CreateSpecificCulture", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(CultureInfo))]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "get_Invariant", ReturnType = typeof(CultureData))]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x6002CA1")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1BF68B8", Offset = "0x1BF68B8", Length = "0x4")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
112 [MethodImpl(4096)]
113 private extern void fill_culture_data(int datetimeIndex);
114
115 [global::Cpp2ILInjected.Token(Token = "0x6002CA2")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1BF68BC", Offset = "0x1BF68BC", Length = "0xF0")]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CalendarData), Member = "GetCalendarData", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "EraNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "AbbrevEraNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "AbbreviatedEnglishEraNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "ShortDates", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "LongDates", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "YearMonths", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "DayNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "AbbreviatedDayNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "MonthNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GenitiveMonthNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "AbbreviatedMonthNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "AbbreviatedGenitiveMonthNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "LeapYearMonthNames", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string[]))]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "MonthDay", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "DateSeparator", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
133 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 16)]
134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CalendarData), Member = ".ctor", MemberParameters = new object[]
135 {
136 typeof(string),
137 typeof(int),
138 typeof(bool)
139 }, ReturnType = typeof(void))]
140 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
142 {
143 throw null;
144 }
145
146 [global::Cpp2ILInjected.Token(Token = "0x170006B1")]
147 internal string[] LongTimes
148 {
149 [global::Cpp2ILInjected.Token(Token = "0x6002CA3")]
150 [global::Cpp2ILInjected.Address(RVA = "0x1BF69AC", Offset = "0x1BF69AC", Length = "0x18")]
151 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeOverridableProperties", MemberParameters = new object[]
152 {
154 typeof(int)
155 }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_LongTimePattern", ReturnType = typeof(string))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_AllLongTimePatterns", ReturnType = typeof(string[]))]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_UnclonedLongTimePatterns", ReturnType = typeof(string[]))]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
160 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
161 get
162 {
163 throw null;
164 }
165 }
166
167 [global::Cpp2ILInjected.Token(Token = "0x170006B2")]
168 internal string[] ShortTimes
169 {
170 [global::Cpp2ILInjected.Token(Token = "0x6002CA4")]
171 [global::Cpp2ILInjected.Address(RVA = "0x1BF69C4", Offset = "0x1BF69C4", Length = "0x18")]
172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeOverridableProperties", MemberParameters = new object[]
173 {
175 typeof(int)
176 }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_ShortTimePattern", ReturnType = typeof(string))]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_AllShortTimePatterns", ReturnType = typeof(string[]))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_UnclonedShortTimePatterns", ReturnType = typeof(string[]))]
180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
181 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
182 get
183 {
184 throw null;
185 }
186 }
187
188 [global::Cpp2ILInjected.Token(Token = "0x170006B3")]
189 internal string SISO639LANGNAME
190 {
191 [global::Cpp2ILInjected.Token(Token = "0x6002CA5")]
192 [global::Cpp2ILInjected.Address(RVA = "0x1BF69DC", Offset = "0x1BF69DC", Length = "0x8")]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 get
195 {
196 throw null;
197 }
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x170006B4")]
201 internal int IFIRSTDAYOFWEEK
202 {
203 [global::Cpp2ILInjected.Token(Token = "0x6002CA6")]
204 [global::Cpp2ILInjected.Address(RVA = "0x1BF69E4", Offset = "0x1BF69E4", Length = "0x8")]
205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
206 get
207 {
208 throw null;
209 }
210 }
211
212 [global::Cpp2ILInjected.Token(Token = "0x170006B5")]
213 internal int IFIRSTWEEKOFYEAR
214 {
215 [global::Cpp2ILInjected.Token(Token = "0x6002CA7")]
216 [global::Cpp2ILInjected.Address(RVA = "0x1BF69EC", Offset = "0x1BF69EC", Length = "0x8")]
217 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
218 get
219 {
220 throw null;
221 }
222 }
223
224 [global::Cpp2ILInjected.Token(Token = "0x170006B6")]
225 internal string SAM1159
226 {
227 [global::Cpp2ILInjected.Token(Token = "0x6002CA8")]
228 [global::Cpp2ILInjected.Address(RVA = "0x1BF69F4", Offset = "0x1BF69F4", Length = "0x8")]
229 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
230 get
231 {
232 throw null;
233 }
234 }
235
236 [global::Cpp2ILInjected.Token(Token = "0x170006B7")]
237 internal string SPM2359
238 {
239 [global::Cpp2ILInjected.Token(Token = "0x6002CA9")]
240 [global::Cpp2ILInjected.Address(RVA = "0x1BF69FC", Offset = "0x1BF69FC", Length = "0x8")]
241 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
242 get
243 {
244 throw null;
245 }
246 }
247
248 [global::Cpp2ILInjected.Token(Token = "0x170006B8")]
249 internal string TimeSeparator
250 {
251 [global::Cpp2ILInjected.Token(Token = "0x6002CAA")]
252 [global::Cpp2ILInjected.Address(RVA = "0x1BF6A04", Offset = "0x1BF6A04", Length = "0x8")]
253 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
254 get
255 {
256 throw null;
257 }
258 }
259
260 [global::Cpp2ILInjected.Token(Token = "0x170006B9")]
261 internal int[] CalendarIds
262 {
263 [global::Cpp2ILInjected.Token(Token = "0x6002CAB")]
264 [global::Cpp2ILInjected.Address(RVA = "0x1BF6A0C", Offset = "0x1BF6A0C", Length = "0x154")]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GetCalendarIds", ReturnType = typeof(CalendarId[]))]
266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
267 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
268 {
269 typeof(string),
270 typeof(string)
271 }, ReturnType = typeof(bool))]
272 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
273 get
274 {
275 throw null;
276 }
277 }
278
279 [global::Cpp2ILInjected.Token(Token = "0x6002CAC")]
280 [global::Cpp2ILInjected.Address(RVA = "0x1BF6B60", Offset = "0x1BF6B60", Length = "0xB0")]
281 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "set_Calendar", MemberParameters = new object[] { typeof(Calendar) }, ReturnType = typeof(void))]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_OptionalCalendars", ReturnType = typeof(CalendarId[]))]
284 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
285 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "get_CalendarIds", ReturnType = typeof(int[]))]
286 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
288 {
289 throw null;
290 }
291
292 [global::Cpp2ILInjected.Token(Token = "0x170006BA")]
293 internal bool IsInvariantCulture
294 {
295 [global::Cpp2ILInjected.Token(Token = "0x6002CAD")]
296 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C10", Offset = "0x1BF6C10", Length = "0xC")]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NumberFormatInfo), Member = ".ctor", MemberParameters = new object[] { typeof(CultureData) }, ReturnType = typeof(void))]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextInfo), Member = "ToUpperInternal", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(char))]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextInfo), Member = "ToLowerInternal", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(char))]
300 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
302 get
303 {
304 throw null;
305 }
306 }
307
308 [global::Cpp2ILInjected.Token(Token = "0x170006BB")]
309 internal string CultureName
310 {
311 [global::Cpp2ILInjected.Token(Token = "0x6002CAE")]
312 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C1C", Offset = "0x1BF6C1C", Length = "0x8")]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
314 get
315 {
316 throw null;
317 }
318 }
319
320 [global::Cpp2ILInjected.Token(Token = "0x170006BC")]
321 internal string SCOMPAREINFO
322 {
323 [global::Cpp2ILInjected.Token(Token = "0x6002CAF")]
324 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C24", Offset = "0x1BF6C24", Length = "0x40")]
325 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_CompareInfo", ReturnType = typeof(CompareInfo))]
326 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
327 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
328 get
329 {
330 throw null;
331 }
332 }
333
334 [global::Cpp2ILInjected.Token(Token = "0x170006BD")]
335 internal string STEXTINFO
336 {
337 [global::Cpp2ILInjected.Token(Token = "0x6002CB0")]
338 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C64", Offset = "0x1BF6C64", Length = "0x8")]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
340 get
341 {
342 throw null;
343 }
344 }
345
346 [global::Cpp2ILInjected.Token(Token = "0x170006BE")]
347 internal bool UseUserOverride
348 {
349 [global::Cpp2ILInjected.Token(Token = "0x6002CB1")]
350 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C6C", Offset = "0x1BF6C6C", Length = "0x8")]
351 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
352 get
353 {
354 throw null;
355 }
356 }
357
358 [global::Cpp2ILInjected.Token(Token = "0x6002CB2")]
359 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C74", Offset = "0x1BF6C74", Length = "0x14")]
360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_EraNames", ReturnType = typeof(string[]))]
361 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
363 internal string[] EraNames(int calendarId)
364 {
365 throw null;
366 }
367
368 [global::Cpp2ILInjected.Token(Token = "0x6002CB3")]
369 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C88", Offset = "0x1BF6C88", Length = "0x14")]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_AbbreviatedEraNames", ReturnType = typeof(string[]))]
371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
373 internal string[] AbbrevEraNames(int calendarId)
374 {
375 throw null;
376 }
377
378 [global::Cpp2ILInjected.Token(Token = "0x6002CB4")]
379 [global::Cpp2ILInjected.Address(RVA = "0x1BF6C9C", Offset = "0x1BF6C9C", Length = "0x14")]
380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_AbbreviatedEnglishEraNames", ReturnType = typeof(string[]))]
381 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
384 {
385 throw null;
386 }
387
388 [global::Cpp2ILInjected.Token(Token = "0x6002CB5")]
389 [global::Cpp2ILInjected.Address(RVA = "0x1BF6CB0", Offset = "0x1BF6CB0", Length = "0x14")]
390 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeOverridableProperties", MemberParameters = new object[]
391 {
393 typeof(int)
394 }, ReturnType = typeof(void))]
395 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_UnclonedShortDatePatterns", ReturnType = typeof(string[]))]
396 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
397 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
398 internal string[] ShortDates(int calendarId)
399 {
400 throw null;
401 }
402
403 [global::Cpp2ILInjected.Token(Token = "0x6002CB6")]
404 [global::Cpp2ILInjected.Address(RVA = "0x1BF6CC4", Offset = "0x1BF6CC4", Length = "0x14")]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeOverridableProperties", MemberParameters = new object[]
406 {
408 typeof(int)
409 }, ReturnType = typeof(void))]
410 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_UnclonedLongDatePatterns", ReturnType = typeof(string[]))]
411 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
413 internal string[] LongDates(int calendarId)
414 {
415 throw null;
416 }
417
418 [global::Cpp2ILInjected.Token(Token = "0x6002CB7")]
419 [global::Cpp2ILInjected.Address(RVA = "0x1BF6CD8", Offset = "0x1BF6CD8", Length = "0x14")]
420 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeOverridableProperties", MemberParameters = new object[]
421 {
423 typeof(int)
424 }, ReturnType = typeof(void))]
425 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_UnclonedYearMonthPatterns", ReturnType = typeof(string[]))]
426 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
427 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
428 internal string[] YearMonths(int calendarId)
429 {
430 throw null;
431 }
432
433 [global::Cpp2ILInjected.Token(Token = "0x6002CB8")]
434 [global::Cpp2ILInjected.Address(RVA = "0x1BF6CEC", Offset = "0x1BF6CEC", Length = "0x14")]
435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetDayOfWeekNamesCore", ReturnType = typeof(string[]))]
436 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
438 internal string[] DayNames(int calendarId)
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x6002CB9")]
444 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D00", Offset = "0x1BF6D00", Length = "0x14")]
445 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetAbbreviatedDayOfWeekNamesCore", ReturnType = typeof(string[]))]
446 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
448 internal string[] AbbreviatedDayNames(int calendarId)
449 {
450 throw null;
451 }
452
453 [global::Cpp2ILInjected.Token(Token = "0x6002CBA")]
454 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D14", Offset = "0x1BF6D14", Length = "0x14")]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetMonthNamesCore", ReturnType = typeof(string[]))]
456 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
458 internal string[] MonthNames(int calendarId)
459 {
460 throw null;
461 }
462
463 [global::Cpp2ILInjected.Token(Token = "0x6002CBB")]
464 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D28", Offset = "0x1BF6D28", Length = "0x14")]
465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetGenitiveMonthNames", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string[]))]
466 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
467 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
468 internal string[] GenitiveMonthNames(int calendarId)
469 {
470 throw null;
471 }
472
473 [global::Cpp2ILInjected.Token(Token = "0x6002CBC")]
474 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D3C", Offset = "0x1BF6D3C", Length = "0x14")]
475 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetAbbreviatedMonthNamesCore", ReturnType = typeof(string[]))]
476 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
478 internal string[] AbbreviatedMonthNames(int calendarId)
479 {
480 throw null;
481 }
482
483 [global::Cpp2ILInjected.Token(Token = "0x6002CBD")]
484 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D50", Offset = "0x1BF6D50", Length = "0x14")]
485 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetGenitiveMonthNames", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string[]))]
486 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
487 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
489 {
490 throw null;
491 }
492
493 [global::Cpp2ILInjected.Token(Token = "0x6002CBE")]
494 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D64", Offset = "0x1BF6D64", Length = "0x14")]
495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "internalGetLeapYearMonthNames", ReturnType = typeof(string[]))]
496 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
497 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
498 internal string[] LeapYearMonthNames(int calendarId)
499 {
500 throw null;
501 }
502
503 [global::Cpp2ILInjected.Token(Token = "0x6002CBF")]
504 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D78", Offset = "0x1BF6D78", Length = "0x14")]
505 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_MonthDayPattern", ReturnType = typeof(string))]
506 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
507 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
508 internal string MonthDay(int calendarId)
509 {
510 throw null;
511 }
512
513 [global::Cpp2ILInjected.Token(Token = "0x6002CC0")]
514 [global::Cpp2ILInjected.Address(RVA = "0x1BF6D8C", Offset = "0x1BF6D8C", Length = "0x94")]
515 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
516 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "InitializeOverridableProperties", MemberParameters = new object[]
517 {
519 typeof(int)
520 }, ReturnType = typeof(void))]
521 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "get_DateSeparator", ReturnType = typeof(string))]
522 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
523 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "GetCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CalendarData))]
524 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
525 internal string DateSeparator(int calendarId)
526 {
527 throw null;
528 }
529
530 [global::Cpp2ILInjected.Token(Token = "0x6002CC1")]
531 [global::Cpp2ILInjected.Address(RVA = "0x1BF6E20", Offset = "0x1BF6E20", Length = "0x48")]
532 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
533 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
534 private static string GetDateSeparator(string format)
535 {
536 throw null;
537 }
538
539 [global::Cpp2ILInjected.Token(Token = "0x6002CC2")]
540 [global::Cpp2ILInjected.Address(RVA = "0x1BF6E68", Offset = "0x1BF6E68", Length = "0xFC")]
541 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
542 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
543 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "IndexOfTimePart", MemberParameters = new object[]
544 {
545 typeof(string),
546 typeof(int),
547 typeof(string)
548 }, ReturnType = typeof(int))]
549 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "UnescapeNlsString", MemberParameters = new object[]
551 {
552 typeof(string),
553 typeof(int),
554 typeof(int)
555 }, ReturnType = typeof(string))]
556 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
557 private static string GetSeparator(string format, string timeParts)
558 {
559 throw null;
560 }
561
562 [global::Cpp2ILInjected.Token(Token = "0x6002CC3")]
563 [global::Cpp2ILInjected.Address(RVA = "0x1BF6F64", Offset = "0x1BF6F64", Length = "0xE0")]
564 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GetSeparator", MemberParameters = new object[]
566 {
567 typeof(string),
568 typeof(string)
569 }, ReturnType = typeof(string))]
570 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
571 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
572 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
573 private static int IndexOfTimePart(string format, int startIndex, string timeParts)
574 {
575 throw null;
576 }
577
578 [global::Cpp2ILInjected.Token(Token = "0x6002CC4")]
579 [global::Cpp2ILInjected.Address(RVA = "0x1BF7044", Offset = "0x1BF7044", Length = "0x17C")]
580 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
581 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GetSeparator", MemberParameters = new object[]
582 {
583 typeof(string),
584 typeof(string)
585 }, ReturnType = typeof(string))]
586 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
588 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", MemberParameters = new object[]
589 {
590 typeof(string),
591 typeof(int),
592 typeof(int),
593 typeof(int)
594 }, ReturnType = typeof(void))]
595 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
597 {
598 typeof(int),
599 typeof(int)
600 }, ReturnType = typeof(string))]
601 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
602 private static string UnescapeNlsString(string str, int start, int end)
603 {
604 throw null;
605 }
606
607 [global::Cpp2ILInjected.Token(Token = "0x6002CC5")]
608 [global::Cpp2ILInjected.Address(RVA = "0x1BF71C0", Offset = "0x1BF71C0", Length = "0x4")]
609 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CalendarData), Member = ".ctor", MemberParameters = new object[]
610 {
611 typeof(string),
612 typeof(int),
613 typeof(bool)
614 }, ReturnType = typeof(void))]
615 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
616 internal static string[] ReescapeWin32Strings(string[] array)
617 {
618 throw null;
619 }
620
621 [global::Cpp2ILInjected.Token(Token = "0x6002CC6")]
622 [global::Cpp2ILInjected.Address(RVA = "0x1BF71C4", Offset = "0x1BF71C4", Length = "0x4")]
623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CalendarData), Member = ".ctor", MemberParameters = new object[]
624 {
625 typeof(string),
626 typeof(int),
627 typeof(bool)
628 }, ReturnType = typeof(void))]
629 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
630 internal static string ReescapeWin32String(string str)
631 {
632 throw null;
633 }
634
635 [global::Cpp2ILInjected.Token(Token = "0x6002CC7")]
636 [global::Cpp2ILInjected.Address(RVA = "0x1BF71C8", Offset = "0x1BF71C8", Length = "0x18")]
637 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
638 private unsafe static int strlen(byte* s)
639 {
640 throw null;
641 }
642
643 [global::Cpp2ILInjected.Token(Token = "0x6002CC8")]
644 [global::Cpp2ILInjected.Address(RVA = "0x1BF71E0", Offset = "0x1BF71E0", Length = "0x3C")]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GetNFIValues", MemberParameters = new object[] { typeof(NumberFormatInfo) }, ReturnType = typeof(void))]
646 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.Encoding), Member = "get_UTF8", ReturnType = typeof(global::System.Text.Encoding))]
648 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.Encoding), Member = "GetString", MemberParameters = new object[]
649 {
650 typeof(byte*),
651 typeof(int)
652 }, ReturnType = typeof(string))]
653 private unsafe static string idx2string(byte* data, int idx)
654 {
655 throw null;
656 }
657
658 [global::Cpp2ILInjected.Token(Token = "0x6002CC9")]
659 [global::Cpp2ILInjected.Address(RVA = "0x1BF721C", Offset = "0x1BF721C", Length = "0x88")]
660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureData), Member = "GetNFIValues", MemberParameters = new object[] { typeof(NumberFormatInfo) }, ReturnType = typeof(void))]
661 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
662 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
663 private int[] create_group_sizes_array(int gs0, int gs1)
664 {
665 throw null;
666 }
667
668 [global::Cpp2ILInjected.Token(Token = "0x6002CCA")]
669 [global::Cpp2ILInjected.Address(RVA = "0x1BF72A4", Offset = "0x1BF72A4", Length = "0x18C")]
670 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
671 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NumberFormatInfo), Member = ".ctor", MemberParameters = new object[] { typeof(CultureData) }, ReturnType = typeof(void))]
672 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
673 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
674 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "create_group_sizes_array", MemberParameters = new object[]
675 {
676 typeof(int),
677 typeof(int)
678 }, ReturnType = typeof(int[]))]
679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureData), Member = "idx2string", MemberParameters = new object[]
680 {
681 typeof(byte*),
682 typeof(int)
683 }, ReturnType = typeof(string))]
684 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NumberFormatInfo), Member = "set_NaNSymbol", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
685 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
687 {
688 throw null;
689 }
690
691 [global::Cpp2ILInjected.Token(Token = "0x6002CCB")]
692 [global::Cpp2ILInjected.Address(RVA = "0x1BF7430", Offset = "0x1BF7430", Length = "0x4")]
693 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
694 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
695 [MethodImpl(4096)]
697
698 [global::Cpp2ILInjected.Token(Token = "0x40018BD")]
699 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
700 private string sAM1159;
701
702 [global::Cpp2ILInjected.Token(Token = "0x40018BE")]
703 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
704 private string sPM2359;
705
706 [global::Cpp2ILInjected.Token(Token = "0x40018BF")]
707 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
708 private string sTimeSeparator;
709
710 [global::Cpp2ILInjected.Token(Token = "0x40018C0")]
711 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
712 private string[] saLongTimes;
713
714 [global::Cpp2ILInjected.Token(Token = "0x40018C1")]
715 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
716 private string[] saShortTimes;
717
718 [global::Cpp2ILInjected.Token(Token = "0x40018C2")]
719 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
720 private int iFirstDayOfWeek;
721
722 [global::Cpp2ILInjected.Token(Token = "0x40018C3")]
723 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
724 private int iFirstWeekOfYear;
725
726 [global::Cpp2ILInjected.Token(Token = "0x40018C4")]
727 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
728 private int[] waCalendars;
729
730 [global::Cpp2ILInjected.Token(Token = "0x40018C5")]
731 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
733
734 [global::Cpp2ILInjected.Token(Token = "0x40018C6")]
735 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
736 private string sISO639Language;
737
738 [global::Cpp2ILInjected.Token(Token = "0x40018C7")]
739 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
740 private readonly string sRealName;
741
742 [global::Cpp2ILInjected.Token(Token = "0x40018C8")]
743 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
744 private bool bUseOverrides;
745
746 [global::Cpp2ILInjected.Token(Token = "0x40018C9")]
747 [global::Cpp2ILInjected.FieldOffset(Offset = "0x64")]
748 private int calendarId;
749
750 [global::Cpp2ILInjected.Token(Token = "0x40018CA")]
751 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
752 private int numberIndex;
753
754 [global::Cpp2ILInjected.Token(Token = "0x40018CB")]
755 [global::Cpp2ILInjected.FieldOffset(Offset = "0x6C")]
757
758 [global::Cpp2ILInjected.Token(Token = "0x40018CC")]
759 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
761
762 [global::Cpp2ILInjected.Token(Token = "0x40018CD")]
763 [global::Cpp2ILInjected.FieldOffset(Offset = "0x74")]
765
766 [global::Cpp2ILInjected.Token(Token = "0x40018CE")]
767 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
769
770 [global::Cpp2ILInjected.Token(Token = "0x40018CF")]
771 [global::Cpp2ILInjected.FieldOffset(Offset = "0x7C")]
772 private bool isRightToLeft;
773
774 [global::Cpp2ILInjected.Token(Token = "0x40018D0")]
775 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
776 private string sListSeparator;
777
778 [global::Cpp2ILInjected.Token(Token = "0x40018D1")]
779 private static CultureData s_Invariant;
780
781 [global::Cpp2ILInjected.Token(Token = "0x20005B9")]
783 {
784 [global::Cpp2ILInjected.Token(Token = "0x40018D2")]
785 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
787
788 [global::Cpp2ILInjected.Token(Token = "0x40018D3")]
789 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
791
792 [global::Cpp2ILInjected.Token(Token = "0x40018D4")]
793 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
795
796 [global::Cpp2ILInjected.Token(Token = "0x40018D5")]
797 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
799
800 [global::Cpp2ILInjected.Token(Token = "0x40018D6")]
801 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
803
804 [global::Cpp2ILInjected.Token(Token = "0x40018D7")]
805 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
807
808 [global::Cpp2ILInjected.Token(Token = "0x40018D8")]
809 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
811
812 [global::Cpp2ILInjected.Token(Token = "0x40018D9")]
813 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
814 internal int currency_symbol;
815
816 [global::Cpp2ILInjected.Token(Token = "0x40018DA")]
817 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
818 internal int nan_symbol;
819
820 [global::Cpp2ILInjected.Token(Token = "0x40018DB")]
821 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
823
824 [global::Cpp2ILInjected.Token(Token = "0x40018DC")]
825 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
826 internal int negative_sign;
827
828 [global::Cpp2ILInjected.Token(Token = "0x40018DD")]
829 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
831
832 [global::Cpp2ILInjected.Token(Token = "0x40018DE")]
833 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
835
836 [global::Cpp2ILInjected.Token(Token = "0x40018DF")]
837 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
839
840 [global::Cpp2ILInjected.Token(Token = "0x40018E0")]
841 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
843
844 [global::Cpp2ILInjected.Token(Token = "0x40018E1")]
845 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
847
848 [global::Cpp2ILInjected.Token(Token = "0x40018E2")]
849 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
851
852 [global::Cpp2ILInjected.Token(Token = "0x40018E3")]
853 [global::Cpp2ILInjected.FieldOffset(Offset = "0x44")]
854 internal int per_mille_symbol;
855
856 [global::Cpp2ILInjected.Token(Token = "0x40018E4")]
857 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
859
860 [global::Cpp2ILInjected.Token(Token = "0x40018E5")]
861 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C")]
863
864 [global::Cpp2ILInjected.Token(Token = "0x40018E6")]
865 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
866 internal int percent_symbol;
867
868 [global::Cpp2ILInjected.Token(Token = "0x40018E7")]
869 [global::Cpp2ILInjected.FieldOffset(Offset = "0x54")]
871
872 [global::Cpp2ILInjected.Token(Token = "0x40018E8")]
873 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
874 internal int positive_sign;
875 }
876 }
877}
class f__AnonymousType0<< Count > j__TPar
static string GetDateSeparator(string format)
static unsafe byte * fill_number_data(int index, ref CultureData.NumberFormatEntryManaged nfe)
string[] GenitiveMonthNames(int calendarId)
string[] AbbreviatedMonthNames(int calendarId)
static unsafe int strlen(byte *s)
string[] AbbreviatedEnglishEraNames(int calendarId)
string[] ShortDates(int calendarId)
string[] LongDates(int calendarId)
void fill_culture_data(int datetimeIndex)
static CultureData GetCultureData(string cultureName, bool useUserOverride, int datetimeIndex, int calendarId, int numberIndex, string iso2lang, int ansiCodePage, int oemCodePage, int macCodePage, int ebcdicCodePage, bool rightToLeft, string listSeparator)
string[] AbbreviatedDayNames(int calendarId)
string[] AbbrevEraNames(int calendarId)
static unsafe string idx2string(byte *data, int idx)
int[] create_group_sizes_array(int gs0, int gs1)
static CultureData GetCultureData(string cultureName, bool useUserOverride)
static string UnescapeNlsString(string str, int start, int end)
string[] AbbreviatedGenitiveMonthNames(int calendarId)
string[] YearMonths(int calendarId)
static string[] ReescapeWin32Strings(string[] array)
string[] MonthNames(int calendarId)
CalendarData GetCalendar(int calendarId)
string MonthDay(int calendarId)
static string GetSeparator(string format, string timeParts)
static int IndexOfTimePart(string format, int startIndex, string timeParts)
string[] LeapYearMonthNames(int calendarId)
unsafe void GetNFIValues(NumberFormatInfo nfi)
string[] DayNames(int calendarId)
string DateSeparator(int calendarId)
string[] EraNames(int calendarId)
static string ReescapeWin32String(string str)