Searched refs:randi (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
H A Drestsnew.cpp145 static int32_t randi(int32_t n) function
766 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
852 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
853 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
H A Drestest.cpp147 int32_t randi(int32_t n) function
439 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
H A Dtestidna.cpp1331 static int32_t randi(int32_t n){ function
1337 int32_t charCount = (randi(maxCharCount) + 1);
/external/icu4c/test/cintltst/
H A Dcreststn.c78 static int32_t randi(int32_t n) function
1773 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
1859 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
1860 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);

Completed in 75 milliseconds