terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
virtual object | Clone () |
virtual char | ToLower (char c) |
virtual string | ToLower (string str) |
virtual char | ToUpper (char c) |
virtual string | ToUpper (string str) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static TextInfo | ReadOnly (TextInfo textInfo) |
Package Functions | |
TextInfo (CultureData cultureData) | |
void | SetReadOnlyState (bool readOnly) |
void | ToUpperAsciiInvariant (ReadOnlySpan< char > source, Span< char > destination) |
void | ChangeCase (ReadOnlySpan< char > source, Span< char > destination, bool toUpper) |
TextInfo () | |
Static Package Functions | |
static char | ToUpperAsciiInvariant (char c) |
Package Attributes | |
int | m_nDataItem |
bool | m_useUserOverride |
int | m_win32LangID |
Static Package Attributes | |
static TextInfo | s_Invariant |
Properties | |
static TextInfo | Invariant [get] |
string | CultureName [get] |
bool | IsReadOnly [get] |
bool | IsAsciiCasingSameAsInvariant [get] |
Private Member Functions | |
void | OnDeserializing (StreamingContext ctx) |
void | OnDeserialized () |
void | OnDeserialized (StreamingContext ctx) |
void | OnSerializing (StreamingContext ctx) |
void IDeserializationCallback. | OnDeserialization (object sender) |
string | ToUpperInternal (string str) |
string | ToLowerInternal (string str) |
char | ToUpperInternal (char c) |
char | ToLowerInternal (char c) |
Static Private Member Functions | |
static char | ToLowerAsciiInvariant (char c) |
static bool | IsAscii (char c) |
Private Attributes | |
string | m_listSeparator |
bool | m_isReadOnly |
string | m_cultureName |
CultureData | m_cultureData |
string | m_textInfoName |
bool? | m_IsAsciiCasingSameAsInvariant |
string | customCultureName |
Static Private Attributes | |
const int | wordSeparatorMask = 536672256 |
Definition at line 11 of file TextInfo.cs.