Home
last modified time | relevance | path

Searched refs:textlimit (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcompact_lang_det_impl.cc2169 int textlimit = FLAGS_cld_textlimit << 10; // in KB in DetectLanguageSummaryV25() local
2170 if (textlimit == 0) {textlimit = 0x7fffffff;} in DetectLanguageSummaryV25()
2173 int advance_limit = textlimit >> 3; // For first 1/8 of max document in DetectLanguageSummaryV25()
2336 if (total_text_bytes > textlimit) { in DetectLanguageSummaryV25()
2340 total_text_bytes, textlimit); in DetectLanguageSummaryV25()