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

/frameworks/av/include/media/
H A DCharacterEncodingDetector.h45 const UCharsetMatch** ucma, size_t matches,
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp118 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); local
122 ucma, matches, &goodmatch, &highest);
148 ucma = ucsdet_detectAll(csd, &matches, &status);
150 ucma, matches, &goodmatch, &highest);
282 const UCharsetMatch** ucma, size_t nummatches,
291 const char *encname = ucsdet_getName(ucma[i], &status);
292 int confidence = ucsdet_getConfidence(ucma[i], &status);
294 matches.push_back(ucma[i]);
280 getPreferred( const char *input, size_t len, const UCharsetMatch** ucma, size_t nummatches, bool *goodmatch, int *highestmatch) argument

Completed in 51 milliseconds