|
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
|
Inheritance diagram for System.Globalization.TextInfo:
Collaboration diagram for System.Globalization.TextInfo: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 (global::System.ReadOnlySpan< char > source, global::System.Span< char > destination) |
| void | ChangeCase (global::System.ReadOnlySpan< char > source, global::System.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, set] |
| string | CultureName [get, set] |
| bool | IsReadOnly [get, set] |
| bool | IsAsciiCasingSameAsInvariant [get, set] |
Private Member Functions | |
| void | OnDeserializing (global::System.Runtime.Serialization.StreamingContext ctx) |
| void | OnDeserialized () |
| void | OnDeserialized (global::System.Runtime.Serialization.StreamingContext ctx) |
| void | OnSerializing (global::System.Runtime.Serialization.StreamingContext ctx) |
| void System.Runtime.Serialization.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 13 of file TextInfo.cs.