Searched defs:monkey (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1166 int32_t monkey = m_rand() % monkeyCount; local
1168 monkeys[monkey]->append(testCase, alternate);
H A Drbbitst.cpp2268 // Leave CJK dictionary characters out from the monkey tests!
2592 // set and made into character classes of their own. For the monkey impl,
3727 // RBBICharMonkey monkey;
3728 RBBIWordMonkey monkey; local
3733 monkey.setText(ustr);
3735 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) {
3898 RBBILineMonkey monkey; local
3899 if (U_FAILURE(monkey.deferredStatus)) {
3907 monkey.setText(ustr);
3909 for (i = 0; i != BreakIterator::DONE; i = monkey
[all...]

Completed in 84 milliseconds