Home | History | Annotate | Download | only in i18n

Lines Matching refs:results

183 * of JDK can produce different results and therefore is also avoided.
882 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const {
891 results->set(textIn, this, confidence, name, lang);
909 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const {
918 results->set(textIn, this, confidence, name, lang);
951 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const
954 results->set(textIn, this, confidence);
978 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const
981 results->set(textIn, this, confidence);
1005 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const
1009 results->set(textIn, this, confidence, name, "el");
1038 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const
1042 results->set(textIn, this, confidence, name, "he");
1056 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const
1060 results->set(textIn, this, confidence, name, "he");
1084 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const
1088 results->set(textIn, this, confidence, name, "tr");
1107 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const
1110 results->set(textIn, this, confidence);
1129 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const
1132 results->set(textIn, this, confidence);
1151 UBool CharsetRecog_KOI8_R::match(InputText *textIn, CharsetMatch *results) const
1154 results->set(textIn, this, confidence);
1178 UBool CharsetRecog_IBM424_he_rtl::match(InputText *textIn, CharsetMatch *results) const
1181 results->set(textIn, this, confidence);
1195 UBool CharsetRecog_IBM424_he_ltr::match(InputText *textIn, CharsetMatch *results) const
1198 results->set(textIn, this, confidence);
1233 UBool CharsetRecog_IBM420_ar_rtl::match(InputText *textIn, CharsetMatch *results) const
1236 results->set(textIn, this, confidence);
1250 UBool CharsetRecog_IBM420_ar_ltr::match(InputText *textIn, CharsetMatch *results) const
1253 results->set(textIn, this, confidence);