Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.CharUnicodeInfo Class Reference

Static Public Member Functions

static int GetDecimalDigitValue (char ch)
 
static int GetDecimalDigitValue (string s, int index)
 
static int GetDigitValue (char ch)
 
static int GetDigitValue (string s, int index)
 
static double GetNumericValue (char ch)
 
static double GetNumericValue (string s, int index)
 
static UnicodeCategory GetUnicodeCategory (char ch)
 
static UnicodeCategory GetUnicodeCategory (int codePoint)
 
static UnicodeCategory GetUnicodeCategory (string s, int index)
 

Static Package Functions

static StrongBidiCategory GetBidiCategory (string s, int index)
 
static StrongBidiCategory GetBidiCategory (StringBuilder s, int index)
 
static GraphemeClusterBreakType GetGraphemeClusterBreakType (Rune rune)
 
static bool GetIsWhiteSpace (char ch)
 
static double GetNumericValue (int codePoint)
 
static double GetNumericValueInternal (string s, int index)
 
static char ToUpper (char codePoint)
 
static uint ToUpper (uint codePoint)
 
static char ToLower (char codePoint)
 
static uint ToLower (uint codePoint)
 
static UnicodeCategory GetUnicodeCategoryInternal (string value, int index)
 
static UnicodeCategory GetUnicodeCategoryInternal (string str, int index, out int charLength)
 

Properties

static ReadOnlySpan< byte > CategoryCasingLevel1Index [get]
 
static ReadOnlySpan< byte > CategoryCasingLevel2Index [get]
 
static ReadOnlySpan< byte > CategoryCasingLevel3Index [get]
 
static ReadOnlySpan< byte > CategoriesValues [get]
 
static ReadOnlySpan< byte > UppercaseValues [get]
 
static ReadOnlySpan< byte > LowercaseValues [get]
 
static ReadOnlySpan< byte > NumericGraphemeLevel1Index [get]
 
static ReadOnlySpan< byte > NumericGraphemeLevel2Index [get]
 
static ReadOnlySpan< byte > NumericGraphemeLevel3Index [get]
 
static ReadOnlySpan< byte > DigitValues [get]
 
static ReadOnlySpan< byte > NumericValues [get]
 
static ReadOnlySpan< byte > GraphemeSegmentationValues [get]
 

Static Private Member Functions

static StrongBidiCategory GetBidiCategoryNoBoundsChecks (uint codePoint)
 
static int GetDecimalDigitValueInternalNoBoundsCheck (uint codePoint)
 
static int GetDigitValueInternalNoBoundsCheck (uint codePoint)
 
static double GetNumericValueNoBoundsCheck (uint codePoint)
 
static UnicodeCategory GetUnicodeCategoryNoBoundsChecks (uint codePoint)
 
static int GetCodePointFromString (string s, int index)
 
static nuint GetCategoryCasingTableOffsetNoBoundsChecks (uint codePoint)
 
static nuint GetNumericGraphemeTableOffsetNoBoundsChecks (uint codePoint)
 

Detailed Description

Definition at line 9 of file CharUnicodeInfo.cs.


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