Lines Matching refs:textIn
892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const {
893 const char *name = textIn->fC1Bytes? "windows-1252" : "ISO-8859-1";
899 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1);
901 results->set(textIn, this, confidence, name, lang);
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const {
920 const char *name = textIn->fC1Bytes? "windows-1250" : "ISO-8859-2";
926 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2);
928 results->set(textIn, this, confidence, name, lang);
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const
963 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5);
964 results->set(textIn, this, confidence);
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const
990 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6);
991 results->set(textIn, this, confidence);
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const
1017 const char *name = textIn->fC1Bytes? "windows-1253" : "ISO-8859-7";
1018 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7);
1019 results->set(textIn, this, confidence, name, "el");
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const
1050 const char *name = textIn->fC1Bytes? "windows-1255" : "ISO-8859-8-I";
1051 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8);
1052 results->set(textIn, this, confidence, name, "he");
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const
1068 const char *name = textIn->fC1Bytes? "windows-1255" : "ISO-8859-8";
1069 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8);
1070 results->set(textIn, this, confidence, name, "he");
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const
1096 const char *name = textIn->fC1Bytes? "windows-1254" : "ISO-8859-9";
1097 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9);
1098 results->set(textIn, this, confidence, name, "tr");
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const
1119 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256);
1120 results->set(textIn, this, confidence);
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const
1141 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251);
1142 results->set(textIn, this, confidence);
1161 UBool CharsetRecog_KOI8_R::match(InputText *textIn, CharsetMatch *results) const
1163 int32_t confidence = match_sbcs(textIn, ngrams_KOI8_R, charMap_KOI8_R);
1164 results->set(textIn, this, confidence);
1189 UBool CharsetRecog_IBM424_he_rtl::match(InputText *textIn, CharsetMatch *results) const
1191 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_rtl, charMap_IBM424_he);
1192 results->set(textIn, this, confidence);
1206 UBool CharsetRecog_IBM424_he_ltr::match(InputText *textIn, CharsetMatch *results) const
1208 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_ltr, charMap_IBM424_he);
1209 results->set(textIn, this, confidence);
1244 UBool CharsetRecog_IBM420_ar_rtl::match(InputText *textIn, CharsetMatch *results) const
1246 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_rtl, charMap_IBM420_ar);
1247 results->set(textIn, this, confidence);
1261 UBool CharsetRecog_IBM420_ar_ltr::match(InputText *textIn, CharsetMatch *results) const
1263 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_ltr, charMap_IBM420_ar);
1264 results->set(textIn, this, confidence);