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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp979 static uint32_t m_rand() function
1031 int32_t index = m_rand() % size;
1069 int32_t index = m_rand() % itemCount;
1077 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1);
1124 int32_t s = m_rand() % stringCount;
1156 int32_t pieces = (m_rand() % 4) + 1;
1166 int32_t monkey = m_rand() % monkeyCount;
H A Dutxttest.cpp70 static uint32_t m_rand() function
129 int len8 = m_rand()%4 + 1;
H A Drbbitst.cpp1814 static uint32_t m_rand() function
3990 int32_t aClassNum = m_rand() % numCharClasses;
3992 int32_t charIdx = m_rand() % classSet->size();

Completed in 185 milliseconds