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

Classes

struct  HebrewValue
 

Package Types

enum  HS : sbyte {
  _err = -1 , Start = 0 , S400 = 1 , S400_400 = 2 ,
  S400_X00 = 3 , S400_X0 = 4 , X00_DQ = 5 , S400_X00_X0 = 6 ,
  X0_DQ = 7 , X = 8 , X0 = 9 , X00 = 10 ,
  S400_DQ = 11 , S400_400_DQ = 12 , S400_400_100 = 13 , S9 = 14 ,
  X00_S9 = 15 , S9_DQ = 16 , END = 100
}
 

Static Package Functions

static void Append (StringBuilder outputBuffer, int Number)
 
static HebrewNumberParsingState ParseByChar (char ch, ref HebrewNumberParsingContext context)
 
static bool IsDigit (char ch)
 

Private Types

enum  HebrewToken : short {
  Invalid = -1 , Digit400 , Digit200_300 , Digit100 ,
  Digit10 , Digit1 , Digit6_7 , Digit7 ,
  Digit9 , SingleQuote , DoubleQuote
}
 

Static Private Attributes

static readonly HebrewValue[] s_hebrewValues
 
static readonly char s_maxHebrewNumberCh = (char)(1488 + s_hebrewValues.Length - 1)
 
static readonly HS[] s_numberPasingState
 

Detailed Description

Definition at line 5 of file HebrewNumber.cs.


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