Searched refs:expectedcount (Results 1 – 1 of 1) sorted by relevance
413 int expectedcount) in printStringBreaks() argument420 if (expectedcount > 0) { in printStringBreaks()422 for (k = 0; k < expectedcount; k ++) { in printStringBreaks()3940 int expectedcount) in testBreakBoundPreceding() argument3948 if (count < expectedcount && expected[count] != i) { in testBreakBoundPreceding()3955 if (count != expectedcount) { in testBreakBoundPreceding()3956 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()3958 expectedcount - count); in testBreakBoundPreceding()3962 for (i = 1; i < expectedcount; i ++) { in testBreakBoundPreceding()3965 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()[all …]