Home
last modified time | relevance | path

Searched refs:getEncodingsFns (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c154 static GetEncodingsFn *const getEncodingsFns[] = { variable
397 for(testCaseIdx = 0; testCaseIdx < UPRV_LENGTHOF(getEncodingsFns); testCaseIdx++) in TestSelector()
401 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); in TestSelector()