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

/external/icu4c/test/intltest/
H A Drbbitst.cpp391 int expectedcount)
398 if (expectedcount > 0) {
400 for (k = 0; k < expectedcount; k ++) {
3848 int expectedcount)
3856 if (count < expectedcount && expected[count] != i) {
3863 if (count != expectedcount) {
3864 printStringBreaks(ustr, expected, expectedcount);
3866 expectedcount - count);
3870 for (i = 1; i < expectedcount; i ++) {
3873 printStringBreaks(ustr, expected, expectedcount);
390 printStringBreaks(UnicodeString ustr, int expected[], int expectedcount) argument
3845 testBreakBoundPreceding(RBBITest *test, UnicodeString ustr, BreakIterator *bi, int expected[], int expectedcount) argument
3976 int expectedcount = 0; local
4150 int expectedcount = 0; local
[all...]

Completed in 23 milliseconds