Home
last modified time | relevance | path

Searched defs:confidence (Results 1 – 25 of 48) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dcsrsbcs.cpp899 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1); in match() local
926 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); in match() local
963 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); in match() local
990 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); in match() local
1018 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); in match() local
1051 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); in match() local
1069 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); in match() local
1097 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); in match() local
1119 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); in match() local
1141 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); in match() local
[all …]
Dcsrucode.cpp40 static int32_t adjustConfidence(UChar codeUnit, int32_t confidence) { in adjustConfidence()
58 int32_t confidence = 10; in match() local
93 int32_t confidence = 10; in match() local
130 int32_t confidence = 0; in match() local
Dcsrmbcs.cpp154 int32_t confidence = 0; in match_mbcs() local
273 int32_t confidence = match_mbcs(det, commonChars_sjis, UPRV_LENGTHOF(commonChars_sjis)); in match() local
374 int32_t confidence = match_mbcs(det, commonChars_euc_jp, UPRV_LENGTHOF(commonChars_euc_jp)); in match() local
396 int32_t confidence = match_mbcs(det, commonChars_euc_kr, UPRV_LENGTHOF(commonChars_euc_kr)); in match() local
448 int32_t confidence = match_mbcs(det, commonChars_big5, UPRV_LENGTHOF(commonChars_big5)); in match() local
524 int32_t confidence = match_mbcs(det, commonChars_gb_18030, UPRV_LENGTHOF(commonChars_gb_18030)); in match() local
Dcsr2022.cpp150 int32_t confidence = match_2022(textIn->fInputBytes, in match() local
166 int32_t confidence = match_2022(textIn->fInputBytes, in match() local
181 int32_t confidence = match_2022(textIn->fInputBytes, in match() local
Dcsmatch.h37 int32_t confidence; variable
Dcsrutf8.cpp36 int32_t confidence; in match() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_sbcs.java433 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
530 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
610 int confidence = match(det, ngrams, byteMap); in match() local
677 int confidence = match(det, ngrams, byteMap); in match() local
745 int confidence = match(det, ngrams, byteMap); in match() local
819 int confidence = match(det, ngrams, byteMap); in match() local
843 int confidence = match(det, ngrams, byteMap); in match() local
912 int confidence = match(det, ngrams, byteMap); in match() local
976 int confidence = match(det, ngrams, byteMap); in match() local
1040 int confidence = match(det, ngrams, byteMap); in match() local
[all …]
DCharsetRecog_Unicode.java41 static int adjustConfidence(int codeUnit, int confidence) { in adjustConfidence()
67 int confidence = 10; in match() local
103 int confidence = 10; in match() local
142 int confidence = 0; in match() local
DCharsetRecog_mbcs.java56 int confidence = 0; in match() local
228 int confidence = match(det, commonChars); in match() local
297 int confidence = match(det, commonChars); in match() local
412 int confidence = match(det, commonChars); in match() local
450 int confidence = match(det, commonChars); in match() local
551 int confidence = match(det, commonChars); in match() local
DCharsetRecog_2022.java124 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
141 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
168 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
DCharsetRecog_UTF8.java33 int confidence; in match() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java432 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
529 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
609 int confidence = match(det, ngrams, byteMap); in match() local
676 int confidence = match(det, ngrams, byteMap); in match() local
744 int confidence = match(det, ngrams, byteMap); in match() local
818 int confidence = match(det, ngrams, byteMap); in match() local
842 int confidence = match(det, ngrams, byteMap); in match() local
911 int confidence = match(det, ngrams, byteMap); in match() local
975 int confidence = match(det, ngrams, byteMap); in match() local
1039 int confidence = match(det, ngrams, byteMap); in match() local
[all …]
DCharsetRecog_Unicode.java40 static int adjustConfidence(int codeUnit, int confidence) { in adjustConfidence()
66 int confidence = 10; in match() local
102 int confidence = 10; in match() local
141 int confidence = 0; in match() local
DCharsetRecog_mbcs.java55 int confidence = 0; in match() local
227 int confidence = match(det, commonChars); in match() local
296 int confidence = match(det, commonChars); in match() local
411 int confidence = match(det, commonChars); in match() local
449 int confidence = match(det, commonChars); in match() local
550 int confidence = match(det, commonChars); in match() local
DCharsetRecog_2022.java123 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
140 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
167 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
DCharsetRecog_UTF8.java32 int confidence; in match() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DClassifier.java44 private final Float confidence; field in Classifier.Recognition
50 final String id, final String title, final Float confidence, final RectF location) { in Recognition()
/external/icu/libicu/cts_headers/
Dcsmatch.h37 int32_t confidence; variable
/external/libtextclassifier/native/annotator/translate/
Dtranslate.h46 float confidence = -1.0; member
Dtranslate.cc86 for (const LanguageConfidence& confidence : confidences) { in CreateSerializedEntityData() local
/external/icu/icu4c/source/samples/csdet/
Dcsdet.c63 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main() local
/external/neven/
DFaceDetector_jni.cpp41 float confidence; member
49 jfieldID confidence; member
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java93 double confidence = getMeasuredConfidence(); in onAnalyserDone() local
264 double confidence = getMeasuredConfidence(); in getResultString() local
/external/wycheproof/java/com/google/security/wycheproof/
DRandomUtil.java149 int confidence = 64; in getSeedForPrime() local
/external/rust/crates/clap/src/
Dsuggestions.rs22 let confidence = strsim::jaro_winkler(v, pv.as_ref()); in did_you_mean() localVariable

12