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
Loading...
Searching...
No Matches
System.Globalization.HebrewNumber Class Reference
+ Collaboration diagram for System.Globalization.HebrewNumber:

Classes

struct  HebrewValue
 

Package Types

enum  HS : sbyte {
  _err = -1 , Start , S400 , S400_400 ,
  S400_X00 , S400_X0 , X00_DQ , S400_X00_X0 ,
  X0_DQ , X , X0 , X00 ,
  S400_DQ , S400_400_DQ , S400_400_100 , S9 ,
  X00_S9 , S9_DQ , END = 100
}
 

Static Package Functions

static string ToString (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 Member Functions

static HebrewNumber ()
 

Static Private Attributes

static readonly HebrewNumber.HebrewValue[] s_hebrewValues
 
static char s_maxHebrewNumberCh
 
static readonly HebrewNumber.HS[] s_numberPasingState
 

Detailed Description

Definition at line 10 of file HebrewNumber.cs.


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