Searched defs:expectedcount (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Drbbitst.cpp358 int expectedcount)
365 if (expectedcount > 0) {
367 for (k = 0; k < expectedcount; k ++) {
3346 int expectedcount)
3354 if (count < expectedcount && expected[count] != i) {
3361 if (count != expectedcount) {
3362 printStringBreaks(ustr, expected, expectedcount);
3364 expectedcount - count);
3368 for (i = 1; i < expectedcount; i ++) {
3371 printStringBreaks(ustr, expected, expectedcount);
357 printStringBreaks(UnicodeString ustr, int expected[], int expectedcount) argument
3343 testBreakBoundPreceding(RBBITest *test, UnicodeString ustr, BreakIterator *bi, int expected[], int expectedcount) argument
3478 int expectedcount = 0; local
3652 int expectedcount = 0; local
[all...]

Completed in 47 milliseconds