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.__DTString Struct Reference
+ Collaboration diagram for System.__DTString:

Static Public Member Functions

static __DTString ()
 

Package Functions

 __DTString (global::System.ReadOnlySpan< char > str, global::System.Globalization.DateTimeFormatInfo dtfi, bool checkDigitToken)
 
 __DTString (global::System.ReadOnlySpan< char > str, global::System.Globalization.DateTimeFormatInfo dtfi)
 
bool GetNext ()
 
bool AtEnd ()
 
bool Advance (int count)
 
void GetRegularToken (out global::System.TokenType tokenType, out int tokenValue, global::System.Globalization.DateTimeFormatInfo dtfi)
 
global::System.TokenType GetSeparatorToken (global::System.Globalization.DateTimeFormatInfo dtfi, out int indexBeforeSeparator, out char charBeforeSeparator)
 
bool MatchSpecifiedWord (string target)
 
bool MatchSpecifiedWords (string target, bool checkWordBoundary, ref int matchLength)
 
bool Match (string str)
 
bool Match (char ch)
 
int MatchLongestWords (string[] words, ref int maxMatchStrLen)
 
int GetRepeatCount ()
 
bool GetNextDigit ()
 
char GetChar ()
 
int GetDigit ()
 
void SkipWhiteSpaces ()
 
bool SkipWhiteSpaceCurrent ()
 
void TrimTail ()
 
void RemoveTrailingInQuoteSpaces ()
 
void RemoveLeadingInQuoteSpaces ()
 
global::System.DTSubString GetSubString ()
 
void ConsumeSubString (global::System.DTSubString sub)
 

Package Attributes

global::System.ReadOnlySpan< char > Value
 
int Index
 
char m_current
 

Properties

int Length [get, set]
 
global::System.Globalization.CompareInfo CompareInfo [get, set]
 

Private Attributes

global::System.Globalization.CompareInfo m_info
 
bool m_checkDigitToken
 

Static Private Attributes

static readonly char[] WhiteSpaceChecks
 

Detailed Description

Definition at line 11 of file __DTString.cs.


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