Lines Matching refs:errln
181 … errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches"); in checkEncoding()
186 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got " + name); in checkEncoding()
201 …errln("Language detection failure for " + id + ", " + eSplit[0] + ": expected " + eSplit[1] + ", g… in checkEncoding()
209 …errln("Round-trip error for " + id + ", " + eSplit[0] + ": getUChars() didn't yeild the original s… in checkEncoding()
234 errln("ERROR: getPath() failed - %s", u_errorName(status)); in getPath()
259 errln("ucsdet_getAllDetectableCharsets() returned a null or empty name!"); in ConstructionTest()
286 errln("Detection failure for UTF-8: got no matches."); in UTF8Test()
293 errln("Round-trip test failed!"); in UTF8Test()
327 errln("Encoding detection failure for UTF-16BE: got no matches."); in UTF16Test()
335 errln("Encoding detection failure for UTF-16BE: got %s", name); in UTF16Test()
340 errln("Did not get 100%% confidence for UTF-16BE: got %d", conf); in UTF16Test()
348 errln("Encoding detection failure for UTF-16LE: got no matches."); in UTF16Test()
357 errln("Enconding detection failure for UTF-16LE: got %s", name); in UTF16Test()
362 errln("Did not get 100%% confidence for UTF-16LE: got %d", conf); in UTF16Test()
385 errln("ucsdet_enableInputFilter(csd, TRUE) did not enable input filter!"); in InputFilterTest()
393 errln("Turning on the input filter resulted in no matches."); in InputFilterTest()
400 errln("Turning on the input filter resulted in %s rather than ISO-8859-1.", name); in InputFilterTest()
405 errln("Input filter did not strip markup!"); in InputFilterTest()
415 errln("Turning off the input filter resulted in no matches."); in InputFilterTest()
422 errln("Turning off the input filter resulted in %s rather than ISO-8859-1.", name); in InputFilterTest()
427 errln("Unfiltered input did not detect as English!"); in InputFilterTest()
461 errln("English text with C1 bytes does not detect as windows-1252, but as %s", name); in C1BytesTest()
468 errln("English text without C1 bytes got no matches."); in C1BytesTest()
475 errln("English text without C1 bytes does not detect as ISO-8859-1, but as %s", name); in C1BytesTest()
589 errln("Error opening charset detector. - %s", u_errorName(status)); in IBM424Test()
604 errln("Encoding detection failure for IBM424_rtl: got %s", name); in IBM424Test()
611 errln("Encoding detection failure for IBM424_ltr: got no matches."); in IBM424Test()
617 errln("Encoding detection failure for IBM424_ltr: got %s", name); in IBM424Test()
673 errln("Error opening charset detector. - %s", u_errorName(status)); in IBM420Test()
688 errln("Encoding detection failure for IBM420_rtl: got %s\n", name); in IBM420Test()
695 errln("Encoding detection failure for IBM420_ltr: got no matches.\n"); in IBM420Test()
701 errln("Encoding detection failure for IBM420_ltr: got %s\n", name); in IBM420Test()
724 errln("Fail at file %s, line %d. status = %s", __FILE__, __LINE__, u_errorName(status)); in Ticket6394Test()
731 errln("Fail at file %s, line %d. status = %s", __FILE__, __LINE__, u_errorName(status)); in Ticket6394Test()
740 …errln("Fail at file %s, line %d. status = %s; i=%d", __FILE__, __LINE__, u_errorName(status), i); in Ticket6394Test()
744 errln("Fail at file %s, line %d ", __FILE__, __LINE__); in Ticket6394Test()
745 errln(UnicodeString(" Duplicate charset name = ") + charSetName); in Ticket6394Test()