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

◆ IsAllowedJapaneseTokenFollowedByNonSpaceLetter()

bool System.Globalization.DateTimeFormatInfo.IsAllowedJapaneseTokenFollowedByNonSpaceLetter ( string tokenString,
char nextCh )
inlineprivate

Definition at line 1604 of file DateTimeFormatInfo.cs.

1605 {
1606 Calendar calendar = this.calendar;
1607 bool flag = tokenString == "元";
1608 return true;
1609 }

References System.Globalization.DateTimeFormatInfo.calendar.