Searched refs:bestConfidenceSoFar (Results 1 – 2 of 2) sorted by relevance
424 int bestConfidenceSoFar = -1; in match() local428 if (confidence > bestConfidenceSoFar) { in match()429 bestConfidenceSoFar = confidence; in match()433 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()519 int bestConfidenceSoFar = -1; in match() local523 if (confidence > bestConfidenceSoFar) { in match()524 bestConfidenceSoFar = confidence; in match()528 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
893 int32_t bestConfidenceSoFar = -1; in match() local898 if (confidence > bestConfidenceSoFar) { in match()900 bestConfidenceSoFar = confidence; in match()903 return (bestConfidenceSoFar > 0); in match()920 int32_t bestConfidenceSoFar = -1; in match() local925 if (confidence > bestConfidenceSoFar) { in match()927 bestConfidenceSoFar = confidence; in match()930 return (bestConfidenceSoFar > 0); in match()