/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.h | 95 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
|
D | rbbitst.cpp | 3748 RunMonkey(bi, m, "char", seed, loopCount, useUText); in TestMonkey() 3751 RunMonkey(bi, m, "char", seed, loopCount, TRUE); in TestMonkey() 3765 RunMonkey(bi, m, "word", seed, loopCount, useUText); in TestMonkey() 3781 RunMonkey(bi, m, "line", seed, loopCount, useUText); in TestMonkey() 3797 RunMonkey(bi, m, "sentence", seed, loopCount, useUText); in TestMonkey() 3817 void RBBITest::RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed, in RunMonkey() function in RBBITest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1812 … void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() method in RBBITestMonkey 2111 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2127 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2142 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() 2158 RunMonkey(bi, m, "sent", seed, loopCount); in TestSentMonkey() 2184 RunMonkey(rtbi, m, "char", seed, loopCount); in TestRTCharMonkey() 2201 RunMonkey(rtbi, m, "word", seed, loopCount); in TestRTWordMonkey() 2218 RunMonkey(rtbi, m, "line", seed, loopCount); in TestRTLineMonkey() 2236 RunMonkey(rtbi, m, "sent", seed, loopCount); in TestRTSentMonkey()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1815 … void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() method in RBBITestMonkey 2114 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2130 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2145 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() 2161 RunMonkey(bi, m, "sent", seed, loopCount); in TestSentMonkey() 2187 RunMonkey(rtbi, m, "char", seed, loopCount); in TestRTCharMonkey() 2204 RunMonkey(rtbi, m, "word", seed, loopCount); in TestRTWordMonkey() 2221 RunMonkey(rtbi, m, "line", seed, loopCount); in TestRTLineMonkey() 2239 RunMonkey(rtbi, m, "sent", seed, loopCount); in TestRTSentMonkey()
|