OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goodmatch
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/include/media/
CharacterEncodingDetector.h
46
bool *
goodmatch
, int *highestmatch);
/frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp
119
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
= true
[
all
...]
Completed in 67 milliseconds