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 TailoringInfo | GetTailoringInfo (int lcid) |
static void | BuildTailoringTables (CultureInfo culture, TailoringInfo t, Contraction[] contractions, Level2Map[] diacriticals) |
static byte | Category (int cp) |
static byte | Level1 (int cp) |
static byte | Level2 (int cp) |
static byte | Level3 (int cp) |
static bool | IsIgnorable (int cp, byte flag) |
static bool | IsIgnorableNonSpacing (int cp) |
static int | ToKanaTypeInsensitive (int i) |
static int | ToWidthCompat (int i) |
static bool | HasSpecialWeight (char c) |
static bool | IsHalfWidthKana (char c) |
static bool | IsHiragana (char c) |
static bool | IsJapaneseSmallLetter (char c) |
static unsafe void | FillCJK (string culture, CodePointIndexer cjkIndexer, byte *catTable, byte *lv1Table, CodePointIndexer lv2Indexer, byte *lv2Table) |
Static Public Attributes | |
static int | MaxExpansionLength |
static readonly bool | isReady |
Properties | |
static bool | IsReady [get] |
Static Private Member Functions | |
static unsafe void | SetCJKReferences (string name, CodePointIndexer cjkIndexer, byte *catTable, byte *lv1Table, CodePointIndexer lv2Indexer, byte *lv2Table) |
static IntPtr | GetResource (string name) |
static unsafe uint | UInt32FromBytePtr (byte *raw, uint idx) |
static unsafe | MSCompatUnicodeTable () |
static unsafe void | FillCJKCore (string culture, CodePointIndexer cjkIndexer, byte *catTable, byte *lv1Table, CodePointIndexer cjkLv2Indexer, byte *lv2Table) |
Static Private Attributes | |
static unsafe readonly byte * | ignorableFlags |
static unsafe readonly byte * | categories |
static unsafe readonly byte * | level1 |
static unsafe readonly byte * | level2 |
static unsafe readonly byte * | level3 |
static unsafe byte * | cjkCHScategory |
static unsafe byte * | cjkCHTcategory |
static unsafe byte * | cjkJAcategory |
static unsafe byte * | cjkKOcategory |
static unsafe byte * | cjkCHSlv1 |
static unsafe byte * | cjkCHTlv1 |
static unsafe byte * | cjkJAlv1 |
static unsafe byte * | cjkKOlv1 |
static unsafe byte * | cjkKOlv2 |
static readonly char[] | tailoringArr |
static readonly TailoringInfo[] | tailoringInfos |
static object | forLock |
Definition at line 9 of file MSCompatUnicodeTable.cs.