Searched refs:printStringBreaks (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 178 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { in printStringBreaks() function 216 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { in printStringBreaks() function 224 printStringBreaks(tstr, expected, expectedCount); in printStringBreaks() 578 printStringBreaks(t->dataToBreak, expected, 2); in executeTest() 587 printStringBreaks(t->textToBreak, expected, 2); in executeTest() 3437 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3446 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3453 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3464 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3471 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() [all …]
|