HomeSort by relevance Sort by last modified time
    Searched refs:ucma (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/include/media/
CharacterEncodingDetector.h 45 const UCharsetMatch** ucma, size_t matches,
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 120 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[i])
    [all...]

Completed in 64 milliseconds