Home
last modified time | relevance | path

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

1234

/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/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 …]
Dcsrmbcs.cpp153 int32_t confidence = 0; in match_mbcs() local
270 int32_t confidence = match_mbcs(det, commonChars_sjis, UPRV_LENGTHOF(commonChars_sjis)); in match() local
371 int32_t confidence = match_mbcs(det, commonChars_euc_jp, UPRV_LENGTHOF(commonChars_euc_jp)); in match() local
393 int32_t confidence = match_mbcs(det, commonChars_euc_kr, UPRV_LENGTHOF(commonChars_euc_kr)); in match() local
445 int32_t confidence = match_mbcs(det, commonChars_big5, UPRV_LENGTHOF(commonChars_big5)); in match() local
521 int32_t confidence = match_mbcs(det, commonChars_gb_18030, UPRV_LENGTHOF(commonChars_gb_18030)); in match() local
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
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/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/cronet/third_party/icu/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 …]
Dcsrmbcs.cpp153 int32_t confidence = 0; in match_mbcs() local
270 int32_t confidence = match_mbcs(det, commonChars_sjis, UPRV_LENGTHOF(commonChars_sjis)); in match() local
371 int32_t confidence = match_mbcs(det, commonChars_euc_jp, UPRV_LENGTHOF(commonChars_euc_jp)); in match() local
393 int32_t confidence = match_mbcs(det, commonChars_euc_kr, UPRV_LENGTHOF(commonChars_euc_kr)); in match() local
445 int32_t confidence = match_mbcs(det, commonChars_big5, UPRV_LENGTHOF(commonChars_big5)); in match() local
521 int32_t confidence = match_mbcs(det, commonChars_gb_18030, UPRV_LENGTHOF(commonChars_gb_18030)); in match() local
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
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/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

1234