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

/external/icu4c/test/intltest/
H A Dssearch.cpp1769 int32_t monkey = m_rand() % monkeyCount; local
1771 monkeys[monkey]->append(testCase, alternate);
H A Drbbitst.cpp2896 // set and made into character classes of their own. For the monkey impl,
3972 // RBBICharMonkey monkey;
3973 RBBIWordMonkey monkey; local
3978 monkey.setText(ustr);
3980 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) {
4143 RBBILineMonkey monkey; local
4144 if (U_FAILURE(monkey.deferredStatus)) {
4152 monkey.setText(ustr);
4154 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) {
4207 RBBISentMonkey monkey;
[all...]

Completed in 113 milliseconds