Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3305 int expectedcount) in testBreakBoundPreceding() argument
3313 if (count < expectedcount && expected[count] != i) { in testBreakBoundPreceding()
3320 if (count != expectedcount) { in testBreakBoundPreceding()
3321 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3323 __FILE__, __LINE__, expectedcount - count); in testBreakBoundPreceding()
3327 for (i = 1; i < expectedcount; i ++) { in testBreakBoundPreceding()
3330 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3337 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3348 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
3355 printStringBreaks(ustr, expected, expectedcount); in testBreakBoundPreceding()
[all …]