Home
last modified time | relevance | path

Searched refs:icu_rand (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.h138 void set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status);
180 IntlTest::icu_rand fRandomGenerator;
Dintltest.h264 class icu_rand {
266 icu_rand(uint32_t seed = 1);
267 ~icu_rand();
Dintltest.cpp1807 IntlTest::icu_rand::icu_rand(uint32_t seed) { in icu_rand() function in IntlTest::icu_rand
1815 IntlTest::icu_rand::~icu_rand() {} in ~icu_rand()
1817 void IntlTest::icu_rand::seed(uint32_t seed) { in seed()
1824 uint32_t IntlTest::icu_rand::operator() () { in operator ()()
1829 uint32_t IntlTest::icu_rand::getSeed() { in getSeed()
Drbbimonkeytest.cpp387 void MonkeyTestData::set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status) { in set()