terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Globalization.DateTimeFormatInfoScanner Class Reference

Public Member Functions

 DateTimeFormatInfoScanner ()
 

Package Functions

void AddDateWordOrPostfix (string formatPostfix, string str)
 
int AddDateWords (string pattern, int index, string formatPostfix)
 
void AddIgnorableSymbols (string text)
 
void ScanDateWord (string pattern)
 
string[] GetDateWordsOfDTFI (DateTimeFormatInfo dtfi)
 

Static Package Functions

static int SkipWhiteSpacesAndNonLetter (string pattern, int currentIndex)
 
static int ScanRepeatChar (string pattern, char ch, int index, [Out] int count)
 
static FORMATFLAGS GetFormatFlagGenitiveMonth (string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
 
static FORMATFLAGS GetFormatFlagUseSpaceInMonthNames (string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames)
 
static FORMATFLAGS GetFormatFlagUseSpaceInDayNames (string[] dayNames, string[] abbrevDayNames)
 
static FORMATFLAGS GetFormatFlagUseHebrewCalendar (int calID)
 

Package Attributes

List< string > m_dateWords
 

Properties

static Dictionary< string, string > KnownWords [get]
 

Private Types

enum  FoundDatePattern {
  None , FoundYearPatternFlag , FoundMonthPatternFlag , FoundDayPatternFlag = 4 ,
  FoundYMDPatternFlag = 7
}
 

Static Private Member Functions

static bool EqualStringArrays (string[] array1, string[] array2)
 
static bool ArrayElementsHaveSpace (string[] array)
 
static bool ArrayElementsBeginWithDigit (string[] array)
 

Private Attributes

DateTimeFormatInfoScanner.FoundDatePattern _ymdFlags
 

Static Private Attributes

static Dictionary< string, string > s_knownWords
 

Detailed Description

Definition at line 9 of file DateTimeFormatInfoScanner.cs.


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