Lines Matching refs:ustr
400 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) {
403 tstr = utext_openConstUnicodeString(NULL, &ustr, &status);
3607 static void testBreakBoundPreceding(RBBITest *test, UnicodeString ustr,
3615 bi->setText(ustr);
3626 printStringBreaks(ustr, expected, expectedcount);
3635 printStringBreaks(ustr, expected, expectedcount);
3641 printStringBreaks(ustr, expected, expectedcount);
3651 printStringBreaks(ustr, expected, expectedcount);
3658 printStringBreaks(ustr, expected, expectedcount);
3666 int j = ustr.moveIndex32(expected[i], 1);
3669 printStringBreaks(ustr, expected, expectedcount);
3737 UnicodeString ustr = CharsToUnicodeString(strlist[loop]);
3744 monkey.setText(ustr);
3750 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3804 UnicodeString ustr(str);
3808 bi->setText(ustr);
3817 printStringBreaks(ustr, forward, count);
3825 printStringBreaks(ustr, forward, count);
3908 UnicodeString ustr(str);
3918 monkey.setText(ustr);
3928 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3971 UnicodeString ustr(str);
3982 monkey.setText(ustr);
3992 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);