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