/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 427 int confidence = match(det, ngl.fNGrams, byteMap); in match() local 522 int confidence = match(det, ngl.fNGrams, byteMap); in match() local 598 int confidence = match(det, ngrams, byteMap); in match() local 662 int confidence = match(det, ngrams, byteMap); in match() local 727 int confidence = match(det, ngrams, byteMap); in match() local 797 int confidence = match(det, ngrams, byteMap); in match() local 819 int confidence = match(det, ngrams, byteMap); in match() local 885 int confidence = match(det, ngrams, byteMap); in match() local 946 int confidence = match(det, ngrams, byteMap); in match() local 1007 int confidence = match(det, ngrams, byteMap); in match() local [all …]
|
D | CharsetRecog_Unicode.java | 36 static int adjustConfidence(int codeUnit, int confidence) { in adjustConfidence() 60 int confidence = 10; in match() local 94 int confidence = 10; in match() local 131 int confidence = 0; in match() local
|
D | CharsetRecog_2022.java | 119 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local 134 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local 159 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
|
D | CharsetRecog_mbcs.java | 52 int confidence = 0; in match() local 225 int confidence = match(det, commonChars); in match() local 291 int confidence = match(det, commonChars); in match() local 402 int confidence = match(det, commonChars); in match() local 437 int confidence = match(det, commonChars); in match() local 535 int confidence = match(det, commonChars); in match() local
|
D | CharsetRecog_UTF8.java | 28 int confidence; in match() local
|
/external/icu/icu4c/source/i18n/ |
D | csrsbcs.cpp | 898 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1); in match() local 925 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); in match() local 962 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); in match() local 989 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); in match() local 1017 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); in match() local 1050 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); in match() local 1068 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); in match() local 1096 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); in match() local 1118 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); in match() local 1140 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); in match() local [all …]
|
D | csrucode.cpp | 38 static int32_t adjustConfidence(UChar codeUnit, int32_t confidence) { in adjustConfidence() 56 int32_t confidence = 10; in match() local 91 int32_t confidence = 10; in match() local 128 int32_t confidence = 0; in match() local
|
D | csrmbcs.cpp | 153 int32_t confidence = 0; in match_mbcs() local 272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis)); in match() local 373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp)); in match() local 395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr)); in match() local 447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5)); in match() local 523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030)); in match() local
|
D | csr2022.cpp | 149 int32_t confidence = match_2022(textIn->fInputBytes, in match() local 165 int32_t confidence = match_2022(textIn->fInputBytes, in match() local 180 int32_t confidence = match_2022(textIn->fInputBytes, in match() local
|
D | csmatch.h | 35 int32_t confidence; variable
|
D | csrutf8.cpp | 34 int32_t confidence; in match() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_sbcs.java | 428 int confidence = match(det, ngl.fNGrams, byteMap); in match() local 523 int confidence = match(det, ngl.fNGrams, byteMap); in match() local 599 int confidence = match(det, ngrams, byteMap); in match() local 663 int confidence = match(det, ngrams, byteMap); in match() local 728 int confidence = match(det, ngrams, byteMap); in match() local 798 int confidence = match(det, ngrams, byteMap); in match() local 820 int confidence = match(det, ngrams, byteMap); in match() local 886 int confidence = match(det, ngrams, byteMap); in match() local 947 int confidence = match(det, ngrams, byteMap); in match() local 1008 int confidence = match(det, ngrams, byteMap); in match() local [all …]
|
D | CharsetRecog_Unicode.java | 37 static int adjustConfidence(int codeUnit, int confidence) { in adjustConfidence() 61 int confidence = 10; in match() local 95 int confidence = 10; in match() local 132 int confidence = 0; in match() local
|
D | CharsetRecog_2022.java | 120 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local 135 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local 160 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match() local
|
D | CharsetRecog_mbcs.java | 53 int confidence = 0; in match() local 226 int confidence = match(det, commonChars); in match() local 292 int confidence = match(det, commonChars); in match() local 403 int confidence = match(det, commonChars); in match() local 438 int confidence = match(det, commonChars); in match() local 536 int confidence = match(det, commonChars); in match() local
|
D | CharsetRecog_UTF8.java | 29 int confidence; in match() local
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417BarcodeValue.cpp | 29 int32_t confidence = 0; in setValue() local
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 59 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | ScenarioStatusTable.java | 148 int confidence = Utils.confidenceLevel(deviation); in printConfigStats() local
|
D | Utils.java | 367 public static String getImage(int confidence, boolean scenarioFailed, boolean hasExplanation) { in getImage()
|
/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 | 220 int confidence = m.getConfidence(); in TestUTF16() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 216 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
|