HomeSort by relevance Sort by last modified time
    Searched refs:testCaseIdx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 382 int32_t i, testCaseIdx;
396 for(testCaseIdx = 0; testCaseIdx < LENGTHOF(getEncodingsFns); testCaseIdx++)
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings);
414 excluded_set_id = testCaseIdx % LENGTHOF(excluded_sets);
438 log_err("ucnv_sel_open(encodings %ld) failed - %s\n", testCaseIdx, u_errorName(status));
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 382 int32_t i, testCaseIdx;
396 for(testCaseIdx = 0; testCaseIdx < LENGTHOF(getEncodingsFns); testCaseIdx++)
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings);
414 excluded_set_id = testCaseIdx % LENGTHOF(excluded_sets);
438 log_err("ucnv_sel_open(encodings %ld) failed - %s\n", testCaseIdx, u_errorName(status));

Completed in 2987 milliseconds