Home | History | Annotate | Download | only in i18n

Lines Matching refs:confidence

34     int32_t confidence;
89 // Cook up some sort of confidence score, based on presense of a BOM
91 confidence = 0;
93 confidence = 100;
95 confidence = 80;
97 confidence = 100;
99 confidence = 80;
102 confidence = 10;
105 confidence = 25;
108 results->set(input, this, confidence);
109 return (confidence > 0);