Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp30 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local
31 std::string normalized = s.substr(0, exponentStartIndex); in normalizeFloatingPointStr()
33 s.find_first_not_of('0', exponentStartIndex); in normalizeFloatingPointStr()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp109 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local
110 std::string normalized = s.substr(0, exponentStartIndex); in normalizeFloatingPointStr()
112 s.find_first_not_of('0', exponentStartIndex); in normalizeFloatingPointStr()