terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static | __DTString () |
Package Functions | |
__DTString (ReadOnlySpan< char > str, DateTimeFormatInfo dtfi, bool checkDigitToken) | |
__DTString (ReadOnlySpan< char > str, DateTimeFormatInfo dtfi) | |
bool | GetNext () |
bool | AtEnd () |
bool | Advance (int count) |
void | GetRegularToken ([Out] TokenType tokenType, [Out] int tokenValue, DateTimeFormatInfo dtfi) |
TokenType | GetSeparatorToken (DateTimeFormatInfo dtfi, [Out] int indexBeforeSeparator, [Out] char charBeforeSeparator) |
bool | MatchSpecifiedWord (string target) |
bool | MatchSpecifiedWords (string target, bool checkWordBoundary, int matchLength) |
bool | Match (string str) |
bool | Match (char ch) |
int | MatchLongestWords (string[] words, int maxMatchStrLen) |
int | GetRepeatCount () |
bool | GetNextDigit () |
char | GetChar () |
int | GetDigit () |
void | SkipWhiteSpaces () |
bool | SkipWhiteSpaceCurrent () |
void | TrimTail () |
void | RemoveTrailingInQuoteSpaces () |
void | RemoveLeadingInQuoteSpaces () |
DTSubString | GetSubString () |
void | ConsumeSubString (DTSubString sub) |
Package Attributes | |
ReadOnlySpan< char > | Value |
int | Index |
char | m_current |
Properties | |
int | Length [get] |
CompareInfo | CompareInfo [get] |
Private Attributes | |
CompareInfo | m_info |
bool | m_checkDigitToken |
Static Private Attributes | |
static readonly char[] | WhiteSpaceChecks |
Definition at line 10 of file __DTString.cs.