Home | History | Annotate | Download | only in intltest

Lines Matching defs:expectedCount

411                               int expectedcount)
418 if (expectedcount > 0) {
420 for (k = 0; k < expectedcount; k ++) {
3888 int expectedcount)
3896 if (count < expectedcount && expected[count] != i) {
3903 if (count != expectedcount) {
3904 printStringBreaks(ustr, expected, expectedcount);
3906 expectedcount - count);
3910 for (i = 1; i < expectedcount; i ++) {
3913 printStringBreaks(ustr, expected, expectedcount);
3919 printStringBreaks(ustr, expected, expectedcount);
3935 printStringBreaks(ustr, expected, expectedcount);
3941 for (i = 0; i < expectedcount - 1; i ++) {
3946 printStringBreaks(ustr, expected, expectedcount);
4016 int expectedcount = 0;
4021 expected[expectedcount ++] = i;
4024 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4190 int expectedcount = 0;
4195 if (expectedcount >= EXPECTEDSIZE) {
4196 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
4199 expected[expectedcount ++] = i;
4202 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4254 int expectedcount = 0;
4259 if (expectedcount >= EXPECTEDSIZE) {
4260 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
4263 expected[expectedcount ++] = i;
4266 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4402 expectedCount = 0;
4463 expectedCount = 0;
4473 U_ASSERT(expectedCount<testText.length());
4474 expected[expectedCount ++] = breakPos;
4617 printStringBreaks(testText, expected, expectedCount);