Searched refs:exponentStartIndex (Results 1 – 2 of 2) sorted by relevance
29 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local30 std::string normalized = s.substr( 0, exponentStartIndex ); in normalizeFloatingPointStr()31 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr()
122 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local123 std::string normalized = s.substr( 0, exponentStartIndex ); in normalizeFloatingPointStr()124 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr()