Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp32 std::string::size_type indexDigit = in normalizeFloatingPointStr() local
35 if (indexDigit != in normalizeFloatingPointStr()
38 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp111 std::string::size_type indexDigit = in normalizeFloatingPointStr() local
114 if (indexDigit != in normalizeFloatingPointStr()
117 exponent = s.substr(indexDigit); in normalizeFloatingPointStr()