StateEDigit       777 Source/platform/Decimal.cpp                 state = StateEDigit;
StateEDigit       783 Source/platform/Decimal.cpp         case StateEDigit:
StateEDigit       792 Source/platform/Decimal.cpp                 state = StateEDigit;
StateEDigit       801 Source/platform/Decimal.cpp                 state = StateEDigit;
StateEDigit       866 Source/platform/Decimal.cpp     if (state == StateDigit || state == StateEDigit || state == StateDotDigit) {