Searched refs:S_IntStart (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() enumerator747 eS = S_IntStart; in ParseDouble()750 eS = S_IntStart; in ParseDouble()756 case S_IntStart: in ParseDouble()
Completed in 29 milliseconds