HomeSort by relevance Sort by last modified time
    Searched refs:is_reliable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_unicodetext.h 20 // [out] is_reliable - true, if returned language was detected reliably.
36 bool* is_reliable, int* num_languages,
cld_unicodetext.cc 42 bool* is_reliable, int* num_languages,
68 &text_bytes_tmp, is_reliable);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det.h 83 // is_reliable set true if the returned Language is some amount more
112 bool* is_reliable);
124 bool* is_reliable);
140 bool* is_reliable);
158 bool* is_reliable);
180 bool* is_reliable);
199 bool* is_reliable);
compact_lang_det.cc 20 bool* is_reliable) {
47 is_reliable);
64 bool* is_reliable) {
88 is_reliable);
109 bool* is_reliable) {
130 is_reliable);
151 bool* is_reliable) {
175 is_reliable);
196 bool* is_reliable) {
217 is_reliable);
    [all...]
compact_lang_det_impl.h 133 // is_reliable set true if the returned Language is at least 2**30 times more
161 bool* is_reliable);
compact_lang_det_unittest_small.cc 418 bool is_reliable; local
422 &is_reliable);
433 bool is_reliable; local
441 &is_reliable);
    [all...]
compact_lang_det_impl.cc     [all...]
  /external/chromium_org/chrome/common/translate/
language_detection_util.cc 72 bool is_reliable = false; local
74 DetectLanguageOfUnicodeText(NULL, text.c_str(), true, &is_reliable,
77 *is_cld_reliable = is_reliable;
82 // TODO(toyoshim): CLD provides |is_reliable| flag. But, it just says that
85 if (is_reliable && text_bytes >= 100 && cld_language != NUM_LANGUAGES &&

Completed in 1588 milliseconds