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

  /frameworks/av/include/media/
CharacterEncodingDetector.h 45 const UCharsetMatch** ucma, size_t matches,
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 119 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); local
123 ucma, matches, &goodmatch, &highest);
149 ucma = ucsdet_detectAll(csd, &matches, &status);
151 ucma, matches, &goodmatch, &highest);
284 const UCharsetMatch** ucma, size_t nummatches,
293 const char *encname = ucsdet_getName(ucma[i], &status);
294 int confidence = ucsdet_getConfidence(ucma[i], &status);
296 matches.push_back(ucma[i]);

Completed in 48 milliseconds