Searched refs:indexDigit (Results 1 – 2 of 2) sorted by relevance
32 std::string::size_type indexDigit = in normalizeFloatingPointStr() local35 if (indexDigit != in normalizeFloatingPointStr()38 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()
111 std::string::size_type indexDigit = in normalizeFloatingPointStr() local114 if (indexDigit != in normalizeFloatingPointStr()117 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()