Searched refs:printStringBreaks (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 312 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { in printStringBreaks() function 350 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { in printStringBreaks() function 358 printStringBreaks(tstr, expected, expectedCount); in printStringBreaks() 977 printStringBreaks(t->dataToBreak, expected, 2); in executeTest() 986 printStringBreaks(t->textToBreak, expected, 2); in executeTest() 3760 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3769 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3775 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3785 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() 3792 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding() [all …]
|