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

◆ NamePrep()

string System.Globalization.IdnMapping.NamePrep ( string s,
int offset )
inlineprivate

Definition at line 122 of file IdnMapping.cs.

123 {
124 string text;
125 if (!this.allow_unassigned)
126 {
127 int stringLength = text._stringLength;
128 long num = 0L;
129 if (stringLength == 0)
130 {
131 }
132 UnicodeCategory unicodeCategory = char.GetUnicodeCategory(text, (int)num);
133 int stringLength2 = text._stringLength;
134 }
135 return text;
136 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.IdnMapping.allow_unassigned, j__TPar, System.L, and System.text.

Referenced by System.Globalization.IdnMapping.ToAscii(), and System.Globalization.IdnMapping.ToUnicode().