Searched refs:S_Frac (Results 1 – 1 of 1) sorted by relevance
722 …enum State { S_End = 0, S_Sign, S_IntStart, S_Int, S_IgnoreIntDigs, S_Frac, S_IgnoreFracDigs, S_Ex… in ParseDouble() enumerator752 eS = S_Frac; in ParseDouble()764 eS = S_Frac; in ParseDouble()783 eS = S_Frac; in ParseDouble()793 eS = S_Frac; in ParseDouble()799 case S_Frac: in ParseDouble()
Completed in 32 milliseconds