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

/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c382 int32_t i, testCaseIdx; local
396 for(testCaseIdx = 0; testCaseIdx < UPRV_LENGTHOF(getEncodingsFns); testCaseIdx++)
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings);
414 excluded_set_id = testCaseIdx % UPRV_LENGTHOF(excluded_sets);
438 log_err("ucnv_sel_open(encodings %ld) failed - %s\n", testCaseIdx, u_errorName(status));

Completed in 171 milliseconds