terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Text.Normalization Class Reference

Static Public Member Functions

static NormalizationCheck QuickCheck (char c, int type)
 
static string Normalize (string source, NormalizationForm normalizationForm)
 
static string Normalize (string source, int type)
 

Static Public Attributes

static readonly bool isReady
 

Static Private Member Functions

static uint PropValue (int cp)
 
static int CharMapIdx (int cp)
 
static byte GetCombiningClass (int c)
 
static int GetPrimaryCompositeFromMapIndex (int src)
 
static int GetPrimaryCompositeHelperIndex (int cp)
 
static string Compose (string source, int checkType)
 
static StringBuilder Combine (string source, int start, int checkType)
 
static void Combine (StringBuilder sb, int i, int checkType)
 
static int CombineHangul (StringBuilder sb, string s, int current)
 
static int Fetch (StringBuilder sb, string s, int i)
 
static int TryComposeWithPreviousStarter (StringBuilder sb, string s, int current)
 
static int TryCompose (int i, int starter, int candidate)
 
static string Decompose (string source, int checkType)
 
static void Decompose (string source, StringBuilder sb, int checkType)
 
static void ReorderCanonical (string src, StringBuilder sb, int start)
 
static void DecomposeChar (StringBuilder sb, int[] buf, string s, int i, int checkType, int start)
 
static int GetCanonicalHangul (int s, int[] buf, int bufIdx)
 
static int GetCanonical (int c, int[] buf, int bufIdx, int checkType)
 
static void load_normalization_resource ([Out] IntPtr props, [Out] IntPtr mappedChars, [Out] IntPtr charMapIndex, [Out] IntPtr helperIndex, [Out] IntPtr mapIdxToComposite, [Out] IntPtr combiningClass)
 
static Normalization ()
 

Static Private Attributes

static unsafe byte * props
 
static unsafe int * mappedChars
 
static unsafe short * charMapIndex
 
static unsafe short * helperIndex
 
static unsafe ushort * mapIdxToComposite
 
static unsafe byte * combiningClass
 
static object forLock
 

Detailed Description

Definition at line 8 of file Normalization.cs.


The documentation for this class was generated from the following file: