Home | History | Annotate | Download | only in intltest

Lines Matching defs:expectedCount

417                               int expectedcount)
424 if (expectedcount > 0) {
426 expectedcount; k ++) {
4336 int expectedcount)
4344 if (count < expectedcount && expected[count] != i) {
4351 if (count != expectedcount) {
4352 printStringBreaks(ustr, expected, expectedcount);
4354 expectedcount - count);
4358 for (i = 1; i < expectedcount; i ++) {
4361 printStringBreaks(ustr, expected, expectedcount);
4367 printStringBreaks(ustr, expected, expectedcount);
4377 printStringBreaks(ustr, expected, expectedcount);
4384 printStringBreaks(ustr, expected, expectedcount);
4390 for (i = 0; i < expectedcount - 1; i ++) {
4395 printStringBreaks(ustr, expected, expectedcount);
4467 int expectedcount = 0;
4472 expected[expectedcount ++] = i;
4475 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4641 int expectedcount = 0;
4646 if (expectedcount >= EXPECTEDSIZE) {
4647 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
4650 expected[expectedcount ++] = i;
4653 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4705 int expectedcount = 0;
4710 if (expectedcount >= EXPECTEDSIZE) {
4711 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
4714 expected[expectedcount ++] = i;
4717 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4853 int expectedCount = 0;
4914 expectedCount = 0;
4924 U_ASSERT(expectedCount<testText.length());
4925 expected[expectedCount ++] = breakPos;
5068 printStringBreaks(testText, expected, expectedCount);