Home
last modified time | relevance | path

Searched refs:indexDigit (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp42 Json::String::size_type indexDigit = in normalizeFloatingPointStr() local
45 if (indexDigit != Json::String::npos) // There is an exponent different in normalizeFloatingPointStr()
48 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp130 auto indexDigit = s.find_first_not_of('0', exponentStartIndex); in normalizeFloatingPointStr() local
132 if (indexDigit != s.npos) { // nonzero exponent in normalizeFloatingPointStr()
133 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()