Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Duenumtst.c302 …, const char * const * compareToChar, const UChar * const * compareToUChar, int32_t expect_count) { in verifyEnumeration() argument
322 if(got_count!=expect_count) { in verifyEnumeration()
323 log_err("%s:%d: FAIL: expect count %d got %d\n", __FILE__, line, expect_count, got_count); in verifyEnumeration()