Searched refs:matchesCount (Results 1 – 3 of 3) sorted by relevance
44 int matchesCount = 0; in detectTextEncoding() local64 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status); in detectTextEncoding()82 for (int i = 0; i < matchesCount; ++i) { in detectTextEncoding()105 if (!encoding && matchesCount > 0) in detectTextEncoding()
686 var matchesCount = 0;690 ++matchesCount;695 ++matchesCount;707 if (matchesCount === 2)715 if (matchesCount === 2) {
923 var matchesCount = matches.length;924 if (matchesCount) {926 this._searchableView.updateSearchMatchesCount(matchesCount);