|
| 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, ref StringBuilder sb, int checkType) |
| |
| static void | ReorderCanonical (string src, ref StringBuilder sb, int start) |
| |
| static void | DecomposeChar (ref StringBuilder sb, ref int[] buf, string s, int i, int checkType, ref int start) |
| |
| static int | GetCanonicalHangul (int s, int[] buf, int bufIdx) |
| |
| static int | GetCanonical (int c, int[] buf, int bufIdx, int checkType) |
| |
| static unsafe | Normalization () |
| |
Definition at line 11 of file Normalization.cs.