Lines Matching refs:idx
390 int32_t idx = 0;
401 for (idx = 0; idx < ARRAY_SIZE(testStrings); idx++) {
402 ucsdet_setText(csd, testStrings[idx], -1, &status);
406 if (testResults[idx] != NULL) {
407 log_err("Unexpectedly got no results at index %d.\n", idx);
410 log_verbose("Got no result as expected at index %d.\n", idx);
415 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
417 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));