Home | History | Annotate | Download | only in intltest

Lines Matching refs:encoding

145 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
149 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
164 errln("Can't open a " + encoding + " converter for " + id);
181 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
186 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name);
327 errln("Encoding detection failure for UTF-16BE: got no matches.");
335 errln("Encoding detection failure for UTF-16BE: got %s", name);
348 errln("Encoding detection failure for UTF-16LE: got no matches.");
598 errcheckln(status, "Encoding detection failure for IBM424_rtl: got no matches. - %s", u_errorName(status));
604 errln("Encoding detection failure for IBM424_rtl: got %s", name);
611 errln("Encoding detection failure for IBM424_ltr: got no matches.");
617 errln("Encoding detection failure for IBM424_ltr: got %s", name);
682 errcheckln(status, "Encoding detection failure for IBM420_rtl: got no matches. - %s", u_errorName(status));
688 errln("Encoding detection failure for IBM420_rtl: got %s\n", name);
695 errln("Encoding detection failure for IBM420_ltr: got no matches.\n");
701 errln("Encoding detection failure for IBM420_ltr: got %s\n", name);