• Home
  • Raw
  • Download

Lines Matching refs:expectedcount

3744                                     int expectedcount)  in testBreakBoundPreceding()  argument
3752 if (count < expectedcount && expected[count] != i) { in testBreakBoundPreceding()
3759 if (count != expectedcount) { in testBreakBoundPreceding()
3760 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3762 expectedcount - count); in testBreakBoundPreceding()
3766 for (i = 1; i < expectedcount; i ++) { 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()
3798 for (i = 0; i < expectedcount - 1; i ++) { in testBreakBoundPreceding()
3803 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3876 int expectedcount = 0; in TestWordBreaks() local
3881 expected[expectedcount ++] = i; in TestWordBreaks()
3884 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestWordBreaks()
4043 int expectedcount = 0; in TestLineBreaks() local
4048 if (expectedcount >= EXPECTEDSIZE) { in TestLineBreaks()
4049 TEST_ASSERT(expectedcount < EXPECTEDSIZE); in TestLineBreaks()
4052 expected[expectedcount ++] = i; in TestLineBreaks()
4055 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestLineBreaks()
4107 int expectedcount = 0; in TestSentBreaks() local
4112 if (expectedcount >= EXPECTEDSIZE) { in TestSentBreaks()
4113 TEST_ASSERT(expectedcount < EXPECTEDSIZE); in TestSentBreaks()
4116 expected[expectedcount ++] = i; in TestSentBreaks()
4119 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount); in TestSentBreaks()