Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsnmfmt.h67 static double getSafeDouble(double smallerThanMax);
Dtsnmfmt.cpp149 double IntlTestNumberFormat::getSafeDouble(double smallerThanMax) { in getSafeDouble() argument
151 double high = (DBL_MAX/smallerThanMax)/10.0; in getSafeDouble()