OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_reliable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc
414
bool
is_reliable
;
local
418
&
is_reliable
);
429
bool
is_reliable
;
local
437
&
is_reliable
);
[
all
...]
/external/chromium_org/components/translate/language_detection/
language_detection_util.cc
92
bool
is_reliable
= false;
local
103
DetectLanguageOfUnicodeText(NULL, text.c_str(), true, &
is_reliable
,
118
&text_bytes, &
is_reliable
);
131
*is_cld_reliable =
is_reliable
;
136
// TODO(toyoshim): CLD provides |
is_reliable
| flag. But, it just says that
139
if (
is_reliable
&& text_bytes >= 100 && is_valid_language) {
Completed in 488 milliseconds