terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
IdnMapping () | |
override bool | Equals (object obj) |
override int | GetHashCode () |
string | GetAscii (string unicode) |
string | GetAscii (string unicode, int index, int count) |
string | GetUnicode (string ascii) |
string | GetUnicode (string ascii, int index, int count) |
Private Member Functions | |
string | Convert (string input, int index, int count, bool toAscii) |
string | ToAscii (string s, int offset) |
void | VerifyLength (string s, int offset) |
string | NamePrep (string s, int offset) |
void | VerifyProhibitedCharacters (string s, int offset) |
void | VerifyStd3AsciiRules (string s, int offset) |
string | ToUnicode (string s, int offset) |
Private Attributes | |
bool | allow_unassigned |
bool | use_std3 |
Punycode | puny |
Definition at line 10 of file IdnMapping.cs.