/external/icu/icu4c/source/i18n/ |
D | csrsbcs.cpp | 899 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 …]
|
D | csrucode.cpp | 40 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
|
D | csrmbcs.cpp | 154 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
|
D | csr2022.cpp | 150 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
|
D | csmatch.h | 37 int32_t confidence; variable
|
D | csrutf8.cpp | 36 int32_t confidence; in match() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_sbcs.java | 433 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 …]
|
D | CharsetRecog_Unicode.java | 41 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
|
D | CharsetRecog_2022.java | 124 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
|
D | CharsetRecog_mbcs.java | 56 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
|
D | CharsetRecog_UTF8.java | 33 int confidence; in match() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 432 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 …]
|
D | CharsetRecog_Unicode.java | 40 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
|
D | CharsetRecog_2022.java | 123 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
|
D | CharsetRecog_mbcs.java | 55 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
|
D | CharsetRecog_UTF8.java | 32 int confidence; in match() local
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 63 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main() local
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | RandomUtil.java | 149 int confidence = 64; in getSeedForPrime() local
|
/external/neven/ |
D | FaceDetector_jni.cpp | 41 float confidence; member 49 jfieldID confidence; member
|
/external/deqp/modules/glshared/ |
D | glsCalibration.hpp | 61 float confidence; member
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 208 int confidence = m.getConfidence(); in TestUTF16() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 207 int confidence = m.getConfidence(); in TestUTF16() local
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 204 int32_t confidence = ucsdet_getConfidence(matches[m], &status); in checkEncoding() local
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 825 def _ShouldPrintError(category, confidence, linenum): argument 852 def Error(filename, linenum, category, confidence, message): argument
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 950 def _ShouldPrintError(category, confidence, linenum): argument 977 def Error(filename, linenum, category, confidence, message): argument
|