Lines Matching refs:matches
172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
175 UnicodeString name(ucsdet_getName(matches[0], &status));
176 UnicodeString lang(ucsdet_getLanguage(matches[0], &status));
181 errln("Encoding detection failure for " + id + ": expected " + eSplit[0] + ", got no matches");
190 const char *name = ucsdet_getName(matches[m], &status);
191 const char *lang = ucsdet_getLanguage(matches[m], &status);
192 int32_t confidence = ucsdet_getConfidence(matches[m], &status);
206 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
286 errln("Detection failure for UTF-8: got no matches.");
327 errln("Encoding detection failure for UTF-16BE: got no matches.");
348 errln("Encoding detection failure for UTF-16LE: got no matches.");
393 errln("Turning on the input filter resulted in no matches.");
415 errln("Turning off the input filter resulted in no matches.");
454 errcheckln(status, "English test with C1 bytes got no matches. - %s", u_errorName(status));
468 errln("English text without C1 bytes got no matches.");
598 errcheckln(status, "Encoding detection failure for IBM424_rtl: got no matches. - %s", u_errorName(status));
611 errln("Encoding detection failure for IBM424_ltr: got no matches.");
682 errcheckln(status, "Encoding detection failure for IBM420_rtl: got no matches. - %s", u_errorName(status));
695 errln("Encoding detection failure for IBM420_ltr: got no matches.\n");
729 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
738 UnicodeString charSetName(ucsdet_getName(matches[i], &status));