Searched refs:indexDigit (Results 1 – 2 of 2) sorted by relevance
42 Json::String::size_type indexDigit = in normalizeFloatingPointStr() local45 if (indexDigit != Json::String::npos) // There is an exponent different in normalizeFloatingPointStr()48 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()
130 auto indexDigit = s.find_first_not_of('0', exponentStartIndex); in normalizeFloatingPointStr() local132 if (indexDigit != s.npos) { // nonzero exponent in normalizeFloatingPointStr()133 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()