Lines Matching refs:expectedcount

3305                                     int expectedcount)  in testBreakBoundPreceding()  argument
3313 if (count < expectedcount && expected[count] != i) { in testBreakBoundPreceding()
3320 if (count != expectedcount) { in testBreakBoundPreceding()
3321 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3323 __FILE__, __LINE__, expectedcount - count); in testBreakBoundPreceding()
3327 for (i = 1; i < expectedcount; i ++) { in testBreakBoundPreceding()
3330 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3337 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3348 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3355 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3361 for (i = 0; i < expectedcount - 1; i ++) { in testBreakBoundPreceding()
3368 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3442 int expectedcount = 0; in TestWordBreaks() local
3447 expected[expectedcount ++] = i; in TestWordBreaks()
3450 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestWordBreaks()
3615 int expectedcount = 0; in TestLineBreaks() local
3620 if (expectedcount >= EXPECTEDSIZE) { in TestLineBreaks()
3621 TEST_ASSERT(expectedcount < EXPECTEDSIZE); in TestLineBreaks()
3624 expected[expectedcount ++] = i; in TestLineBreaks()
3627 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestLineBreaks()
3679 int expectedcount = 0; in TestSentBreaks() local
3684 if (expectedcount >= EXPECTEDSIZE) { in TestSentBreaks()
3685 TEST_ASSERT(expectedcount < EXPECTEDSIZE); in TestSentBreaks()
3688 expected[expectedcount ++] = i; in TestSentBreaks()
3691 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestSentBreaks()