Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp31 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr() local
33 if ( indexDigit != std::string::npos ) // There is an exponent different from 0 in normalizeFloatingPointStr()
35 exponent = s.substr( indexDigit ); in normalizeFloatingPointStr()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp124 std::string::size_type indexDigit = s.find_first_not_of( '0', exponentStartIndex ); in normalizeFloatingPointStr() local
126 if ( indexDigit != std::string::npos ) // There is an exponent different from 0 in normalizeFloatingPointStr()
128 exponent = s.substr( indexDigit ); in normalizeFloatingPointStr()