Searched refs:percent3 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det.h81 // percent3 is an array of the text percentages 0..100 of the top 3 languages
122 int* percent3,
138 int* percent3,
156 int* percent3,
178 int* percent3,
196 int* percent3,
H A Dcompact_lang_det.cc23 int percent3[3]; local
44 percent3,
62 int* percent3,
85 percent3,
107 int* percent3,
127 percent3,
149 int* percent3,
172 percent3,
194 int* percent3,
214 percent3,
56 DetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
98 DetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
143 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
185 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
227 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
[all...]
H A Dcompact_lang_det_impl.h126 // percent3 is an array of the text percentages 0..100 of the top 3 languages
158 int* percent3,
H A Dcompact_lang_det_impl.cc1650 void PrintLangs(FILE* f, const Language* language3, const int* percent3, argument
1657 percent3[0]);
1660 fprintf(f, "%s(%d%%) ", ExtLanguageName(language3[1]), percent3[1]);
1663 fprintf(f, "%s(%d%%) ", ExtLanguageName(language3[2]), percent3[2]);
1849 int* reliable_percent3, Language* language3, int* percent3,
1858 percent3[0] = 100;
1859 percent3[1] = 0;
1860 percent3[2] = 0;
1919 percent3[0] = (bytecount1 * 100) / total_text_bytes_div;
1920 percent3[
1848 ExtractLangEtc(ToteWithReliability* doc_tote, int total_text_bytes, int* reliable_percent3, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
1988 CalcSummaryLang(ToteWithReliability* doc_tote, int total_text_bytes, const int* reliable_percent3, const Language* language3, const int* percent3, Language* summary_lang, bool* is_reliable) argument
2094 DetectLanguageSummaryV25( const CompactLangDet::DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, bool allow_extended_lang, int flags, Language plus_one, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
[all...]
H A Dcompact_lang_det_unittest_small.cc427 int percent3[3]; local
435 percent3,
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_unicodetext.cc55 int percent3[3] = { 0, 0, 0 }; local
67 is_plain_text, language3, percent3,
75 COMPILE_ASSERT(arraysize(language3) == arraysize(percent3),
79 percent3[i] >= kMinTextPercentToCountLanguage) {
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util.cc115 int percent3[3]; local
117 utf8_text.c_str(), (int)utf8_text.size(), true, language3, percent3,

Completed in 2515 milliseconds