OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
414
bool
is_reliable
;
local
418
&
is_reliable
);
429
bool
is_reliable
;
local
437
&
is_reliable
);
[
all
...]
compact_lang_det_impl.cc
[
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 85 milliseconds