Searched refs:exponentStartIndex (Results 1 – 2 of 2) sorted by relevance
30 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local31 std::string normalized = s.substr(0, exponentStartIndex); in normalizeFloatingPointStr()33 s.find_first_not_of('0', exponentStartIndex); in normalizeFloatingPointStr()
109 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local110 std::string normalized = s.substr(0, exponentStartIndex); in normalizeFloatingPointStr()112 s.find_first_not_of('0', exponentStartIndex); in normalizeFloatingPointStr()