Searched refs:printStringBreaks (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 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() [all …]
|