Lines Matching refs:confidence

897         int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1);  in match()  local
898 if (confidence > bestConfidenceSoFar) { in match()
899 results->set(textIn, this, confidence, name, lang); in match()
900 bestConfidenceSoFar = confidence; in match()
924 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); in match() local
925 if (confidence > bestConfidenceSoFar) { in match()
926 results->set(textIn, this, confidence, name, lang); in match()
927 bestConfidenceSoFar = confidence; in match()
961 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); in match() local
962 results->set(textIn, this, confidence); in match()
963 return (confidence > 0); in match()
988 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); in match() local
989 results->set(textIn, this, confidence); in match()
990 return (confidence > 0); in match()
1016 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); in match() local
1017 results->set(textIn, this, confidence, name, "el"); in match()
1018 return (confidence > 0); in match()
1049 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); in match() local
1050 results->set(textIn, this, confidence, name, "he"); in match()
1051 return (confidence > 0); in match()
1067 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); in match() local
1068 results->set(textIn, this, confidence, name, "he"); in match()
1069 return (confidence > 0); in match()
1095 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); in match() local
1096 results->set(textIn, this, confidence, name, "tr"); in match()
1097 return (confidence > 0); in match()
1117 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); in match() local
1118 results->set(textIn, this, confidence); in match()
1119 return (confidence > 0); in match()
1139 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); in match() local
1140 results->set(textIn, this, confidence); in match()
1141 return (confidence > 0); in match()
1161 int32_t confidence = match_sbcs(textIn, ngrams_KOI8_R, charMap_KOI8_R); in match() local
1162 results->set(textIn, this, confidence); in match()
1163 return (confidence > 0); in match()
1189 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_rtl, charMap_IBM424_he); in match() local
1190 results->set(textIn, this, confidence); in match()
1191 return (confidence > 0); in match()
1206 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_ltr, charMap_IBM424_he); in match() local
1207 results->set(textIn, this, confidence); in match()
1208 return (confidence > 0); in match()
1244 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_rtl, charMap_IBM420_ar); in match() local
1245 results->set(textIn, this, confidence); in match()
1246 return (confidence > 0); in match()
1261 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_ltr, charMap_IBM420_ar); in match() local
1262 results->set(textIn, this, confidence); in match()
1263 return (confidence > 0); in match()