Home
last modified time | relevance | path

Searched refs:bestConfidenceSoFar (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java424 int bestConfidenceSoFar = -1; in match() local
428 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() local
523 if (confidence > bestConfidenceSoFar) { in match()
524 bestConfidenceSoFar = confidence; in match()
528 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp893 int32_t bestConfidenceSoFar = -1; in match() local
898 if (confidence > bestConfidenceSoFar) { in match()
900 bestConfidenceSoFar = confidence; in match()
903 return (bestConfidenceSoFar > 0); in match()
920 int32_t bestConfidenceSoFar = -1; in match() local
925 if (confidence > bestConfidenceSoFar) { in match()
927 bestConfidenceSoFar = confidence; in match()
930 return (bestConfidenceSoFar > 0); in match()