Searched refs:goodmatch (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libmedia/ |
D | CharacterEncodingDetector.cpp | 110 bool goodmatch = true; in detectAndConvert() local 144 ucma, matches, &goodmatch, &highest); in detectAndConvert() 146 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert() 147 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) { in detectAndConvert() 172 ucma, matches, &goodmatch, &highest); in detectAndConvert() 173 if (!goodmatch && highest <= 15) { in detectAndConvert() 182 if (mLocaleEnc != NULL && !goodmatch && highest < 50) { in detectAndConvert() 209 if (!goodmatch && highest < 0) { in detectAndConvert() 325 bool *goodmatch, int *highestmatch) { in getPreferred() argument 327 *goodmatch = false; in getPreferred() [all …]
|
/frameworks/av/media/libmedia/include/media/ |
D | CharacterEncodingDetector.h | 46 bool *goodmatch, int *highestmatch);
|