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

  /frameworks/av/include/media/
CharacterEncodingDetector.h 46 bool *goodmatch, int *highestmatch);
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 120 bool goodmatch = true; local
123 ucma, matches, &goodmatch, &highest);
125 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest);
126 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) {
151 ucma, matches, &goodmatch, &highest);
152 if (!goodmatch && highest <= 15) {
285 bool *goodmatch, int *highestmatch) {
287 *goodmatch = false;
306 *goodmatch = true
    [all...]

Completed in 50 milliseconds