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

◆ FullHMSFMatch()

bool System.Globalization.TimeSpanParse.TimeSpanRawInfo.FullHMSFMatch ( TimeSpanFormat::FormatLiterals pattern)
inlinepackage

Definition at line 828 of file TimeSpanParse.cs.

829 {
830 int sepCount = this._sepCount;
831 int numCount = this._numCount;
832 string[] literals = pattern._literals;
834 if (this._literals0._length != 0)
835 {
836 bool flag;
837 return flag;
838 }
839 string[] literals3 = pattern._literals;
841 if (this._literals1._length != 0)
842 {
843 bool flag2;
844 return flag2;
845 }
846 string[] literals5 = pattern._literals;
848 if (this._literals2._length != 0)
849 {
850 bool flag3;
851 return flag3;
852 }
853 string[] literals7 = pattern._literals;
855 int length = this._literals3._length;
856 if (length != 0)
857 {
858 bool flag4;
859 return flag4;
860 }
861 string[] literals9 = pattern._literals;
863 int length2 = this._literals4._length;
864 if (length != 0)
865 {
866 }
867 bool flag5;
868 return length2 == 0 || flag5;
869 }
class f__AnonymousType0<< Count > j__TPar
readonly int _length

References System.ReadOnlySpan< T >._length, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals0, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals1, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals2, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals3, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals4, System.Globalization.TimeSpanParse.TimeSpanRawInfo._numCount, System.Globalization.TimeSpanParse.TimeSpanRawInfo._sepCount, j__TPar, and System.length.