Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dnmfmtrt.cpp31 double NumberFormatRoundTripTest::max_numeric_error = 0.0; member in NumberFormatRoundTripTest
142 logln(UnicodeString("Numeric error ") + min_numeric_error + " to " + max_numeric_error); in start()
284 if (error > max_numeric_error) in test()
285 max_numeric_error = error; in test()
Dnmfmtrt.h32 static double max_numeric_error; variable