Lines Matching refs:printStringBreaks
362 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { in printStringBreaks() function
400 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { in printStringBreaks() function
408 printStringBreaks(tstr, expected, expectedCount); in printStringBreaks()
1027 printStringBreaks(t->dataToBreak, expected, 2); in executeTest()
1036 printStringBreaks(t->textToBreak, expected, 2); in executeTest()
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()
3669 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3817 printStringBreaks(ustr, forward, count); in TestWordBoundary()
3825 printStringBreaks(ustr, forward, count); in TestWordBoundary()