Lines Matching full:ustr
357 static void printStringBreaks(UnicodeString ustr, int expected[],
364 for (j = 0; j < ustr.length(); j ++) {
374 UChar32 c = ustr.char32At(j);
3390 static void testBreakBoundPreceding(RBBITest *test, UnicodeString ustr,
3398 bi->setText(ustr);
3409 printStringBreaks(ustr, expected, expectedcount);
3418 printStringBreaks(ustr, expected, expectedcount);
3424 printStringBreaks(ustr, expected, expectedcount);
3434 printStringBreaks(ustr, expected, expectedcount);
3441 printStringBreaks(ustr, expected, expectedcount);
3449 int j = ustr.moveIndex32(expected[i], 1);
3452 printStringBreaks(ustr, expected, expectedcount);
3520 UnicodeString ustr = CharsToUnicodeString(strlist[loop]);
3527 monkey.setText(ustr);
3533 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3587 UnicodeString ustr(str);
3591 bi->setText(ustr);
3600 printStringBreaks(ustr, forward, count);
3608 printStringBreaks(ustr, forward, count);
3691 UnicodeString ustr(str);
3701 monkey.setText(ustr);
3711 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3754 UnicodeString ustr(str);
3765 monkey.setText(ustr);
3775 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);