Searched refs:indexDigit (Results 1 – 2 of 2) sorted by relevance
31 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr() local33 if ( indexDigit != std::string::npos ) // There is an exponent different from 0 in normalizeFloatingPointStr()35 exponent = s.substr( indexDigit ); in normalizeFloatingPointStr()
124 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr() local126 if ( indexDigit != std::string::npos ) // There is an exponent different from 0 in normalizeFloatingPointStr()128 exponent = s.substr( indexDigit ); in normalizeFloatingPointStr()