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
System.Globalization.CultureData Class Reference
+ Collaboration diagram for System.Globalization.CultureData:

Classes

struct  NumberFormatEntryManaged
 

Public Member Functions

CalendarData GetCalendar (int calendarId)
 

Static Public Member Functions

static CultureData GetCultureData (string cultureName, bool useUserOverride)
 
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)
 

Package Functions

CalendarId[] GetCalendarIds ()
 
string[] EraNames (int calendarId)
 
string[] AbbrevEraNames (int calendarId)
 
string[] AbbreviatedEnglishEraNames (int calendarId)
 
string[] ShortDates (int calendarId)
 
string[] LongDates (int calendarId)
 
string[] YearMonths (int calendarId)
 
string[] DayNames (int calendarId)
 
string[] AbbreviatedDayNames (int calendarId)
 
string[] MonthNames (int calendarId)
 
string[] GenitiveMonthNames (int calendarId)
 
string[] AbbreviatedMonthNames (int calendarId)
 
string[] AbbreviatedGenitiveMonthNames (int calendarId)
 
string[] LeapYearMonthNames (int calendarId)
 
string MonthDay (int calendarId)
 
string DateSeparator (int calendarId)
 
unsafe void GetNFIValues (NumberFormatInfo nfi)
 

Static Package Functions

static string[] ReescapeWin32Strings (string[] array)
 
static string ReescapeWin32String (string str)
 

Properties

static CultureData Invariant [get, set]
 
string[] LongTimes [get, set]
 
string[] ShortTimes [get, set]
 
string SISO639LANGNAME [get, set]
 
int IFIRSTDAYOFWEEK [get, set]
 
int IFIRSTWEEKOFYEAR [get, set]
 
string SAM1159 [get, set]
 
string SPM2359 [get, set]
 
string TimeSeparator [get, set]
 
int[] CalendarIds [get, set]
 
bool IsInvariantCulture [get, set]
 
string CultureName [get, set]
 
string SCOMPAREINFO [get, set]
 
string STEXTINFO [get, set]
 
bool UseUserOverride [get, set]
 

Private Member Functions

 CultureData (string name)
 
void fill_culture_data (int datetimeIndex)
 
int[] create_group_sizes_array (int gs0, int gs1)
 
static unsafe byte * fill_number_data (int index, ref CultureData.NumberFormatEntryManaged nfe)
 

Static Private Member Functions

static string GetDateSeparator (string format)
 
static string GetSeparator (string format, string timeParts)
 
static int IndexOfTimePart (string format, int startIndex, string timeParts)
 
static string UnescapeNlsString (string str, int start, int end)
 
static unsafe int strlen (byte *s)
 
static unsafe string idx2string (byte *data, int idx)
 

Private Attributes

string sAM1159
 
string sPM2359
 
string sTimeSeparator
 
string[] saLongTimes
 
string[] saShortTimes
 
int iFirstDayOfWeek
 
int iFirstWeekOfYear
 
int[] waCalendars
 
CalendarData[] calendars
 
string sISO639Language
 
readonly string sRealName
 
bool bUseOverrides
 
int calendarId
 
int numberIndex
 
int iDefaultAnsiCodePage
 
int iDefaultOemCodePage
 
int iDefaultMacCodePage
 
int iDefaultEbcdicCodePage
 
bool isRightToLeft
 
string sListSeparator
 

Static Private Attributes

static CultureData s_Invariant
 

Detailed Description

Definition at line 12 of file CultureData.cs.


The documentation for this class was generated from the following file: