Searched refs:expect_count (Results 1 – 1 of 1) sorted by relevance
302 …, const char * const * compareToChar, const UChar * const * compareToUChar, int32_t expect_count) { in verifyEnumeration() argument322 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()