Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp29 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local
30 std::string normalized = s.substr( 0, exponentStartIndex ); in normalizeFloatingPointStr()
31 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp122 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr() local
123 std::string normalized = s.substr( 0, exponentStartIndex ); in normalizeFloatingPointStr()
124 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr()