| /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_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_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_UTF8.java | 33         int         confidence;  in match()  local
  | 
| /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 | csrmbcs.cpp | 153     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
  | 
| 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 | 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/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_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_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_UTF8.java | 32         int         confidence;  in match()  local
  | 
| /external/cronet/third_party/icu/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 | csrmbcs.cpp | 153     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
  | 
| 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 | 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/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ | 
| D | Classifier.java | 44     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/ | 
| D | csmatch.h | 37     int32_t                  confidence;  variable
  | 
| /external/libtextclassifier/native/annotator/translate/ | 
| D | translate.h | 46     float confidence = -1.0;  member
  |