Lines Matching refs:ustr
208 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { in printStringBreaks() argument
211 tstr = utext_openConstUnicodeString(NULL, &ustr, &status); in printStringBreaks()
3519 static void testBreakBoundPreceding(RBBITest *test, UnicodeString ustr, in testBreakBoundPreceding() argument
3527 bi->setText(ustr); in testBreakBoundPreceding()
3538 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3547 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3554 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3565 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3572 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3580 int j = ustr.moveIndex32(expected[i], 1); in testBreakBoundPreceding()
3585 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3654 UnicodeString ustr = CharsToUnicodeString(strlist[loop]); in TestWordBreaks() local
3661 monkey.setText(ustr); in TestWordBreaks()
3667 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestWordBreaks()
3721 UnicodeString ustr(str); in TestWordBoundary() local
3725 bi->setText(ustr); in TestWordBoundary()
3742 printStringBreaks(ustr, forward, count); in TestWordBoundary()
3749 printStringBreaks(ustr, forward, count); in TestWordBoundary()
3824 UnicodeString ustr(str); in TestLineBreaks() local
3834 monkey.setText(ustr); in TestLineBreaks()
3845 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestLineBreaks()
3888 UnicodeString ustr(str); in TestSentBreaks() local
3899 monkey.setText(ustr); in TestSentBreaks()
3910 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestSentBreaks()