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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Duenumtst.c300 static void verifyEnumeration(int line, UEnumeration *u, const char * const * compareToChar, const UChar * const * compareToUChar, int32_t expect_count) { argument
320 if(got_count!=expect_count) {
321 log_err("%s:%d: FAIL: expect count %d got %d\n", __FILE__, line, expect_count, got_count);
/external/icu/icu4c/source/test/cintltst/
H A Duenumtst.c300 static void verifyEnumeration(int line, UEnumeration *u, const char * const * compareToChar, const UChar * const * compareToUChar, int32_t expect_count) { argument
320 if(got_count!=expect_count) {
321 log_err("%s:%d: FAIL: expect count %d got %d\n", __FILE__, line, expect_count, got_count);

Completed in 171 milliseconds