Searched refs:ucma (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 120 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() local 122 ucma, matches, &goodmatch, &highest); in detectAndConvert() 148 ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() 150 ucma, matches, &goodmatch, &highest); in detectAndConvert() 190 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); in detectAndConvert() local 192 ucma, matches, &goodmatchSingle, &highestSingle); in detectAndConvert() 298 const UCharsetMatch** ucma, size_t nummatches, in getPreferred() argument 307 const char *encname = ucsdet_getName(ucma[i], &status); in getPreferred() 308 int confidence = ucsdet_getConfidence(ucma[i], &status); in getPreferred() 310 matches.push_back(ucma[i]); in getPreferred()
|
/frameworks/av/media/libmedia/include/media/ |
D | CharacterEncodingDetector.h | 45 const UCharsetMatch** ucma, size_t matches,
|
/frameworks/av/include/media/ |
D | CharacterEncodingDetector.h | 45 const UCharsetMatch** ucma, size_t matches,
|