Searched refs:goodmatch (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DCharacterEncodingDetector.h46 bool *goodmatch, int *highestmatch);
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp119 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) {
283 bool *goodmatch, int *highestmatch) {
285 *goodmatch = false;
304 *goodmatch
280 getPreferred( const char *input, size_t len, const UCharsetMatch** ucma, size_t nummatches, bool *goodmatch, int *highestmatch) argument
[all...]

Completed in 352 milliseconds