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

◆ FullDHMMatch()

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

Definition at line 709 of file TimeSpanParse.cs.

710 {
711 int sepCount = this._sepCount;
712 int numCount = this._numCount;
713 string[] literals = pattern._literals;
715 if (this._literals0._length != 0)
716 {
717 bool flag;
718 return flag;
719 }
720 string[] literals3 = pattern._literals;
722 if (this._literals1._length != 0)
723 {
724 bool flag2;
725 return flag2;
726 }
727 string[] literals5 = pattern._literals;
729 int length = this._literals2._length;
730 if (length != 0)
731 {
732 bool flag3;
733 return flag3;
734 }
735 string[] literals7 = pattern._literals;
737 int length2 = this._literals3._length;
738 if (length != 0)
739 {
740 }
741 bool flag4;
742 return length2 == 0 || flag4;
743 }
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._numCount, System.Globalization.TimeSpanParse.TimeSpanRawInfo._sepCount, j__TPar, and System.length.