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

  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 88 bool goodmatch = true; local
122 ucma, matches, &goodmatch, &highest);
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest);
125 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) {
150 ucma, matches, &goodmatch, &highest);
151 if (!goodmatch && highest <= 15) {
183 if (!goodmatch && highest < 0) {
299 bool *goodmatch, int *highestmatch) {
301 *goodmatch = false
    [all...]
  /frameworks/av/media/libmedia/include/media/
CharacterEncodingDetector.h 46 bool *goodmatch, int *highestmatch);
  /external/python/cpython2/Doc/tools/static/
basic.css 107 ul.keywordmatches li.goodmatch a {

Completed in 216 milliseconds