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.TimeSpanParse.TimeSpanRawInfo Struct Reference

Package Functions

bool FullAppCompatMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool PartialAppCompatMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullDMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullHMMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullDHMMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullHMSMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullDHMSMatch (TimeSpanFormat.FormatLiterals pattern)
 
bool FullHMSFMatch (TimeSpanFormat.FormatLiterals pattern)
 
void Init (DateTimeFormatInfo dtfi)
 
bool ProcessToken (TimeSpanParse.TimeSpanToken tok, TimeSpanParse.TimeSpanResult result)
 

Package Attributes

TimeSpanParse.TTT _lastSeenTTT
 
int _tokenCount
 
int _sepCount
 
int _numCount
 
TimeSpanParse.TimeSpanToken _numbers0
 
TimeSpanParse.TimeSpanToken _numbers1
 
TimeSpanParse.TimeSpanToken _numbers2
 
TimeSpanParse.TimeSpanToken _numbers3
 
TimeSpanParse.TimeSpanToken _numbers4
 
ReadOnlySpan< char > _literals0
 
ReadOnlySpan< char > _literals1
 
ReadOnlySpan< char > _literals2
 
ReadOnlySpan< char > _literals3
 
ReadOnlySpan< char > _literals4
 
ReadOnlySpan< char > _literals5
 

Properties

TimeSpanFormat.FormatLiterals PositiveInvariant [get]
 
TimeSpanFormat.FormatLiterals NegativeInvariant [get]
 
TimeSpanFormat.FormatLiterals PositiveLocalized [get]
 
TimeSpanFormat.FormatLiterals NegativeLocalized [get]
 

Private Member Functions

bool AddSep (ReadOnlySpan< char > sep, TimeSpanParse.TimeSpanResult result)
 
bool AddNum (TimeSpanParse.TimeSpanToken num, TimeSpanParse.TimeSpanResult result)
 

Private Attributes

TimeSpanFormat.FormatLiterals _posLoc
 
TimeSpanFormat.FormatLiterals _negLoc
 
bool _posLocInit
 
bool _negLocInit
 
string _fullPosPattern
 
string _fullNegPattern
 

Detailed Description

Definition at line 436 of file TimeSpanParse.cs.


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