Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedCount

413                               int expectedcount)
420 if (expectedcount > 0) {
422 for (k = 0; k < expectedcount; k ++) {
3940 int expectedcount)
3948 if (count < expectedcount && expected[count] != i) {
3955 if (count != expectedcount) {
3956 printStringBreaks(ustr, expected, expectedcount);
3958 expectedcount - count);
3962 for (i = 1; i < expectedcount; i ++) {
3965 printStringBreaks(ustr, expected, expectedcount);
3971 printStringBreaks(ustr, expected, expectedcount);
3987 printStringBreaks(ustr, expected, expectedcount);
3993 for (i = 0; i < expectedcount - 1; i ++) {
3998 printStringBreaks(ustr, expected, expectedcount);
4068 int expectedcount = 0;
4073 expected[expectedcount ++] = i;
4076 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4242 int expectedcount = 0;
4247 if (expectedcount >= EXPECTEDSIZE) {
4248 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
4251 expected[expectedcount ++] = i;
4254 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4306 int expectedcount = 0;
4311 if (expectedcount >= EXPECTEDSIZE) {
4312 TEST_ASSERT(expectedcount < EXPECTEDSIZE);
4315 expected[expectedcount ++] = i;
4318 testBreakBoundPreceding(this, ustr, bi, expected, expectedcount);
4454 int expectedCount = 0;
4515 expectedCount = 0;
4525 U_ASSERT(expectedCount<testText.length());
4526 expected[expectedCount ++] = breakPos;
4669 printStringBreaks(testText, expected, expectedCount);