Lines Matching refs:expectedcount

3610                                     int expectedcount)  in testBreakBoundPreceding()  argument
3618 if (count < expectedcount && expected[count] != i) { in testBreakBoundPreceding()
3625 if (count != expectedcount) { in testBreakBoundPreceding()
3626 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3628 expectedcount - count); in testBreakBoundPreceding()
3632 for (i = 1; i < expectedcount; i ++) { 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()
3664 for (i = 0; i < expectedcount - 1; i ++) { in testBreakBoundPreceding()
3669 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3742 int expectedcount = 0; in TestWordBreaks() local
3747 expected[expectedcount ++] = i; in TestWordBreaks()
3750 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestWordBreaks()
3916 int expectedcount = 0; in TestLineBreaks() local
3921 if (expectedcount >= EXPECTEDSIZE) { in TestLineBreaks()
3922 TEST_ASSERT(expectedcount < EXPECTEDSIZE); in TestLineBreaks()
3925 expected[expectedcount ++] = i; in TestLineBreaks()
3928 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestLineBreaks()
3980 int expectedcount = 0; in TestSentBreaks() local
3985 if (expectedcount >= EXPECTEDSIZE) { in TestSentBreaks()
3986 TEST_ASSERT(expectedcount < EXPECTEDSIZE); in TestSentBreaks()
3989 expected[expectedcount ++] = i; in TestSentBreaks()
3992 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestSentBreaks()