Lines Matching refs:encoding
142 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
146 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
161 errln("Can't open a " + encoding + " converter for " + id);
178 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
183 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name);
328 errln("Encoding detection failure for UTF-16BE: got no matches.");
336 errln("Encoding detection failure for UTF-16BE: got %s", name);
349 errln("Encoding detection failure for UTF-16LE: got no matches.");
599 errcheckln(status, "Encoding detection failure for IBM424_rtl: got no matches. - %s", u_errorName(status));
605 errln("Encoding detection failure for IBM424_rtl: got %s", name);
612 errln("Encoding detection failure for IBM424_ltr: got no matches.");
618 errln("Encoding detection failure for IBM424_ltr: got %s", name);
683 errcheckln(status, "Encoding detection failure for IBM420_rtl: got no matches. - %s", u_errorName(status));
689 errln("Encoding detection failure for IBM420_rtl: got %s\n", name);
696 errln("Encoding detection failure for IBM420_ltr: got no matches.\n");
702 errln("Encoding detection failure for IBM420_ltr: got %s\n", name);