Home | History | Annotate | Download | only in intltest

Lines Matching refs:ustr

416 static void printStringBreaks(UnicodeString ustr, int expected[],
423 for (j = 0; j < ustr.length(); j ++) {
433 UChar32 c = ustr.char32At(j);
4333 static void testBreakBoundPreceding(RBBITest *test, UnicodeString ustr,
4341 bi->setText(ustr);
4352 printStringBreaks(ustr, expected, expectedcount);
4361 printStringBreaks(ustr, expected, expectedcount);
4367 printStringBreaks(ustr, expected, expectedcount);
4377 printStringBreaks(ustr, expected, expectedcount);
4384 printStringBreaks(ustr, expected, expectedcount);
4392 int j = ustr.moveIndex32(expected[i], 1);
4395 printStringBreaks(ustr, expected, expectedcount);
4462 UnicodeString ustr = CharsToUnicodeString(strlist[loop]);
4469 monkey.setText(ustr);
4475 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4529 UnicodeString ustr(str);
4533 bi->setText(ustr);
4542 printStringBreaks(ustr, forward, count);
4550 printStringBreaks(ustr, forward, count);
4633 UnicodeString ustr(str);
4643 monkey.setText(ustr);
4653 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4696 UnicodeString ustr(str);
4707 monkey.setText(ustr);
4717 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);