Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java429 int bestConfidenceSoFar = -1; in match() local
433 if (confidence > bestConfidenceSoFar) { in match()
434 bestConfidenceSoFar = confidence; in match()
438 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
526 int bestConfidenceSoFar = -1; in match() local
530 if (confidence > bestConfidenceSoFar) { in match()
531 bestConfidenceSoFar = confidence; in match()
535 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_sbcs.java430 int bestConfidenceSoFar = -1; in match() local
434 if (confidence > bestConfidenceSoFar) { in match()
435 bestConfidenceSoFar = confidence; in match()
439 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
527 int bestConfidenceSoFar = -1; in match() local
531 if (confidence > bestConfidenceSoFar) { in match()
532 bestConfidenceSoFar = confidence; in match()
536 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
/third_party/node/deps/icu-small/source/i18n/
Dcsrsbcs.cpp895 int32_t bestConfidenceSoFar = -1; in match() local
900 if (confidence > bestConfidenceSoFar) { in match()
902 bestConfidenceSoFar = confidence; in match()
905 return (bestConfidenceSoFar > 0); in match()
922 int32_t bestConfidenceSoFar = -1; in match() local
927 if (confidence > bestConfidenceSoFar) { in match()
929 bestConfidenceSoFar = confidence; in match()
932 return (bestConfidenceSoFar > 0); in match()
/third_party/icu/icu4c/source/i18n/
Dcsrsbcs.cpp895 int32_t bestConfidenceSoFar = -1; in match() local
900 if (confidence > bestConfidenceSoFar) { in match()
902 bestConfidenceSoFar = confidence; in match()
905 return (bestConfidenceSoFar > 0); in match()
922 int32_t bestConfidenceSoFar = -1; in match() local
927 if (confidence > bestConfidenceSoFar) { in match()
929 bestConfidenceSoFar = confidence; in match()
932 return (bestConfidenceSoFar > 0); in match()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcsrsbcs.cpp895 int32_t bestConfidenceSoFar = -1; in match() local
900 if (confidence > bestConfidenceSoFar) { in match()
902 bestConfidenceSoFar = confidence; in match()
905 return (bestConfidenceSoFar > 0); in match()
922 int32_t bestConfidenceSoFar = -1; in match() local
927 if (confidence > bestConfidenceSoFar) { in match()
929 bestConfidenceSoFar = confidence; in match()
932 return (bestConfidenceSoFar > 0); in match()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrsbcs.cpp895 int32_t bestConfidenceSoFar = -1; in match() local
900 if (confidence > bestConfidenceSoFar) { in match()
902 bestConfidenceSoFar = confidence; in match()
905 return (bestConfidenceSoFar > 0); in match()
922 int32_t bestConfidenceSoFar = -1; in match() local
927 if (confidence > bestConfidenceSoFar) { in match()
929 bestConfidenceSoFar = confidence; in match()
932 return (bestConfidenceSoFar > 0); in match()