Home | History | Annotate | Download | only in intltest

Lines Matching defs:expectedCount

358                               int expectedcount)
365 if (expectedcount > 0) {
367 for (k = 0; k < expectedcount; k ++) {
3425 int expectedcount)
3433 if (count < expectedcount && expected[count] != i) {
3440 if (count != expectedcount) {
3441 printStringBreaks(ustr, expected, expectedcount);
3443 expectedcount - count);
3447 for (i = 1; i < expectedcount; i ++) {
3450 printStringBreaks(ustr, expected, expectedcount);
3456 printStringBreaks(ustr, expected, expectedcount);
3466 printStringBreaks(ustr, expected, expectedcount);
3473 printStringBreaks(ustr, expected, expectedcount);
3479 for (i = 0; i < expectedcount - 1; i ++) {
3484 printStringBreaks(ustr, expected, expectedcount);
3557 int expectedcount = 0;
3562 expected[expectedcount ++] = i;
3565 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3731 int expectedcount = 0;
3736 if (expectedcount >= EXPECTEDSIZE) {
3737 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
3740 expected[expectedcount ++] = i;
3743 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3795 int expectedcount = 0;
3800 if (expectedcount >= EXPECTEDSIZE) {
3801 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
3804 expected[expectedcount ++] = i;
3807 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
3943 int expectedCount = 0;
4004 expectedCount = 0;
4014 U_ASSERT(expectedCount<testText.length());
4015 expected[expectedCount ++] = breakPos;
4160 printStringBreaks(testText, expected, expectedCount);