Home | History | Annotate | Download | only in cintltst

Lines Matching refs:encodings

101  * ucnvsel_open() does not support "no encodings":
102 * Given 0 encodings it will open a selector for all available ones.
268 getResultsManually(const char** encodings, int32_t num_encodings,
286 test_converter = ucnv_open(encodings[i], &status);
296 encIndex = findIndex(encodings[i]);
396 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings);
398 uprv_free((void *)encodings);
408 * set of encodings, so there is no need to test every combination.
415 sel_rt = ucnvsel_open(encodings, num_encodings,
425 sel_fb = ucnvsel_open(encodings, num_encodings,
429 sel_fb = ucnvsel_open(encodings, num_encodings,
434 log_err("ucnv_sel_open(encodings %ld) failed - %s\n", testCaseIdx, u_errorName(status));
436 uprv_free((void *)encodings);
452 manual_rt = getResultsManually(encodings, num_encodings,
456 manual_fb = getResultsManually(encodings, num_encodings,
493 uprv_free((void *)encodings);