Searched refs:printStringBreaks (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp358 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { function
396 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { function
401 printf("printStringBreaks, utext_openConstUnicodeString() returns %s\n", u_errorName(status));
404 printStringBreaks(tstr, expected, expectedCount);
1023 printStringBreaks(t->dataToBreak, expected, 2);
1032 printStringBreaks(t->textToBreak, expected, 2);
3615 printStringBreaks(ustr, expected, expectedcount);
3624 printStringBreaks(ustr, expected, expectedcount);
3630 printStringBreaks(ustr, expected, expectedcount);
3640 printStringBreaks(ust
[all...]

Completed in 46 milliseconds