• Home
  • Raw
  • Download

Lines Matching refs:ustr

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