Terraria v1.4.4.9
Terraria source code documentation
|
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 = new List<string>() |
Private Types | |
enum | FoundDatePattern { None = 0 , FoundYearPatternFlag = 1 , FoundMonthPatternFlag = 2 , 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 | |
FoundDatePattern | _ymdFlags |
Definition at line 6 of file DateTimeFormatInfoScanner.cs.