Home
last modified time | relevance | path

Searched refs:m_rand (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dssearch.cpp1683 static uint32_t m_rand() in m_rand() function
1735 int32_t index = m_rand() % size; in append()
1773 int32_t index = m_rand() % itemCount; in append()
1781 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1); in append()
1828 int32_t s = m_rand() % stringCount; in generateAlternative()
1860 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase()
1870 int32_t monkey = m_rand() % monkeyCount; in generateTestCase()
Dutxttest.cpp70 static uint32_t m_rand() in m_rand() function
129 int len8 = m_rand()%4 + 1; in TextTest()
Drbbitst.cpp2387 static uint32_t m_rand() in m_rand() function
4447 int32_t aClassNum = m_rand() % numCharClasses; in RunMonkey()
4449 int32_t charIdx = m_rand() % classSet->size(); in RunMonkey()