Searched refs:kShortTextThresh (Results 1 – 1 of 1) sorted by relevance
64 static const int kShortTextThresh = 256; // Bytes variable2391 } else if (total_text_bytes <= kShortTextThresh) { in DetectLanguageSummaryV25()2515 if (total_text_bytes < kShortTextThresh) { in DetectLanguageSummaryV25()