| 
    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 
   | 
 
 Collaboration diagram for System.Globalization.DateTimeFormatInfoScanner: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 | |
| global::System.Collections.Generic.List< string > | m_dateWords | 
Properties | |
| static global::System.Collections.Generic.Dictionary< string, string > | KnownWords [get, set] | 
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 global::System.Collections.Generic.Dictionary< string, string > | s_knownWords | 
Definition at line 10 of file DateTimeFormatInfoScanner.cs.