/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.h | 124 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
|
D | rbbitst.cpp | 4176 RunMonkey(bi, m, "char", seed, loopCount, useUText); in TestMonkey() 4179 RunMonkey(bi, m, "char", seed, loopCount, TRUE); in TestMonkey() 4193 RunMonkey(bi, m, "word", seed, loopCount, useUText); in TestMonkey() 4209 RunMonkey(bi, m, "line", seed, loopCount, useUText); in TestMonkey() 4225 RunMonkey(bi, m, "sentence", seed, loopCount, useUText); in TestMonkey() 4245 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 | 1829 … void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() method in RBBITestMonkey 2128 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2144 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2159 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() 2175 RunMonkey(bi, m, "sent", seed, loopCount); in TestSentMonkey() 2201 RunMonkey(rtbi, m, "char", seed, loopCount); in TestRTCharMonkey() 2218 RunMonkey(rtbi, m, "word", seed, loopCount); in TestRTWordMonkey() 2235 RunMonkey(rtbi, m, "line", seed, loopCount); in TestRTLineMonkey() 2253 RunMonkey(rtbi, m, "sent", seed, loopCount); in TestRTSentMonkey()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1830 … void RunMonkey(BreakIterator bi, RBBIMonkeyKind mk, String name, int seed, int numIterations) { in RunMonkey() method in RBBITestMonkey 2129 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2145 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2160 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() 2176 RunMonkey(bi, m, "sent", seed, loopCount); in TestSentMonkey() 2202 RunMonkey(rtbi, m, "char", seed, loopCount); in TestRTCharMonkey() 2219 RunMonkey(rtbi, m, "word", seed, loopCount); in TestRTWordMonkey() 2236 RunMonkey(rtbi, m, "line", seed, loopCount); in TestRTLineMonkey() 2254 RunMonkey(rtbi, m, "sent", seed, loopCount); in TestRTSentMonkey()
|