Home
last modified time | relevance | path

Searched refs:expectedcount (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
Drbbitst.cpp413 int expectedcount) in printStringBreaks() argument
420 if (expectedcount > 0) { in printStringBreaks()
422 for (k = 0; k < expectedcount; k ++) { in printStringBreaks()
3940 int expectedcount) in testBreakBoundPreceding() argument
3948 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 …]