Lines Matching refs:confidence

899         int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1);  in match()  local
900 if (confidence > bestConfidenceSoFar) { in match()
901 results->set(textIn, this, confidence, name, lang); in match()
902 bestConfidenceSoFar = confidence; in match()
926 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); in match() local
927 if (confidence > bestConfidenceSoFar) { in match()
928 results->set(textIn, this, confidence, name, lang); in match()
929 bestConfidenceSoFar = confidence; in match()
963 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); in match() local
964 results->set(textIn, this, confidence); in match()
965 return (confidence > 0); in match()
990 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); in match() local
991 results->set(textIn, this, confidence); in match()
992 return (confidence > 0); in match()
1018 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); in match() local
1019 results->set(textIn, this, confidence, name, "el"); in match()
1020 return (confidence > 0); in match()
1051 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); in match() local
1052 results->set(textIn, this, confidence, name, "he"); in match()
1053 return (confidence > 0); in match()
1069 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); in match() local
1070 results->set(textIn, this, confidence, name, "he"); in match()
1071 return (confidence > 0); in match()
1097 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); in match() local
1098 results->set(textIn, this, confidence, name, "tr"); in match()
1099 return (confidence > 0); in match()
1119 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); in match() local
1120 results->set(textIn, this, confidence); in match()
1121 return (confidence > 0); in match()
1141 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); in match() local
1142 results->set(textIn, this, confidence); in match()
1143 return (confidence > 0); in match()
1163 int32_t confidence = match_sbcs(textIn, ngrams_KOI8_R, charMap_KOI8_R); in match() local
1164 results->set(textIn, this, confidence); in match()
1165 return (confidence > 0); in match()
1191 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_rtl, charMap_IBM424_he); in match() local
1192 results->set(textIn, this, confidence); in match()
1193 return (confidence > 0); in match()
1208 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_ltr, charMap_IBM424_he); in match() local
1209 results->set(textIn, this, confidence); in match()
1210 return (confidence > 0); in match()
1246 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_rtl, charMap_IBM420_ar); in match() local
1247 results->set(textIn, this, confidence); in match()
1248 return (confidence > 0); in match()
1263 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_ltr, charMap_IBM420_ar); in match() local
1264 results->set(textIn, this, confidence); in match()
1265 return (confidence > 0); in match()