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

◆ ScanDateWord()

void System.Globalization.DateTimeFormatInfoScanner.ScanDateWord ( string pattern)
inlinepackage

Definition at line 112 of file DateTimeFormatInfoScanner.cs.

113 {
114 int stringLength = pattern._stringLength;
115 long num = 0L;
116 char c = pattern[(int)num];
117 int stringLength2 = pattern._stringLength;
118 char c2 = pattern[(int)c];
119 int stringLength3 = pattern._stringLength;
120 int stringLength4 = pattern._stringLength;
121 long num2 = 0L;
122 char c3 = pattern[(int)c];
123 int num3 = this.AddDateWords(pattern, (int)num2, "MMMM");
125 }
class f__AnonymousType0<< Count > j__TPar
DateTimeFormatInfoScanner.FoundDatePattern _ymdFlags
int AddDateWords(string pattern, int index, string formatPostfix)

References System.Globalization.DateTimeFormatInfoScanner._ymdFlags, System.Globalization.DateTimeFormatInfoScanner.AddDateWords(), j__TPar, and System.L.

Referenced by System.Globalization.DateTimeFormatInfoScanner.GetDateWordsOfDTFI().