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

◆ PopulateSpecialTokenHashTable()

void System.Globalization.DateTimeFormatInfo.PopulateSpecialTokenHashTable ( DateTimeFormatInfo::TokenHashValue[] temp,
bool useDateSepAsIgnorableSymbol )
inlineprivate

Definition at line 1499 of file DateTimeFormatInfo.cs.

1500 {
1501 string sISO639Language;
1502 if (this._langName == null)
1503 {
1504 sISO639Language = this._cultureData.sISO639Language;
1505 this._langName = sISO639Language;
1506 }
1507 bool flag = sISO639Language.Equals("sq");
1508 string sAM;
1509 if (this.amDesignator == null)
1510 {
1511 sAM = this._cultureData.sAM1159;
1513 }
1514 string text = "." + sAM;
1515 string sPM;
1516 if (this.pmDesignator == null)
1517 {
1518 sPM = this._cultureData.sPM2359;
1520 }
1521 string text2 = "." + sPM;
1522 Calendar calendar = this.calendar;
1523 string sISO639Language2;
1524 if (this._langName == null)
1525 {
1526 sISO639Language2 = this._cultureData.sISO639Language;
1528 }
1529 bool flag2 = sISO639Language2.Equals("ko");
1530 DateTimeFormatFlags dateTimeFormatFlags = this.formatFlags;
1531 string[] array;
1532 if (array == null)
1533 {
1534 return;
1535 }
1536 string text3;
1537 this.AddMonthNames(temp, text3);
1538 }
class f__AnonymousType0<< Count > j__TPar
void AddMonthNames(DateTimeFormatInfo.TokenHashValue[] temp, string monthPostfix)

References System.Globalization.DateTimeFormatInfo._cultureData, System.Globalization.DateTimeFormatInfo._langName, System.Globalization.DateTimeFormatInfo.AddMonthNames(), System.Globalization.DateTimeFormatInfo.amDesignator, System.array, System.Globalization.DateTimeFormatInfo.calendar, System.Globalization.DateTimeFormatInfo.formatFlags, j__TPar, System.Globalization.DateTimeFormatInfo.pmDesignator, System.Globalization.CultureData.sAM1159, System.Globalization.CultureData.sISO639Language, System.Globalization.CultureData.sPM2359, and System.text.