Lines Matching refs:printStringBreaks
136 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { in printStringBreaks() function
174 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { in printStringBreaks() function
182 printStringBreaks(tstr, expected, expectedCount); in printStringBreaks()
536 printStringBreaks(t->dataToBreak, expected, 2); in executeTest()
545 printStringBreaks(t->textToBreak, expected, 2); in executeTest()
3321 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3330 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3337 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3348 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3355 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3368 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3525 printStringBreaks(ustr, forward, count); in TestWordBoundary()
3532 printStringBreaks(ustr, forward, count); in TestWordBoundary()