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

/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp120 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);
190 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); local
192 ucma, matches, &goodmatchSingle, &highestSingle);
298 const UCharsetMatch** ucma, size_t nummatches,
307 const char *encname = ucsdet_getName(ucma[i], &status);
308 int confidence = ucsdet_getConfidence(ucma[i], &status);
310 matches.push_back(ucma[
296 getPreferred( const char *input, size_t len, const UCharsetMatch** ucma, size_t nummatches, bool *goodmatch, int *highestmatch) argument
[all...]

Completed in 60 milliseconds