Lines Matching full:matchcount
183 int32_t matchCount = 0;
184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
192 if (matchCount == 0) {
201 for (int32_t m = 0; m < matchCount; m += 1) {
787 int32_t matchCount = 0;
788 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
796 for (i=0; i<matchCount; i++) {