Home
last modified time | relevance | path

Searched refs:randDouble (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsnmfmt.h72 static double randDouble();
Dtsdate.h52 double randDouble(void);
Dtsdate.cpp136 tryDate(uprv_floor(randDouble() * limit)); in testFormat()
222 double IntlTestDateFormat::randDouble() in randDouble() function in IntlTestDateFormat
Ddtfmtrtts.h69 static double randDouble(double range) in randDouble() function
Dtsnmfmt.cpp109 double IntlTestNumberFormat::randDouble() in randDouble() function in IntlTestNumberFormat
154 it = randDouble(); in getSafeDouble()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormat.java137 tryDate(new Date((long) (randDouble() * limit.getTime()))); in testDates()
210 private double randDouble() { in randDouble() method in IntlTestDateFormat
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormat.java140 tryDate(new Date((long) (randDouble() * limit.getTime()))); in testDates()
213 private double randDouble() { in randDouble() method in IntlTestDateFormat