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 TailoringInfo | GetTailoringInfo (int lcid) |
static unsafe void | BuildTailoringTables (global::System.Globalization.CultureInfo culture, TailoringInfo t, ref Contraction[] contractions, ref Level2Map[] diacriticals) |
static byte | Category (int cp) |
static byte | Level1 (int cp) |
static byte | Level2 (int cp) |
static unsafe 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 unsafe bool | IsJapaneseSmallLetter (char c) |
static unsafe void | FillCJK (string culture, ref CodePointIndexer cjkIndexer, ref byte *catTable, ref byte *lv1Table, ref CodePointIndexer lv2Indexer, ref byte *lv2Table) |
Static Public Attributes | |
static int | MaxExpansionLength |
static readonly bool | isReady |
Properties | |
static bool | IsReady [get, set] |
Static Private Member Functions | |
static unsafe void | SetCJKReferences (string name, ref CodePointIndexer cjkIndexer, ref byte *catTable, ref byte *lv1Table, ref CodePointIndexer lv2Indexer, ref byte *lv2Table) |
static unsafe global::System.IntPtr | GetResource (string name) |
static unsafe uint | UInt32FromBytePtr (byte *raw, uint idx) |
static unsafe | MSCompatUnicodeTable () |
static unsafe void | FillCJKCore (string culture, ref CodePointIndexer cjkIndexer, ref byte *catTable, ref byte *lv1Table, ref CodePointIndexer cjkLv2Indexer, ref 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 14 of file MSCompatUnicodeTable.cs.