terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 ReadOnlySpan< byte > | CategoryLevel1Index [get] |
static ReadOnlySpan< byte > | CategoryLevel2Index [get] |
static ReadOnlySpan< byte > | CategoryLevel3Index [get] |
static ReadOnlySpan< byte > | CategoriesValue [get] |
static ReadOnlySpan< byte > | NumericLevel1Index [get] |
static ReadOnlySpan< byte > | NumericLevel2Index [get] |
static ReadOnlySpan< byte > | NumericLevel3Index [get] |
static ReadOnlySpan< byte > | NumericValues [get] |
Definition at line 7 of file CharUnicodeInfo.cs.