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

/external/icu4c/test/intltest/
H A Dssearch.cpp1582 static uint32_t m_rand() function
1634 int32_t index = m_rand() % size;
1672 int32_t index = m_rand() % itemCount;
1680 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1);
1727 int32_t s = m_rand() % stringCount;
1759 int32_t pieces = (m_rand() % 4) + 1;
1769 int32_t monkey = m_rand() % monkeyCount;
H A Dutxttest.cpp69 static uint32_t m_rand() function
128 int len8 = m_rand()%4 + 1;
H A Drbbitst.cpp2362 static uint32_t m_rand() function
4407 int32_t aClassNum = m_rand() % numCharClasses;
4409 int32_t charIdx = m_rand() % classSet->size();

Completed in 75 milliseconds