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
|
Static Public Member Functions | |
static double | GetNumericValue (char ch) |
static UnicodeCategory | GetUnicodeCategory (char ch) |
static UnicodeCategory | GetUnicodeCategory (string s, int index) |
static UnicodeCategory | GetUnicodeCategory (int codePoint) |
Static Package Functions | |
static int | InternalConvertToUtf32 (string s, int index) |
static double | InternalGetNumericValue (int ch) |
static byte | InternalGetCategoryValue (int ch, int offset) |
static UnicodeCategory | InternalGetUnicodeCategory (string value, int index) |
static bool | IsWhiteSpace (string s, int index) |
static bool | IsWhiteSpace (char c) |
Properties | |
static global::System.ReadOnlySpan< byte > | CategoryLevel1Index [get, set] |
static global::System.ReadOnlySpan< byte > | CategoryLevel2Index [get, set] |
static global::System.ReadOnlySpan< byte > | CategoryLevel3Index [get, set] |
static global::System.ReadOnlySpan< byte > | CategoriesValue [get, set] |
static global::System.ReadOnlySpan< byte > | NumericLevel1Index [get, set] |
static global::System.ReadOnlySpan< byte > | NumericLevel2Index [get, set] |
static global::System.ReadOnlySpan< byte > | NumericLevel3Index [get, set] |
static global::System.ReadOnlySpan< byte > | NumericValues [get, set] |
Definition at line 9 of file CharUnicodeInfo.cs.