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

◆ FullDHMSMatch()

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

Definition at line 784 of file TimeSpanParse.cs.

785 {
786 int sepCount = this._sepCount;
787 int numCount = this._numCount;
788 string[] literals = pattern._literals;
790 if (this._literals0._length != 0)
791 {
792 bool flag;
793 return flag;
794 }
795 string[] literals3 = pattern._literals;
797 if (this._literals1._length != 0)
798 {
799 bool flag2;
800 return flag2;
801 }
802 string[] literals5 = pattern._literals;
804 if (this._literals2._length != 0)
805 {
806 bool flag3;
807 return flag3;
808 }
809 string[] literals7 = pattern._literals;
811 int length = this._literals3._length;
812 if (length != 0)
813 {
814 bool flag4;
815 return flag4;
816 }
817 string[] literals9 = pattern._literals;
819 int length2 = this._literals4._length;
820 if (length != 0)
821 {
822 }
823 bool flag5;
824 return length2 == 0 || flag5;
825 }
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.